|
|
|
Name: plexus-pom
|
|
|
|
Version: 3.3.1
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Summary: Root Plexus Projects POM
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: https://github.com/sonatype/%{name}/
|
|
|
|
Source0: https://github.com/sonatype/plexus-pom/archive/plexus-%{version}.tar.gz
|
|
|
|
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
BuildRequires: maven-local
|
|
|
|
BuildRequires: spice-parent
|
|
|
|
|
|
|
|
%description
|
|
|
|
The Plexus project provides a full software stack for creating and
|
|
|
|
executing software projects. This package provides parent POM for
|
|
|
|
Plexus packages.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n plexus-pom-plexus-%{version}
|
|
|
|
# require: maven-site-plugin *
|
|
|
|
%pom_xpath_remove "pom:profile[pom:id='maven-3']"
|
|
|
|
# * require: org.codehaus.plexus plexus-stylus-skin 1.0
|
|
|
|
# org.apache.maven.wagon wagon-webdav-jackrabbit 1.0
|
|
|
|
%pom_remove_plugin org.apache.maven.plugins:maven-site-plugin
|
|
|
|
|
|
|
|
%pom_remove_plugin org.codehaus.mojo:findbugs-maven-plugin
|
|
|
|
%pom_remove_plugin org.codehaus.mojo:taglist-maven-plugin
|
|
|
|
cp -p %{SOURCE1} LICENSE
|
|
|
|
|
|
|
|
%build
|
|
|
|
%mvn_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%mvn_install
|
|
|
|
|
|
|
|
%files -f .mfiles
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.1-7
|
|
|
|
- Rebuild to regenerate Maven auto-requires
|
|
|
|
|
|
|
|
* Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.1-6
|
|
|
|
- Rebuild to regenerate provides
|
|
|
|
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Apr 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.1-4
|
|
|
|
- Build with xmvn
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 3.3.1-2
|
|
|
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
|
- Replace maven BuildRequires with maven-local
|
|
|
|
|
|
|
|
* Sat Dec 08 2012 gil cattaneo <puntogil@libero.it> 3.3.1-1
|
|
|
|
- Update to 3.3.1
|
|
|
|
|
|
|
|
* Wed Nov 21 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.1-3
|
|
|
|
- Install LICENSE file
|
|
|
|
- Resolves: rhbz#878825
|
|
|
|
|
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Feb 08 2012 gil cattaneo <puntogil@libero.it> 3.0.1-1
|
|
|
|
- initial rpm
|