Install NOTICE file with javadoc package
- Resolves: rhbz#984417
This commit is contained in:
parent
df452d6a14
commit
afb50becb6
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: apache-commons-exec
|
Name: apache-commons-exec
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Java library to reliably execute external processes from within the JVM
|
Summary: Java library to reliably execute external processes from within the JVM
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -66,11 +66,15 @@ cp -p pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{name}.pom
|
|||||||
%{_mavendepmapfragdir}/*
|
%{_mavendepmapfragdir}/*
|
||||||
|
|
||||||
%files javadoc
|
%files javadoc
|
||||||
%doc LICENSE.txt
|
%doc LICENSE.txt NOTICE.txt
|
||||||
%{_javadocdir}/%{name}
|
%{_javadocdir}/%{name}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 15 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1-9
|
||||||
|
- Install NOTICE file with javadoc package
|
||||||
|
- Resolves: rhbz#984417
|
||||||
|
|
||||||
* Mon Feb 18 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.1-8
|
* Mon Feb 18 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.1-8
|
||||||
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
||||||
- Replace maven BuildRequires with maven-local
|
- Replace maven BuildRequires with maven-local
|
||||||
|
Loading…
Reference in New Issue
Block a user