Added license files

This commit is contained in:
Tomas Radej 2011-09-07 10:23:28 +02:00
parent 1cbf69aa8b
commit 185fd71d20

View File

@ -1,6 +1,6 @@
Name: maven-remote-resources-plugin
Version: 1.2.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Maven Remote Resources Plugin
Group: Development/Libraries
@ -92,14 +92,19 @@ install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
%files
%doc DEPENDENCIES LICENSE NOTICE
%{_javadir}/*
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*
%files javadoc
%doc DEPENDENCIES LICENSE NOTICE
%{_javadocdir}/%{name}
%changelog
* Wed Sep 07 2011 Tomas Radej <tradej@redhat.com> - 1.2.1-2
- Added license files
* Tue Sep 6 2011 Alexander Kurtakov <akurtako@redhat.com> 1.2.1-1
- Update to latest upstream release.