Update to current packaging guidelines
This commit is contained in:
parent
9d9748d0ee
commit
f5a237671a
@ -1,6 +1,6 @@
|
||||
Name: maven-mapping
|
||||
Version: 3.0.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Apache Maven Mapping
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/shared/%{name}/
|
||||
@ -9,7 +9,11 @@ BuildArch: noarch
|
||||
Source0: http://repo1.maven.org/maven2/org/apache/maven/shared/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-shared
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-testing:maven-plugin-testing-harness)
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-interpolation)
|
||||
|
||||
%description
|
||||
Maven shared component that implements file name mapping.
|
||||
@ -30,13 +34,15 @@ This package provides %{summary}.
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%dir %{_javadir}/%{name}
|
||||
%doc LICENSE NOTICE
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE NOTICE
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Tue Jan 5 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-2
|
||||
- Update to current packaging guidelines
|
||||
|
||||
* Mon Nov 23 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-1
|
||||
- Update to upstream version 3.0.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user