diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..602f028 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/commons-digester-2.1-src.tar.gz diff --git a/.rh-maven35-apache-commons-digester.metadata b/.rh-maven35-apache-commons-digester.metadata new file mode 100644 index 0000000..1e984da --- /dev/null +++ b/.rh-maven35-apache-commons-digester.metadata @@ -0,0 +1 @@ +f1c733e924bf633079d1d7aed8942361fd6dc3be SOURCES/commons-digester-2.1-src.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/apache-commons-digester.spec b/SPECS/apache-commons-digester.spec new file mode 100644 index 0000000..a85f7b4 --- /dev/null +++ b/SPECS/apache-commons-digester.spec @@ -0,0 +1,216 @@ +%{?scl:%scl_package apache-%{short_name}} +%{!?scl:%global pkg_name %{name}} + +%global short_name commons-digester + +Name: %{?scl_prefix}apache-%{short_name} +Version: 2.1 +Release: 8.2%{?dist} +Summary: XML to Java object mapping module +License: ASL 2.0 +URL: http://commons.apache.org/digester/ +BuildArch: noarch + +Source0: http://archive.apache.org/dist/commons/digester/source/%{short_name}-%{version}-src.tar.gz + +BuildRequires: %{?scl_prefix}maven-local +BuildRequires: %{?scl_prefix}mvn(commons-beanutils:commons-beanutils) +BuildRequires: %{?scl_prefix}mvn(commons-logging:commons-logging) +BuildRequires: %{?scl_prefix}mvn(junit:junit) +BuildRequires: %{?scl_prefix}mvn(org.apache.commons:commons-parent:pom:) + +%description +Many projects read XML configuration files to provide initialization of +various Java objects within the system. There are several ways of doing this, +and the Digester component was designed to provide a common implementation +that can be used in many different projects + +%package javadoc +Summary: API documentation for %{pkg_name} + +%description javadoc +This package contains the %{summary}. + +%prep +%setup -q -n %{short_name}-%{version}-src + +# Compatibility links +%mvn_alias "%{short_name}:%{short_name}" "org.apache.commons:%{short_name}" +%mvn_file :%{short_name} %{short_name} %{pkg_name} + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt + +%files javadoc -f .mfiles-javadoc +%doc LICENSE.txt NOTICE.txt + +%changelog +* Thu Jun 22 2017 Michael Simacek - 2.1-8.2 +- Mass rebuild 2017-06-22 + +* Wed Jun 21 2017 Java Maintainers - 2.1-8.1 +- Automated package import and SCL-ization + +* Fri Feb 10 2017 Fedora Release Engineering - 2.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Jun 15 2016 Mikolaj Izdebski - 2.1-7 +- Regenerate build-requires + +* Wed Feb 03 2016 Fedora Release Engineering - 2.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 2.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue Oct 14 2014 Mikolaj Izdebski - 2.1-4 +- Remove legacy Obsoletes/Provides for jakarta-commons + +* Sat Jun 07 2014 Fedora Release Engineering - 2.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Mar 04 2014 Stanislav Ochotnicky - 2.1-2 +- Use Requires: java-headless rebuild (#1067528) + +* Wed Aug 21 2013 Mat Booth - 2.1-1 +- Update to latest upstream, rhbz #639893 +- Update spec for latest guidelines + +* Sat Aug 03 2013 Fedora Release Engineering - 1.8.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Mon Apr 29 2013 Mikolaj Izdebski - 1.8.1-15 +- Remove unneeded BR: maven-idea-plugin + +* Mon Feb 18 2013 Java SIG - 1.8.1-14 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Wed Feb 13 2013 Fedora Release Engineering - 1.8.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Aug 7 2012 Mikolaj Izdebski - 1.8.1-12 +- Fix file permissions +- Install LICENSE and NOTICE with javadoc package + +* Wed Jul 18 2012 Fedora Release Engineering - 1.8.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Jan 12 2012 Fedora Release Engineering - 1.8.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Nov 30 2011 Alexander Kurtakov 1.8.1-9 +- Build with maven 3. +- Adapt to current guidelines. + +* Mon Feb 07 2011 Fedora Release Engineering - 1.8.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri May 21 2010 Mat Booth - 1.8.1-7 +- Correct dep-map names. + +* Fri May 14 2010 Mat Booth - 1.8.1-6 +- Obsolete jakarta javadoc package. +- Keep legacy depmap around. + +* Thu May 13 2010 Mat Booth - 1.8.1-5 +- Drop really old obsoletes/provides on short_name. +- Fix requires. + +* Tue May 11 2010 Mat Booth - 1.8.1-4 +- Not ready for auto OSGi depsolving yet in this package. +- Rename package (jakarta-commons-digester->apache-commons-digester). + +* Tue Dec 8 2009 Mat Booth - 1.8.1-3 +- Enable OSGi automatic depsolving (from Alphonse Van Assche). + +* Sun Nov 8 2009 Mat Booth - 1.8.1-2 +- Fix build failure due to targeting too old a JRE +- Add missing doxia build req + +* Sun Nov 8 2009 Mat Booth - 1.8.1-1 +- Update to 1.8.1 +- Rewrite spec file to build using upstream-preferred maven instead of ant +- Install pom and add to maven dep-map +- Fix javadoc package requires + +* Mon Aug 10 2009 Ville Skyttä - 0:1.7-10.3 +- Convert specfile to UTF-8. + +* Fri Jul 24 2009 Fedora Release Engineering - 0:1.7-9.3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Feb 25 2009 Fedora Release Engineering - 0:1.7-8.3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Jul 9 2008 Tom "spot" Callaway - 0:1.7-7.3 +- fix license tag +- drop repotag + +* Tue Feb 19 2008 Fedora Release Engineering - 0:1.7-7jpp.2 +- Autorebuild for GCC 4.3 + +* Fri Sep 07 2007 Matt Wringe - 0:1.7-6jpp.2 +- Fix unowned dir (/usr/lib/gcj/jakarta-commons-digester) + +* Mon Jan 22 2007 Vivek Lakshmanan - 0:1.7-6jpp.1 +- Resynch with JPP release + +* Tue Jan 16 2007 Vivek Lakshmanan - 0:1.7-5jpp.3 +- Update component-info.xml to add scm and tag attribute instead of a comment +- Remove the export of a versioned jar + +* Tue Jan 9 2007 Vivek Lakshmanan - 0:1.7-5jpp.2 +- Upgrade to latest from JPP and FC6 +- Remove old RHUG specific trigger +- Add support for conditional build of repolib package +- Build repolib package by default + +* Thu Aug 10 2006 Matt Wringe - 0:1.7-5jpp.1 +- Merge with upstream version: + - Add missing requires for javadoc + +* Thu Aug 10 2006 Karsten Hopp 1.7-4jpp_3fc +- Requires(post/postun): coreutils + +* Sat Jul 22 2006 Jakub Jelinek - 0:1.7-4jpp_2fc +- Rebuilt + +* Wed Jul 19 2006 Matt Wringe - 0:1.7-4jpp_1fc +- Merged with upstream version + +* Wed Jul 19 2006 Matt Wringe - 0:1.7-4jpp +- Removed separate definition of name, version and release. + +* Mon Jul 17 2006 Matt Wringe - 0:1.7-3jpp +- Added conditional native compiling + +* Wed Apr 26 2006 Fernando Nasser - 0:1.7-2jpp +- First JPP 1.7 build + +* Tue Jul 26 2005 Fernando Nasser - 0:1.7-1jpp +- Upgrade to 1.7 + +* Thu Nov 26 2004 Fernando Nasser - 0:1.6-2jpp +- Rebuild so that rss package is included + +* Thu Oct 21 2004 Fernando Nasser - 0:1.6-1jpp +- Upgrade to 1.6 + +* Sun Aug 23 2004 Randy Watler - 0:1.5-4jpp +- Rebuild with ant-1.6.2 + +* Fri May 09 2003 David Walluck 0:1.5-3jpp +- update for JPackage 1.5 + +* Thu May 08 2003 Henri Gomez 1.5-2jpp +- used correct JPP 1.5 spec file + +* Thu May 08 2003 Henri Gomez 1.5-2jpp +- 1.5