Blame SPECS/apache-commons-digester.spec

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