6885f7
%global beta_number b3
6885f7
6885f7
Summary:        Collection of tasks for Ant
6885f7
Name:           ant-contrib
6885f7
Version:        1.0
6885f7
Release:        0.32.%{beta_number}%{?dist}
6885f7
License:        ASL 2.0 and ASL 1.1
6885f7
URL:            http://ant-contrib.sourceforge.net/
6885f7
Source0:        https://downloads.sourceforge.net/project/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3-src.tar.bz2
6885f7
# ASL 2.0 Licence text
6885f7
# Upstream bug at https://sourceforge.net/tracker/?func=detail&aid=3590371&group_id=36177&atid=416920
6885f7
Source2:        http://www.apache.org/licenses/LICENSE-2.0.txt
6885f7
Patch2:         %{name}-antservertest.patch
6885f7
BuildRequires:  ivy-local
6885f7
BuildRequires:  junit
6885f7
BuildRequires:  ant-junit
6885f7
BuildRequires:  xerces-j2
6885f7
BuildRequires:  bcel
6885f7
BuildRequires:  java-devel
6885f7
BuildRequires:  apache-ivy
6885f7
BuildRequires:  jakarta-commons-httpclient
6885f7
BuildRequires:  apache-commons-logging
6885f7
BuildRequires:  apache-commons-parent
6885f7
Requires:       java-headless
6885f7
Requires:       junit
6885f7
Requires:       ant
6885f7
Requires:       xerces-j2
6885f7
BuildArch:      noarch
6885f7
6885f7
%description
6885f7
The Ant-Contrib project is a collection of tasks
6885f7
(and at one point maybe types and other tools)
6885f7
for Apache Ant.
6885f7
6885f7
%package        javadoc
6885f7
Summary:        Javadoc for %{name}
6885f7
Group:          Documentation
6885f7
Requires:       jpackage-utils
6885f7
6885f7
%description    javadoc
6885f7
Api documentation for %{name}.
6885f7
6885f7
%prep
6885f7
%setup -q  -n %{name}
6885f7
%patch2
6885f7
6885f7
cp %{SOURCE2} LICENSE-2.0.txt
6885f7
6885f7
find -name '*.class' -exec rm -f '{}' \;
6885f7
find -name '*.jar' -exec rm -f '{}' \;
6885f7
6885f7
sed -i "s|xercesImpl|xerces-j2|g" ivy.xml
6885f7
# needs porting to latest ivy
6885f7
rm -fr src/java/net/sf/antcontrib/net/URLImportTask.java
6885f7
6885f7
sed -i '/
6885f7
rm -f ivy-conf.xml
6885f7
6885f7
sed -i '/
6885f7
%mvn_alias : ant-contrib:
6885f7
6885f7
%build
6885f7
%ant -Divy.mode=local dist
6885f7
6885f7
%install
6885f7
%mvn_artifact ivy.xml target/%{name}.jar
6885f7
%mvn_install -J target/docs/api
6885f7
6885f7
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/ant.d
6885f7
echo "ant-contrib/ant-contrib" > $RPM_BUILD_ROOT%{_sysconfdir}/ant.d/ant-contrib
6885f7
6885f7
%files -f .mfiles
6885f7
%{_sysconfdir}/ant.d/ant-contrib
6885f7
%doc target/docs/LICENSE.txt LICENSE-2.0.txt
6885f7
%doc target/docs/manual/tasks/*
6885f7
6885f7
%files javadoc -f .mfiles-javadoc
6885f7
%doc target/docs/LICENSE.txt LICENSE-2.0.txt
6885f7
6885f7
%changelog
6885f7
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.32.b3
6885f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6885f7
6885f7
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.31.b3
6885f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6885f7
6885f7
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.30.b3
6885f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
6885f7
6885f7
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.29.b3
6885f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
6885f7
6885f7
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.28.b3
6885f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
6885f7
6885f7
* Tue Sep 09 2014 Clément David <c.david86@gmail.com> - 1.0-0.27.b3
6885f7
- Fix incorrect ant.d path.
6885f7
6885f7
* Mon Aug 11 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-0.26.b3
6885f7
- Build using XMvn Ivy resolver
6885f7
6885f7
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.25.b3
6885f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
6885f7
6885f7
* Wed May 21 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-0.24.b3
6885f7
- Use .mfiles generated during build
6885f7
6885f7
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.0-0.23.b3
6885f7
- Use Requires: java-headless rebuild (#1067528)
6885f7
6885f7
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.22.b3
6885f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6885f7
6885f7
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.21.b3
6885f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
6885f7
6885f7
* Tue Nov 27 2012 Tomas Radej <tradej@redhat.com> - 1.0-0.20.b3
6885f7
- Added ASL 1.1 licence to the licence field
6885f7
6885f7
* Tue Nov 27 2012 Tomas Radej <tradej@redhat.com> - 1.0-0.19.b3
6885f7
- Added LICENSE to javadoc (#879349)
6885f7
- Added ASL 2.0 licence text (#879354)
6885f7
- Added requires on jpackage-utils in javadoc (#879356)
6885f7
6885f7
* Tue Nov 13 2012 Tomas Radej <tradej@redhat.com> - 1.0-0.18.b3
6885f7
- Used correct upstream pom + patched it
6885f7
6885f7
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.17.b3
6885f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6885f7
6885f7
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.16.b3
6885f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6885f7
6885f7
* Thu Dec 15 2011 Alexander Kurtakov <akurtako@redhat.com> 1.0-0.15.b3
6885f7
- Update to beta 3.
6885f7
6885f7
* Tue Nov 29 2011 Alexander Kurtakov <akurtako@redhat.com> 1.0-0.14.b2
6885f7
- Fix pom installed name.
6885f7
6885f7
* Fri Nov 25 2011 Alexander Kurtakov <akurtako@redhat.com> 1.0-0.13.b2
6885f7
- Adapt to current guidelines.
6885f7
6885f7
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.12.b2
6885f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6885f7
6885f7
* Fri Jan 14 2011 Alexander Kurtakov <akurtako@redhat.com> 1.0-0.11.b2
6885f7
- Add maven pom and depmap.
6885f7
6885f7
* Fri Sep 4 2009 Alexander Kurtakov <akurtako@redhat.com> 1.0-0.10.b2
6885f7
- Install ant contrib in ant.d.
6885f7
6885f7
* Fri Sep 4 2009 Alexander Kurtakov <akurtako@redhat.com> 1.0-0.9.b2
6885f7
- Drop gcj_support.
6885f7
- Install as proper ant plugin.
6885f7
6885f7
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.8.b2
6885f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6885f7
6885f7
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.7.b2
6885f7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6885f7
6885f7
* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0-0.6.b2
6885f7
- fix license tag
6885f7
6885f7
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0-0.5.b2
6885f7
- Autorebuild for GCC 4.3
6885f7
6885f7
* Sun Aug 03 2006 Igor Foox <ifoox@redhat.com> - 1.0-0.4.b2
6885f7
- Added dist tag to release.
6885f7
6885f7
* Sat Aug 02 2006 Igor Foox <ifoox@redhat.com> - 1.0-0.3.b2
6885f7
- Removed unneccessary 0 epoch from required packages.
6885f7
- Fixed dependance on specifically version 3.8.1 of junit.
6885f7
6885f7
* Tue Jun 27 2006 Igor Foox <ifoox@redhat.com> - 1.0-0.2.b2
6885f7
- Removed Class-Path from ant-contrib.jar file.
6885f7
- Renamed patches.
6885f7
6885f7
* Tue Jun 27 2006 Igor Foox <ifoox@redhat.com> - 1.0-0.1.b2
6885f7
- Fixed release number to reflect beta status
6885f7
- Removed Distribution and Vendor tags
6885f7
- Fixed duplication in postun section
6885f7
- Removed patch3, and used sed to fix line-endings instead
6885f7
6885f7
* Tue Jun 27 2006 Igor Foox <ifoox@redhat.com> - 1.0-1.b2
6885f7
- Changed release-version to comply with FE standards
6885f7
- Consolidated into -manual into main package
6885f7
- Removed ghosting of the manual symlink
6885f7
- Removed Epoch
6885f7
- Run dos2unix over some manual files that have windows line endings
6885f7
- Changed group for docs to Documentation
6885f7
- Remove unused Source1
6885f7
- Set Source0 to valid URL instead of just a file name
6885f7
- Fix indentation
6885f7
- Remove {push,pop}d and -c from %%setup
6885f7
- Changed %%defattr in the %%files section to standard (-,root,root,-)
6885f7
6885f7
* Thu Jun 1 2006 Igor Foox <ifoox@redhat.com> - 0:1.0b2-1jpp_1fc
6885f7
- Update to version 1.0b2
6885f7
- Added native compilation
6885f7
- Changed BuildRoot to what Extras expects
6885f7
6885f7
* Fri Aug 20 2004 Ralph Apel <r.apel at r-apel.de> - 0:0.6-4jpp
6885f7
- Upgrade to ant-1.6.2
6885f7
- BuildReq/Req ant = 0:1.6.2
6885f7
- Relax some other requirements
6885f7
6885f7
* Thu Jun 03 2004 Paul Nasrat <pauln@truemesh.com> - 0:0.6-3jpp
6885f7
- Fix missing buildrequires
6885f7
6885f7
* Tue Jun 01 2004 Randy Watler <rwatler at finali.com> - 0:0.6-2jpp
6885f7
- Upgrade to Ant 1.6.X
6885f7
6885f7
* Wed Mar 24 2004 Ralph Apel <r.apel at r-apel.de> - 0:0.6-1jpp
6885f7
- First JPackage release