Add ASL 2.0 license text to rpms
This commit is contained in:
parent
fa6a95404a
commit
77ed1727c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ plexus-io-2.0.1.tar.xz
|
||||
sonatype-plexus-io-plexus-io-2.0.4-0-g2767dfe.tar.gz
|
||||
/sonatype-plexus-io-plexus-io-2.0.5-0-g4a31728.tar.gz
|
||||
/plexus-io-2.0.5.tar.gz
|
||||
/LICENSE-2.0.txt
|
||||
|
||||
@ -1,12 +1,13 @@
|
||||
Name: plexus-io
|
||||
Version: 2.0.5
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: Plexus IO Components
|
||||
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
URL: http://plexus.codehaus.org/plexus-components/plexus-io
|
||||
Source0: https://github.com/sonatype/plexus-io/tarball/plexus-io-%{version}#/%{name}-%{version}.tar.gz
|
||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: java-devel >= 1:1.6.0
|
||||
@ -41,6 +42,7 @@ API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n sonatype-plexus-io-1a0010b
|
||||
cp %{SOURCE1} .
|
||||
|
||||
%build
|
||||
export XMVN_COMPILER_SOURCE="1.5"
|
||||
@ -51,12 +53,16 @@ export XMVN_COMPILER_SOURCE="1.5"
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc NOTICE.txt
|
||||
%doc NOTICE.txt LICENSE-2.0.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc NOTICE.txt LICENSE-2.0.txt
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 12 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.0.5-7
|
||||
- Add ASL 2.0 license text to rpms
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.5-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user