Initial packaging
This commit is contained in:
parent
a5a8bfd275
commit
30ec607d0d
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
||||
/maven-mapping-1.0-source-release.zip
|
||||
41
maven-mapping.spec
Normal file
41
maven-mapping.spec
Normal file
@ -0,0 +1,41 @@
|
||||
Name: maven-mapping
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Apache Maven Mapping
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/shared/%{name}/
|
||||
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
|
||||
|
||||
%description
|
||||
Maven shared component that implements file name mapping.
|
||||
|
||||
%package javadoc
|
||||
Summary: API documentation for %{name}
|
||||
|
||||
%description javadoc
|
||||
This package provides %{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%dir %{_javadir}/%{name}
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-1
|
||||
- Initial packaging
|
||||
Loading…
Reference in New Issue
Block a user