Fixed docs path in RPM .spec file.
--HG-- extra : rebase_source : cfb5551335b4d99ba24ede469c4f822ee6e297ab
This commit is contained in:
parent
2a3f52d8dd
commit
3aa86a838a
1 changed files with 4 additions and 1 deletions
|
@ -68,7 +68,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
%files devel
|
||||
%{__defattr}
|
||||
%doc README*.txt COPYING.txt CREDITS.txt BUGS.txt WhatsNew.txt
|
||||
%doc docs/README*.md
|
||||
%{_bindir}/*-config
|
||||
%{_libdir}/lib*.a
|
||||
%{_libdir}/lib*.la
|
||||
|
@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/aclocal/*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 04 2015 Ryan C. Gordon <icculus@icculus.org>
|
||||
- Fixed README paths.
|
||||
|
||||
* Sun Dec 07 2014 Simone Contini <s.contini@oltrelinux.com>
|
||||
- Fixed changelog date issue and docs filenames
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue