parent
13bd86d312
commit
f7bc79ecd2
3 changed files with 16 additions and 5 deletions
18
clojure.spec
18
clojure.spec
|
|
@ -2,17 +2,18 @@
|
|||
%global groupId org.clojure
|
||||
%global artifactId clojure
|
||||
%global archivename %{project}-%{artifactId}
|
||||
%global full_version %{version}-beta2
|
||||
|
||||
Name: clojure
|
||||
Epoch: 1
|
||||
Version: 1.5.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.6.0
|
||||
Release: 0.2%{?dist}
|
||||
Summary: A dynamic programming language that targets the Java Virtual Machine
|
||||
|
||||
Group: Development/Languages
|
||||
License: EPL
|
||||
URL: http://clojure.org/
|
||||
Source0: https://github.com/%{name}/%{name}/archive/%{name}-%{version}.zip
|
||||
Source0: https://github.com/%{name}/%{name}/archive/%{name}-%{full_version}.zip
|
||||
|
||||
Source1: clojure.sh
|
||||
|
||||
|
|
@ -25,7 +26,12 @@ BuildRequires: objectweb-asm
|
|||
BuildRequires: java-devel >= 1:1.6.0
|
||||
|
||||
Requires: jpackage-utils
|
||||
%if 0%{?fedora} > 20
|
||||
Requires: java-headless >= 1:1.6
|
||||
%else
|
||||
Requires: java >= 1:1.6
|
||||
%endif
|
||||
|
||||
Requires: objectweb-asm
|
||||
|
||||
%description
|
||||
|
|
@ -41,7 +47,7 @@ optional type hints and type inference, to ensure that calls to Java
|
|||
can avoid reflection.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{archivename}-%{version}
|
||||
%setup -q -n %{archivename}-%{full_version}
|
||||
|
||||
%build
|
||||
ant -Dmaven.test.skip=1
|
||||
|
|
@ -84,6 +90,10 @@ rm -rf %{buildroot}
|
|||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Mar 5 2014 Jochen Schmitt <Jochen herr-schmitt de> - 1:1.6.0-0.2
|
||||
- New upstream pre-release
|
||||
- Add support for headless java (#1068005)
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.5.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue