Install LICENSE file

f38
Mikolaj Izdebski 12 years ago
parent 0fba9440d9
commit 6f8101dfbd

@ -1,6 +1,6 @@
Name: plexus-pom Name: plexus-pom
Version: 3.0.1 Version: 3.0.1
Release: 2%{?dist} Release: 3%{?dist}
Summary: Root Plexus Projects pom Summary: Root Plexus Projects pom
Group: Development/Libraries Group: Development/Libraries
License: ASL 2.0 License: ASL 2.0
@ -9,6 +9,7 @@ URL: https://github.com/sonatype/%{name}/
# cd plexus-pom # 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 # 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 Source0: plexus-pom-%{version}.tar.xz
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
# remove # remove
# org.codehaus.mojo taglist-maven-plugin 2.4 # org.codehaus.mojo taglist-maven-plugin 2.4
@ -41,6 +42,7 @@ executing software projects.
%setup -q %setup -q
%patch0 -p0 %patch0 -p0
%patch1 -p0 %patch1 -p0
cp -p %{SOURCE1} LICENSE
%build %build
@ -53,10 +55,15 @@ install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP.plexus-plexus.pom
%add_maven_depmap JPP.plexus-plexus.pom %add_maven_depmap JPP.plexus-plexus.pom
%files %files
%doc LICENSE
%{_mavenpomdir}/JPP.plexus-plexus.pom %{_mavenpomdir}/JPP.plexus-plexus.pom
%{_mavendepmapfragdir}/%{name} %{_mavendepmapfragdir}/%{name}
%changelog %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 * 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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

@ -1 +1,2 @@
75753f24254b405a3a5c0d20e57e56c8 plexus-pom-3.0.1.tar.xz 75753f24254b405a3a5c0d20e57e56c8 plexus-pom-3.0.1.tar.xz
3b83ef96387f14655fc854ddc3c6bd57 LICENSE-2.0.txt

Loading…
Cancel
Save