Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
51fb11768e |
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
clojure-1.1.0.zip
|
||||
/clojure-1.2.0.zip
|
||||
/clojure-1.2.1.zip
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
Name: clojure
|
||||
Epoch: 1
|
||||
Version: 1.2.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A dynamic programming language that targets the Java Virtual Machine
|
||||
|
||||
Group: Development/Languages
|
||||
|
|
@ -42,7 +42,7 @@ rm -f *.jar
|
|||
%patch1 -p1
|
||||
|
||||
%build
|
||||
ant jar
|
||||
ant
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
|
|
@ -85,6 +85,9 @@ rm -rf %{buildroot}
|
|||
%{_mavendepmapfragdir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 12 2011 Jochen Schmitt <Jochen herr-schmitt de> 1:1.2.1-1
|
||||
- New minor bug fixing release from upstream
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
da0cc71378f56491d6ee70dee356831f clojure-1.2.0.zip
|
||||
c5724c624fd6ce6a1d00252c27d53ebe clojure-1.2.1.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue