Initial packaging
This commit is contained in:
parent
a5a6ef3cd1
commit
d363007ae0
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
||||
/maven-shared-incremental-1.0-source-release.zip
|
||||
49
maven-shared-incremental.spec
Normal file
49
maven-shared-incremental.spec
Normal file
@ -0,0 +1,49 @@
|
||||
Name: maven-shared-incremental
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Maven Incremental Build support utilities
|
||||
License: ASL 2.0
|
||||
Group: Development/Libraries
|
||||
URL: http://maven.apache.org/shared/maven-shared-incremental/
|
||||
Source0: http://repo1.maven.org/maven2/org/apache/maven/shared/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-shared-components)
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-shared-utils)
|
||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-component-annotations)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-component-api)
|
||||
|
||||
%description
|
||||
Various utility classes and plexus components for supporting
|
||||
incremental build functionality in maven plugins.
|
||||
|
||||
%package javadoc
|
||||
Summary: API documentation for %{name}
|
||||
Group: Documentation
|
||||
|
||||
%description javadoc
|
||||
This package provides %{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc LICENSE NOTICE
|
||||
%dir %{_javadir}/%{name}
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Wed Jan 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-1
|
||||
- Initial packaging
|
||||
Loading…
Reference in New Issue
Block a user