New upstream release
This commit is contained in:
parent
d46f42ff65
commit
e6f7365427
3 changed files with 8 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/clojure-clojure-clojure-1.4.0-0-g0ba3ff1.tar.gz
|
||||
/clojure-1.5.0-RC1.zip
|
||||
/clojure-clojure-1.5.0-RC1.zip
|
||||
/clojure-1.5.0.zip
|
||||
|
|
|
|||
11
clojure.spec
11
clojure.spec
|
|
@ -6,15 +6,13 @@
|
|||
Name: clojure
|
||||
Epoch: 1
|
||||
Version: 1.5.0
|
||||
Release: 0.RC1.1%{?dist}.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A dynamic programming language that targets the Java Virtual Machine
|
||||
|
||||
Group: Development/Languages
|
||||
License: EPL
|
||||
URL: http://clojure.org/
|
||||
# wget --content-disposition \
|
||||
# https://github.com/clojure/clojure/tarball/clojure-%{version}
|
||||
Source0: %{archivename}-%{version}-RC1.zip
|
||||
Source0: https://github.com/%{name}/%{name}/archive/%{name}-%{version}.zip
|
||||
|
||||
Source1: clojure.sh
|
||||
|
||||
|
|
@ -43,7 +41,7 @@ optional type hints and type inference, to ensure that calls to Java
|
|||
can avoid reflection.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{archivename}-%{version}-RC1
|
||||
%setup -q -n %{archivename}-%{version}
|
||||
|
||||
%build
|
||||
ant -Dmaven.test.skip=1
|
||||
|
|
@ -86,6 +84,9 @@ rm -rf %{buildroot}
|
|||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Sat Mar 2 2013 Jochen Schmitt <Jochen herr-schmitt de> - 1:1.5.0-1
|
||||
- New upstream release
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.5.0-0.RC1.1.2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
4d73f49b100b7442362b405a964d56db clojure-clojure-1.5.0-RC1.zip
|
||||
119cc712732d39edad2681279e72936d clojure-1.5.0.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue