Update the spec file template

Patch by user aluchko in #9349

Fixes: #9349
This commit is contained in:
Juergen Spitzmueller 2014-12-08 13:15:06 +01:00
parent 849f1ddf58
commit c52b99d989
2 changed files with 7 additions and 2 deletions

View File

@ -80,7 +80,7 @@ texhash
%files
%defattr(-,root,root)
%doc ABOUT-NLS ANNOUNCE COPYING
%doc ANNOUNCE COPYING
%doc README UPGRADING NEWS
%doc lib/CREDITS
%{_bindir}/*
@ -88,3 +88,5 @@ texhash
%{_datadir}/locale/*/LC_MESSAGES/*
%{_datadir}/%{name}
%{_datadir}/texmf/tex/latex/%{name}
%{_datadir}/icons/*
%{_datadir}/applications/*

View File

@ -174,4 +174,7 @@ What's new
* BUILD/INSTALLATION
- fix a couple of compiler warnings.
- Fix a couple of compiler warnings.
- Fix a few minor issues in the RPM spec file template (bug 9349).