7
0
forked from pool/leiningen

Accepting request 800640 from devel:languages:clojure

- boo#1171255 - leiningen does not work: ClassNotFoundException:
  Use correct version in bash script

OBS-URL: https://build.opensuse.org/request/show/800640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leiningen?expand=0&rev=5
This commit is contained in:
2020-05-07 12:49:57 +00:00
committed by Git OBS Bridge
3 changed files with 9 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
# It has all the cross-platform stuff stripped out as well as the
# logic for running from a source checkout and self-install/upgrading.
export LEIN_VERSION="2.9.1"
export LEIN_VERSION="2.9.3"
# cd to the project root, if applicable
NOT_FOUND=1

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 6 09:19:48 UTC 2020 - Michael Vetter <mvetter@suse.com>
- boo#1171255 - leiningen does not work: ClassNotFoundException:
Use correct version in bash script
-------------------------------------------------------------------
Tue Mar 17 04:58:53 UTC 2020 - Michael Vetter <mvetter@suse.com>

View File

@@ -17,6 +17,7 @@
Name: leiningen
# Change LEIN_VERSION in lein-pkg when bumping
Version: 2.9.3
Release: 0
Summary: Automation for Clojure projects
@@ -46,7 +47,7 @@ packaging projects and can be extended with a number of plugins.
%build
%install
#LEIN_JAR=
#LEIN_JAR =
mkdir -p %{buildroot}%{_datadir}/java/
install -m 0644 -D %{SOURCE0} %{buildroot}%{_datadir}/java/leiningen-%{version}-standalone.jar
install -m 0755 -D %{SOURCE1} %{buildroot}%{_bindir}/lein