Blame SPECS/apache-parent.spec

5648d4
Name:           apache-parent
5648d4
Version:        10
5648d4
Release:        14%{?dist}
5648d4
Summary:        Parent pom file for Apache projects
5648d4
Group:          Development/Libraries
5648d4
License:        ASL 2.0
5648d4
URL:            http://apache.org/
5648d4
Source0:        http://svn.apache.org/repos/asf/maven/pom/tags/apache-10/pom.xml
5648d4
Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
5648d4
BuildArch:      noarch
5648d4
5648d4
BuildRequires:  maven-local
5648d4
BuildRequires:  jpackage-utils
5648d4
BuildRequires:  apache-resource-bundles
5648d4
BuildRequires:  maven-remote-resources-plugin
5648d4
5648d4
Requires:       apache-resource-bundles
5648d4
5648d4
%description
5648d4
This package contains the parent pom file for apache projects.
5648d4
5648d4
5648d4
%prep
5648d4
%setup -n %{name}-%{version} -Tc
5648d4
5648d4
# This simplifies work with child projects that can use generics
5648d4
cp %{SOURCE0} .
5648d4
sed -i 's:<source>1.4</source>:<source>1.5</source>:' pom.xml
5648d4
sed -i 's:<target>1.4</target>:<target>1.5</target>:' pom.xml
5648d4
5648d4
cp %{SOURCE1} LICENSE
5648d4
5648d4
%build
5648d4
%mvn_build
5648d4
5648d4
%install
5648d4
%mvn_install
5648d4
5648d4
%files -f .mfiles
5648d4
%doc LICENSE
5648d4
5648d4
%changelog
5648d4
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 10-14
5648d4
- Mass rebuild 2013-12-27
5648d4
5648d4
* Thu Dec 19 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 10-13
5648d4
- Fix a typo in changelog
5648d4
5648d4
* Thu Aug 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 10-12
5648d4
- Add missing R: apache-resource-bundles
5648d4
5648d4
* Mon Aug 26 2013 Michal Srb <msrb@redhat.com> - 10-11
5648d4
- Migrate away from mvn-rpmbuild (Resolves: #997520)
5648d4
5648d4
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10-10
5648d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
5648d4
5648d4
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 10-9
5648d4
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
5648d4
- Replace maven BuildRequires with maven-local
5648d4
5648d4
* Tue Dec 18 2012 Michal Srb <msrb@redhat.com> - 10-8
5648d4
- Added license (Resolves: #888287)
5648d4
5648d4
* Wed Nov 21 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 10-7
5648d4
- Install patched pom not the original
5648d4
5648d4
* Fri Nov  2 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 10-6
5648d4
- Add missing R: maven-remote-resources-plugin, apache-resource-bundles
5648d4
- Add %%check to verify dependencies during build
5648d4
5648d4
* Thu Jul 26 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 10-5
5648d4
- Make sure we generate 1.5 version bytecode
5648d4
5648d4
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10-4
5648d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5648d4
5648d4
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10-3
5648d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5648d4
5648d4
* Tue Sep 13 2011 Andy Grimm <agrimm@gmail.com> 10-2
5648d4
- Follow suggestions in BZ #736069
5648d4
5648d4
* Mon Aug 29 2011 Andy Grimm <agrimm@gmail.com> 10-1
5648d4
- Initial Build