Blame SPECS/apache-commons-pool.spec

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