cf1d1d
Name:		geronimo-parent-poms
cf1d1d
Version:	1.6
cf1d1d
Release:	16%{?dist}
cf1d1d
Summary:	Parent POM files for geronimo-specs
cf1d1d
Group:		Development/Tools
cf1d1d
License:	ASL 2.0
cf1d1d
URL:		http://geronimo.apache.org/
cf1d1d
BuildArch:	noarch
cf1d1d
cf1d1d
# Following the parent chain all the way up ...
cf1d1d
Source0:	http://svn.apache.org/repos/asf/geronimo/specs/tags/specs-parent-%{version}/pom.xml
cf1d1d
Source1:	http://www.apache.org/licenses/LICENSE-2.0.txt
cf1d1d
cf1d1d
BuildRequires:  maven-local
cf1d1d
BuildRequires:	jpackage-utils
cf1d1d
cf1d1d
# Dependencies and plugins from the POM files
cf1d1d
Provides:       geronimo-specs = %{version}-%{release}
cf1d1d
cf1d1d
%description
cf1d1d
The Project Object Model files for the geronimo-specs modules.
cf1d1d
cf1d1d
%prep
cf1d1d
%setup -c -T
cf1d1d
cp -p %{SOURCE0} .
cf1d1d
cp -p %{SOURCE1} LICENSE
cf1d1d
%pom_remove_parent
cf1d1d
# IDEA plugin is not really useful in Fedora
cf1d1d
%pom_remove_plugin :maven-idea-plugin
cf1d1d
cf1d1d
%build
cf1d1d
%mvn_alias : org.apache.geronimo.specs:specs
cf1d1d
%mvn_build
cf1d1d
cf1d1d
%install
cf1d1d
%mvn_install
cf1d1d
cf1d1d
%files -f .mfiles
cf1d1d
%doc LICENSE
cf1d1d
cf1d1d
cf1d1d
%changelog
cf1d1d
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.6-16
cf1d1d
- Mass rebuild 2013-12-27
cf1d1d
cf1d1d
* Mon Apr 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.6-15
cf1d1d
- Remove maven-idea-plugin
cf1d1d
cf1d1d
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-14
cf1d1d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
cf1d1d
cf1d1d
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.6-13
cf1d1d
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
cf1d1d
- Replace maven BuildRequires with maven-local
cf1d1d
cf1d1d
* Thu Jan 17 2013 Michal Srb <msrb@redhat.com> - 1.6-12
cf1d1d
- Build with xmvn
cf1d1d
cf1d1d
* Thu Aug 23 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.6-11
cf1d1d
- Install LICENSE file
cf1d1d
- Add missing R: jpackage-utils
cf1d1d
- Update to current packaging guidelines
cf1d1d
cf1d1d
* Mon Aug  6 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.6-10
cf1d1d
- Remove pom.xml from SCM
cf1d1d
cf1d1d
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-9
cf1d1d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
cf1d1d
cf1d1d
* Tue May 29 2012 Tomas Radej <tradej@redhat.com> - 1.6-8
cf1d1d
- Removed maven-pmd-plugin R
cf1d1d
cf1d1d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-7
cf1d1d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
cf1d1d
cf1d1d
* Wed Sep  7 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.6-6
cf1d1d
- Remove genesis poms from package (split into separate package)
cf1d1d
- Use new macro for depmaps
cf1d1d
cf1d1d
* Thu May  5 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.6-5
cf1d1d
- Add compatibility depmap for geronimo.specs:specs-parent
cf1d1d
- Fixes according to new guidelines
cf1d1d
cf1d1d
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-4
cf1d1d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
cf1d1d
cf1d1d
* Wed Feb  3 2010 Mary Ellen Foster <mefoster at gmail.com> 1.6-3
cf1d1d
- Fix tabs and spaces in srpm
cf1d1d
- Remove config flag from mavendepmapfragdir
cf1d1d
- Add jpackage-utils to the BuildRequires
cf1d1d
cf1d1d
* Tue Jan 19 2010 Mary Ellen Foster <mefoster at gmail.com> 1.6-2
cf1d1d
- Don't include the apache root pom; it's already in maven2-common-poms
cf1d1d
- Double check the dependencies to include only what's in the POMs
cf1d1d
- Add initial Provides for the genesis stuff
cf1d1d
- Fix changelog
cf1d1d
cf1d1d
* Mon Jan 18 2010 Mary Ellen Foster <mefoster at gmail.com> 1.6-1
cf1d1d
- Initial package