This commit is contained in:
parent
4c0b4ec772
commit
78585983bc
@ -367,6 +367,7 @@ This package contains the manual for Apache Ant.
|
||||
%setup -q -n apache-ant-%{version}
|
||||
#Fixup version
|
||||
find -name build.xml -o -name pom.xml | xargs sed -i -e s/-SNAPSHOT//
|
||||
find -name \*.jar -print -delete
|
||||
|
||||
# When bootstrapping, we don't have junit
|
||||
%if %{with bootstrap}
|
||||
|
@ -367,6 +367,7 @@ This package contains the manual for Apache Ant.
|
||||
%setup -q -n apache-ant-%{version}
|
||||
#Fixup version
|
||||
find -name build.xml -o -name pom.xml | xargs sed -i -e s/-SNAPSHOT//
|
||||
find -name \*.jar -print -delete
|
||||
|
||||
# When bootstrapping, we don't have junit
|
||||
%if %{with bootstrap}
|
||||
|
@ -367,6 +367,7 @@ This package contains the manual for Apache Ant.
|
||||
%setup -q -n apache-ant-%{version}
|
||||
#Fixup version
|
||||
find -name build.xml -o -name pom.xml | xargs sed -i -e s/-SNAPSHOT//
|
||||
find -name \*.jar -print -delete
|
||||
|
||||
# When bootstrapping, we don't have junit
|
||||
%if %{with bootstrap}
|
||||
|
1
ant.spec
1
ant.spec
@ -366,6 +366,7 @@ This package contains the manual for Apache Ant.
|
||||
%setup -q -n apache-ant-%{version}
|
||||
#Fixup version
|
||||
find -name build.xml -o -name pom.xml | xargs sed -i -e s/-SNAPSHOT//
|
||||
find -name \*.jar -print -delete
|
||||
|
||||
# When bootstrapping, we don't have junit
|
||||
%if %{with bootstrap}
|
||||
|
Loading…
x
Reference in New Issue
Block a user