Blame SPECS/apache-commons-pool.spec

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