You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
2.0 KiB
72 lines
2.0 KiB
Name: plexus-pom
|
|
Version: 3.3.1
|
|
Release: 1%{?dist}
|
|
Summary: Root Plexus Projects pom
|
|
Group: Development/Libraries
|
|
License: ASL 2.0
|
|
URL: https://github.com/sonatype/%{name}/
|
|
# git clone git://github.com/sonatype/plexus-pom.git
|
|
# (cd plexus-pom && git archive --format=tar --prefix=plexus-pom-3.3.1/ plexus-3.3.1 | xz > ../plexus-pom-3.3.1.tar.xz)
|
|
Source0: %{name}-%{version}.tar.xz
|
|
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
|
|
|
BuildRequires: java-devel
|
|
BuildRequires: jpackage-utils >= 0:1.7.5
|
|
BuildRequires: spice-parent
|
|
|
|
BuildRequires: maven
|
|
BuildRequires: modello
|
|
BuildRequires: plexus-containers-component-metadata
|
|
|
|
Requires: maven
|
|
Requires: spice-parent
|
|
|
|
Requires: jpackage-utils >= 0:1.7.5
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
The Plexus project provides a full software stack for creating and
|
|
executing software projects.
|
|
|
|
%prep
|
|
%setup -q
|
|
# 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
|
|
# Nothing to do
|
|
%install
|
|
|
|
mkdir -p %{buildroot}%{_mavenpomdir}
|
|
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP.plexus-plexus.pom
|
|
%add_maven_depmap JPP.plexus-plexus.pom
|
|
|
|
%check
|
|
mvn-rpmbuild verify
|
|
|
|
%files
|
|
%doc LICENSE
|
|
%{_mavenpomdir}/JPP.plexus-plexus.pom
|
|
%{_mavendepmapfragdir}/%{name}
|
|
|
|
%changelog
|
|
* 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
|