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.
plexus-components-pom/plexus-components-pom.spec

46 lines
1.2 KiB

12 years ago
%global short_name plexus-components
Name: %{short_name}-pom
Version: 1.2
Release: 2%{?dist}
12 years ago
Summary: Plexus Components POM
BuildArch: noarch
Group: Development/Libraries
License: ASL 2.0
URL: http://plexus.codehaus.org/%{short_name}
Source0: http://repo.maven.apache.org/maven2/org/codehaus/plexus/%{short_name}/%{version}/%{short_name}-%{version}.pom
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
12 years ago
BuildRequires: jpackage-utils
BuildRequires: maven
Requires: jpackage-utils
%description
This package provides Plexus Components parent POM used by different
Plexus packages.
%prep
cp -p %{SOURCE0} pom.xml
cp -p %{SOURCE1} LICENSE
12 years ago
%check
mvn-rpmbuild verify
%install
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -p -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_maven_depmap JPP-%{name}.pom
%files
%doc LICENSE
12 years ago
%{_mavenpomdir}/JPP-%{name}.pom
%{_mavendepmapfragdir}/%{name}
%changelog
* Mon Nov 12 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2-2
- Install LICENSE file
12 years ago
* Wed Oct 31 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2-1
- Initial packaging