diff --git a/.apache-commons-pool.metadata b/.apache-commons-pool.metadata new file mode 100644 index 0000000..3c44f95 --- /dev/null +++ b/.apache-commons-pool.metadata @@ -0,0 +1 @@ +f0ff484e3e12ea3dbb9dfe4a16c92b3c31eb82ae SOURCES/commons-pool-1.6-src.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +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-pool.spec b/SPECS/apache-commons-pool.spec new file mode 100644 index 0000000..5724676 --- /dev/null +++ b/SPECS/apache-commons-pool.spec @@ -0,0 +1,101 @@ +%global base_name pool +%global short_name commons-%{base_name} + +Name: apache-%{short_name} +Version: 1.6 +Release: 8%{?dist} +Summary: Apache Commons Pool Package +License: ASL 2.0 +URL: http://commons.apache.org/%{base_name}/ +Source0: http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz +BuildArch: noarch + +BuildRequires: java-devel >= 1:1.6.0 +BuildRequires: jpackage-utils +BuildRequires: maven-local +BuildRequires: apache-commons-parent >= 26-7 + +%description +The goal of Pool package is it to create and maintain an object (instance) +pooling package to be distributed under the ASF license. The package should +support a variety of pool implementations, but encourage support of an +interface that makes these implementations interchangeable. + +%package javadoc +Summary: Javadoc for %{name} +# This should go away with F-17 +Obsoletes: jakarta-%{short_name}-javadoc < 0:1.3-14 + +%description javadoc +This package contains the API documentation for %{name}. + +%prep +%setup -q -n %{short_name}-%{version}-src +%mvn_file : %{name} %{short_name} + +%build +%mvn_build -f + +%install +%mvn_install + +%files -f .mfiles +%doc README.txt LICENSE.txt NOTICE.txt RELEASE-NOTES.txt + +%files javadoc -f .mfiles-javadoc +%doc LICENSE.txt NOTICE.txt + +%changelog +* Fri Sep 20 2013 Mikolaj Izdebski - 1.6-8 +- Add BuildRequires on apache-commons-parent >= 26-7 + +* Thu Aug 15 2013 Stanislav Ochotnicky - 1.6-7 +- Migrate away from mvn-rpmbuild (#997428) + +* Fri Jun 28 2013 Mikolaj Izdebski - 1.6-6 +- Rebuild to regenerate API documentation +- Resolves: CVE-2013-1571 + +* Tue Feb 19 2013 Mat Booth - 1.6-5 +- Add missing BuildRequires maven-local + +* Wed Feb 13 2013 Fedora Release Engineering - 1.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Nov 23 2012 Mikolaj Izdebski - 1.6-3 +- Install NOTICE file with javadoc package + +* Wed Jul 18 2012 Fedora Release Engineering - 1.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Feb 13 2012 Alexander Kurtakov 1.6-1 +- Update to latest release - 1.6. + +* Thu Jan 12 2012 Fedora Release Engineering - 1.5.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Thu Dec 22 2011 Alexander Kurtakov 1.5.7-1 +- Update to latest version (1.5.7). + +* Wed Nov 30 2011 Alexander Kurtakov 1.5.6-2 +- Adapt to current guidelines. + +* Fri Apr 15 2011 Chris Spike 1.5.6-1 +- Updated to 1.5.6 +- Fixed build for maven 3 + +* Mon Feb 07 2011 Fedora Release Engineering - 1.5.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Nov 9 2010 Chris Spike 1.5.5-4 +- Removed maven* BRs in favour of apache-commons-parent +- Added deprecated groupId to depmap for compatibility reasons + +* Mon Oct 18 2010 Chris Spike 1.5.5-3 +- Removed Epoch + +* Tue Oct 5 2010 Chris Spike 1.5.5-2 +- Consistently using 'buildroot' macro instead of 'RPM_BUILD_ROOT' now + +* Fri Oct 1 2010 Chris Spike 1.5.5-1 +- Rename and rebase from jakarta-commons-pool