SHA256
1
0
forked from pool/ant

Accepting request 631428 from home:jsikes:branches:Java:packages

Updated ant to 1.9.13. Have fun!

OBS-URL: https://build.opensuse.org/request/show/631428
OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=114
This commit is contained in:
Tomáš Chvátal
2018-08-24 20:48:52 +00:00
committed by Git OBS Bridge
parent b00772365e
commit a97a31ece5
8 changed files with 32 additions and 15 deletions

View File

@@ -23,12 +23,12 @@
%bcond_with junit
%bcond_with antlr
Name: ant
Version: 1.9.10
Version: 1.9.13
Release: 0
Summary: Java-based build tool
License: Apache-2.0
Group: Development/Tools/Building
Url: http://ant.apache.org/
URL: http://ant.apache.org/
Source0: http://www.apache.org/dist/ant/source/apache-ant-%{version}-src.tar.bz2
Source1: apache-ant-1.8.ant.conf
Source1000: pre_checkin.sh
@@ -531,11 +531,12 @@ find %{buildroot}%{_datadir}/ant%{_sysconfdir} -type f -name "*.xsl" \
-print -delete
%endif
# remove *.orig
rm -rf %{buildroot}/usr/bin/ant.orig
rm -rf %{buildroot}%{_bindir}/ant.orig
%if %{with bootstrap}
%files
%doc KEYS LICENSE NOTICE README WHATSNEW
%license LICENSE
%doc KEYS NOTICE README WHATSNEW
%config(noreplace) %{_sysconfdir}/%{name}.conf
%attr(0755,root,root) %{_bindir}/ant
%attr(0755,root,root) %{_bindir}/antRun