Install license file with manual and javadoc packages
This commit is contained in:
parent
ffbaceac7b
commit
4d00d268f7
6
bsh.spec
6
bsh.spec
@ -221,7 +221,8 @@ dummy = posix.readlink(dir) and os.remove(dir)
|
||||
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
%files
|
||||
%doc src/Changes.html src/License.txt src/README.txt
|
||||
%doc src/License.txt
|
||||
%doc src/Changes.html src/README.txt
|
||||
%{_javadir}/*
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/webapps
|
||||
@ -229,9 +230,11 @@ dummy = posix.readlink(dir) and os.remove(dir)
|
||||
%{_mavendepmapfragdir}/%{name}
|
||||
|
||||
%files manual
|
||||
%doc src/License.txt
|
||||
%doc docs/*
|
||||
|
||||
%files javadoc
|
||||
%doc src/License.txt
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%files demo
|
||||
@ -249,6 +252,7 @@ dummy = posix.readlink(dir) and os.remove(dir)
|
||||
- Install versionless javadocs
|
||||
- Remove old Obsoletes
|
||||
- Update and format descriptions
|
||||
- Install license file with manual and javadoc packages
|
||||
|
||||
* Wed Jul 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-26
|
||||
- Remove arch-specific conditionals
|
||||
|
Loading…
Reference in New Issue
Block a user