d4334c
Name:           forge-parent
d4334c
Version:        31
248c5f
Release:        2%{?dist}
d4334c
Summary:        Sonatype Forge Parent Pom
d4334c
License:        ASL 2.0
d4334c
URL:            https://docs.sonatype.org/display/FORGE/Index
d4334c
Source0:        http://repo1.maven.org/maven2/org/sonatype/forge/%{name}/%{version}/%{name}-%{version}.pom
d4334c
Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
d4334c
BuildArch:      noarch
d4334c
BuildRequires:  maven-local
d4334c
d4334c
%description
d4334c
Sonatype Forge is an open-source community dedicated to the creation of the 
d4334c
next-generation of development tools and technologies.
d4334c
d4334c
%prep
d4334c
%setup -qcT
d4334c
cp -p %{SOURCE0} pom.xml
d4334c
cp -p %{SOURCE1} LICENSE
d4334c
# We don't have nexus-staging-maven-plugin in Fedora
d4334c
%pom_remove_plugin :nexus-staging-maven-plugin
d4334c
d4334c
%build
d4334c
%mvn_build
d4334c
d4334c
%install
d4334c
%mvn_install
d4334c
d4334c
%files -f .mfiles
d4334c
%doc LICENSE
d4334c
d4334c
%changelog
248c5f
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 31-2
248c5f
- Mass rebuild 2013-12-27
248c5f
d4334c
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5-9
d4334c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d4334c
d4334c
* Mon Jan 14 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 31-1
d4334c
- Update to upstream version 31
d4334c
- Install missing LICENSE file
d4334c
- Build with xmvn
d4334c
d4334c
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5-8
d4334c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d4334c
d4334c
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5-7
d4334c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d4334c
d4334c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5-6
d4334c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d4334c
d4334c
* Thu May 20 2010 Weinan Li <weli@redhat.com> - 5-5
d4334c
- Rebuild for dist-f14-maven221
d4334c
d4334c
* Thu May 20 2010 Weinan Li <weli@redhat.com> - 5-4
d4334c
- Change JPP.%{name}.pom to JPP-%{name}.pom
d4334c
d4334c
* Fri May 14 2010 Weinan Li <weli@redhat.com> - 5-3
d4334c
- Each package must consistently use macros, use rm instead of all %{_rm}
d4334c
- Add Requires: jpackage-utils
d4334c
d4334c
* Thu May 13 2010 Weinan Li <weli@redhat.com> - 5-2
d4334c
- Add the license source note
d4334c
- Cleanup the svn metadata in source
d4334c
- Add the full instructions for creating the tar in the comment 
d4334c
d4334c
* Wed May 12 2010 Weinan Li <weli@redhat.com> - 5-1
d4334c
- Initial version