Install LICENSE file
This commit is contained in:
parent
0fba9440d9
commit
6f8101dfbd
@ -1,6 +1,6 @@
|
||||
Name: plexus-pom
|
||||
Version: 3.0.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Root Plexus Projects pom
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
@ -9,6 +9,7 @@ URL: https://github.com/sonatype/%{name}/
|
||||
# cd plexus-pom
|
||||
# git archive --format=tar --prefix=plexus-pom-3.0.1/ plexus-3.0.1 | xz >plexus-pom-3.0.1.tar.xz
|
||||
Source0: plexus-pom-%{version}.tar.xz
|
||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
|
||||
# remove
|
||||
# org.codehaus.mojo taglist-maven-plugin 2.4
|
||||
@ -41,6 +42,7 @@ executing software projects.
|
||||
%setup -q
|
||||
%patch0 -p0
|
||||
%patch1 -p0
|
||||
cp -p %{SOURCE1} LICENSE
|
||||
|
||||
%build
|
||||
|
||||
@ -53,12 +55,17 @@ install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP.plexus-plexus.pom
|
||||
%add_maven_depmap JPP.plexus-plexus.pom
|
||||
|
||||
%files
|
||||
%doc LICENSE
|
||||
%{_mavenpomdir}/JPP.plexus-plexus.pom
|
||||
%{_mavendepmapfragdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Nov 21 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.1-3
|
||||
- Install LICENSE file
|
||||
- Resolves: rhbz#878825
|
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Wed Feb 08 2012 gil cattaneo <puntogil@libero.it> 3.0.1-1
|
||||
- initial rpm
|
||||
- initial rpm
|
||||
|
||||
Loading…
Reference in New Issue
Block a user