Install NOTICE file with javadoc package
This commit is contained in:
parent
a4e222e472
commit
ca98029cac
1 changed files with 5 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Name: apache-%{jarname}
|
||||
Version: 2.1.1
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: Java Expression Language (JEXL)
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -66,11 +66,14 @@ find -name '*.txt' -exec sed -i 's/\r//' '{}' +
|
|||
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE.txt
|
||||
%doc LICENSE.txt NOTICE.txt
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 1 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.1-7
|
||||
- Install NOTICE file with javadoc package
|
||||
|
||||
* Thu Jun 28 2013 Orion Poplawski <orion@cora.nwra.com> - 2.1.1-6
|
||||
- Update to current maven spec guidelines to fix build (bug 979497)
|
||||
- Add patch to fix test with junit 4.11
|
||||
|
|
|
|||
Reference in a new issue