Initial packaging

This commit is contained in:
Mikolaj Izdebski 2014-10-15 06:51:09 +02:00
parent a5a8bfd275
commit 30ec607d0d
3 changed files with 43 additions and 0 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
/maven-mapping-1.0-source-release.zip

41
maven-mapping.spec Normal file
View 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

View File

@ -0,0 +1 @@
eb38975d8aa784f32c80308a6dab749c maven-mapping-1.0-source-release.zip