- Remove -SNAPSHOT from version
This commit is contained in:
parent
d665966110
commit
bfd7bf67bd
7
ant.spec
7
ant.spec
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
Name: ant
|
Name: ant
|
||||||
Version: 1.8.1
|
Version: 1.8.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Build tool for java
|
Summary: Build tool for java
|
||||||
Summary(it): Tool per la compilazione di programmi java
|
Summary(it): Tool per la compilazione di programmi java
|
||||||
@ -469,6 +469,8 @@ Javadoc pour %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n apache-ant-%{cvs_version}
|
%setup -q -n apache-ant-%{cvs_version}
|
||||||
|
#Fixup version
|
||||||
|
find -name build.xml -o -name pom.xml | xargs sed -i -e s/-SNAPSHOT//
|
||||||
#https://issues.apache.org/bugzilla/show_bug.cgi?id=47669
|
#https://issues.apache.org/bugzilla/show_bug.cgi?id=47669
|
||||||
sed -i -e "s|IMAGE_FILE_TYPE|BINARY_FILE_TYPE|g" src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java
|
sed -i -e "s|IMAGE_FILE_TYPE|BINARY_FILE_TYPE|g" src/main/org/apache/tools/ant/taskdefs/optional/net/FTP.java
|
||||||
# Disable the style and xmlvalidate tasks on ppc64 and s390x (#163689).
|
# Disable the style and xmlvalidate tasks on ppc64 and s390x (#163689).
|
||||||
@ -1228,6 +1230,9 @@ fi
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 26 2010 Orion Poplawski <orion@cora.nwra.com> 0:1.8.1-2
|
||||||
|
- Remove -SNAPSHOT from version
|
||||||
|
|
||||||
* Mon Aug 16 2010 Orion Poplawski <orion@cora.nwra.com> 0:1.8.1-1
|
* Mon Aug 16 2010 Orion Poplawski <orion@cora.nwra.com> 0:1.8.1-1
|
||||||
- Update to ant 1.8.1
|
- Update to ant 1.8.1
|
||||||
- Update no-test-jar patch
|
- Update no-test-jar patch
|
||||||
|
Loading…
Reference in New Issue
Block a user