Blame SPECS/apache-commons-digester.spec

5227ea
%global base_name digester
5227ea
%global short_name commons-%{base_name}
5227ea
5227ea
Name:          apache-%{short_name}
5227ea
Version:       1.8.1
7208e2
Release:       19%{?dist}
5227ea
Summary:       XML to Java object mapping module
5227ea
License:       ASL 2.0
5227ea
URL:           http://commons.apache.org/%{base_name}/
5227ea
5227ea
Source0:       http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
5227ea
5227ea
BuildArch:     noarch
5227ea
5227ea
BuildRequires: java-devel
5227ea
BuildRequires: jpackage-utils
5227ea
BuildRequires: apache-commons-parent >= 26-7
5227ea
BuildRequires: apache-commons-beanutils >= 1.8
5227ea
BuildRequires: apache-commons-logging >= 1.1.1
5227ea
BuildRequires: maven-local
5227ea
BuildRequires: maven-antrun-plugin
5227ea
BuildRequires: maven-assembly-plugin
5227ea
BuildRequires: maven-resources-plugin
5227ea
BuildRequires: maven-doxia-sitetools
5227ea
BuildRequires: maven-plugin-bundle
5227ea
5227ea
%description
5227ea
Many projects read XML configuration files to provide initialization of
5227ea
various Java objects within the system. There are several ways of doing this,
5227ea
and the Digester component was designed to provide a common implementation
5227ea
that can be used in many different projects
5227ea
5227ea
%package javadoc
5227ea
Summary:       API documentation for %{name}
5227ea
5227ea
%description javadoc
5227ea
%{summary}.
5227ea
5227ea
%prep
5227ea
%setup -q -n %{short_name}-%{version}-src
5227ea
5227ea
sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
5227ea
5227ea
%mvn_file : %{name} %{short_name}
5227ea
%mvn_alias : %{short_name}:%{short_name}
5227ea
5227ea
%build
5227ea
%mvn_build
5227ea
5227ea
%install
5227ea
%mvn_install
5227ea
5227ea
%files -f .mfiles
5227ea
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES*
5227ea
5227ea
%files javadoc -f .mfiles-javadoc
5227ea
%doc LICENSE.txt NOTICE.txt
5227ea
5227ea
%changelog
7208e2
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.8.1-19
7208e2
- Mass rebuild 2013-12-27
7208e2
5227ea
* Fri Sep 20 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8.1-18
5227ea
- Add BuildRequires on apache-commons-parent >= 26-7
5227ea
5227ea
* Mon Aug 19 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.8.1-17
5227ea
- Migrate away from mvn-rpmbuild (#997455)
5227ea
5227ea
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8.1-16
5227ea
- Rebuild to regenerate API documentation
5227ea
- Resolves: CVE-2013-1571
5227ea
5227ea
* Mon Apr 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8.1-15
5227ea
- Remove unneeded BR: maven-idea-plugin
5227ea
5227ea
* Mon Feb 18 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.8.1-14
5227ea
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
5227ea
- Replace maven BuildRequires with maven-local
5227ea
5227ea
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-13
5227ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
5227ea
5227ea
* Tue Aug  7 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8.1-12
5227ea
- Fix file permissions
5227ea
- Install LICENSE and NOTICE with javadoc package
5227ea
5227ea
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-11
5227ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5227ea
5227ea
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-10
5227ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5227ea
5227ea
* Wed Nov 30 2011 Alexander Kurtakov <akurtako@redhat.com> 1.8.1-9
5227ea
- Build with maven 3.
5227ea
- Adapt to current guidelines.
5227ea
5227ea
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-8
5227ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5227ea
5227ea
* Fri May 21 2010 Mat Booth <fedora@matbooth.co.uk> - 1.8.1-7
5227ea
- Correct dep-map names.
5227ea
5227ea
* Fri May 14 2010 Mat Booth <fedora@matbooth.co.uk> - 1.8.1-6
5227ea
- Obsolete jakarta javadoc package.
5227ea
- Keep legacy depmap around.
5227ea
5227ea
* Thu May 13 2010 Mat Booth <fedora@matbooth.co.uk> - 1.8.1-5
5227ea
- Drop really old obsoletes/provides on short_name.
5227ea
- Fix requires.
5227ea
5227ea
* Tue May 11 2010 Mat Booth <fedora@matbooth.co.uk> - 1.8.1-4
5227ea
- Not ready for auto OSGi depsolving yet in this package.
5227ea
- Rename package (jakarta-commons-digester->apache-commons-digester).
5227ea
5227ea
* Tue Dec 8 2009 Mat Booth <fedora@matbooth.co.uk> - 1.8.1-3
5227ea
- Enable OSGi automatic depsolving (from Alphonse Van Assche).
5227ea
5227ea
* Sun Nov 8 2009 Mat Booth <fedora@matbooth.co.uk> - 1.8.1-2
5227ea
- Fix build failure due to targeting too old a JRE
5227ea
- Add missing doxia build req
5227ea
5227ea
* Sun Nov 8 2009 Mat Booth <fedora@matbooth.co.uk> - 1.8.1-1
5227ea
- Update to 1.8.1
5227ea
- Rewrite spec file to build using upstream-preferred maven instead of ant
5227ea
- Install pom and add to maven dep-map
5227ea
- Fix javadoc package requires
5227ea
5227ea
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 0:1.7-10.3
5227ea
- Convert specfile to UTF-8.
5227ea
5227ea
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.7-9.3
5227ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5227ea
5227ea
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.7-8.3
5227ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5227ea
5227ea
* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:1.7-7.3
5227ea
- fix license tag
5227ea
- drop repotag
5227ea
5227ea
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0:1.7-7jpp.2
5227ea
- Autorebuild for GCC 4.3
5227ea
5227ea
* Fri Sep 07 2007 Matt Wringe <mwringe@redhat.com> - 0:1.7-6jpp.2
5227ea
- Fix unowned dir (/usr/lib/gcj/jakarta-commons-digester)
5227ea
5227ea
* Mon Jan 22 2007 Vivek Lakshmanan <vivekl at redhat.com> - 0:1.7-6jpp.1
5227ea
- Resynch with JPP release
5227ea
5227ea
* Tue Jan 16 2007 Vivek Lakshmanan <vivekl at redhat.com> - 0:1.7-5jpp.3
5227ea
- Update component-info.xml to add scm and tag attribute instead of a comment
5227ea
- Remove the export of a versioned jar
5227ea
5227ea
* Tue Jan 9 2007 Vivek Lakshmanan <vivekl at redhat.com> - 0:1.7-5jpp.2
5227ea
- Upgrade to latest from JPP and FC6
5227ea
- Remove old RHUG specific trigger
5227ea
- Add support for conditional build of repolib package
5227ea
- Build repolib package by default
5227ea
5227ea
* Thu Aug 10 2006 Matt Wringe <mwringe at redhat.com> - 0:1.7-5jpp.1
5227ea
- Merge with upstream version:
5227ea
 - Add missing requires for javadoc
5227ea
5227ea
* Thu Aug 10 2006 Karsten Hopp <karsten@redhat.de> 1.7-4jpp_3fc
5227ea
- Requires(post/postun): coreutils
5227ea
5227ea
* Sat Jul 22 2006 Jakub Jelinek <jakub@redhat.com> - 0:1.7-4jpp_2fc
5227ea
- Rebuilt
5227ea
5227ea
* Wed Jul 19 2006 Matt Wringe <mwringe at redhat.com> - 0:1.7-4jpp_1fc
5227ea
- Merged with upstream version
5227ea
5227ea
* Wed Jul 19 2006 Matt Wringe <mwringe at redhat.com> - 0:1.7-4jpp
5227ea
- Removed separate definition of name, version and release.
5227ea
5227ea
* Mon Jul 17 2006 Matt Wringe <mwringe at redhat.com> - 0:1.7-3jpp
5227ea
- Added conditional native compiling
5227ea
5227ea
* Wed Apr 26 2006 Fernando Nasser <fnasser@redhat.com> - 0:1.7-2jpp
5227ea
- First JPP 1.7 build
5227ea
5227ea
* Tue Jul 26 2005 Fernando Nasser <fnasser@redhat.com> - 0:1.7-1jpp
5227ea
- Upgrade to 1.7
5227ea
5227ea
* Thu Nov 26 2004 Fernando Nasser <fnasser@redhat.com> - 0:1.6-2jpp
5227ea
- Rebuild so that rss package is included
5227ea
5227ea
* Thu Oct 21 2004 Fernando Nasser <fnasser@redhat.com> - 0:1.6-1jpp
5227ea
- Upgrade to 1.6
5227ea
5227ea
* Sun Aug 23 2004 Randy Watler <rwatler at finali.com> - 0:1.5-4jpp
5227ea
- Rebuild with ant-1.6.2
5227ea
5227ea
* Fri May 09 2003 David Walluck <david@anti-microsoft.org> 0:1.5-3jpp
5227ea
- update for JPackage 1.5
5227ea
5227ea
* Thu May 08 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.5-2jpp
5227ea
- used correct JPP 1.5 spec file
5227ea
5227ea
* Thu May 08 2003 Henri Gomez <hgomez@users.sourceforge.net> 1.5-2jpp
5227ea
- 1.5