[packages/ffcall] - more docs, explicit include/man files
qboosh
qboosh at pld-linux.org
Thu Dec 13 17:48:44 CET 2012
commit d43a7efd41764ef17b46692ad43f96c9edff9d07
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Dec 13 17:49:38 2012 +0100
- more docs, explicit include/man files
ffcall.spec | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/ffcall.spec b/ffcall.spec
index af09b2a..c78278d 100644
--- a/ffcall.spec
+++ b/ffcall.spec
@@ -106,11 +106,11 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc NEWS README
+%doc ChangeLog NEWS PLATFORMS README
%attr(755,root,root) %{_libdir}/libavcall.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libavcall.so.?
+%attr(755,root,root) %ghost %{_libdir}/libavcall.so.0
%attr(755,root,root) %{_libdir}/libcallback.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libcallback.so.?
+%attr(755,root,root) %ghost %{_libdir}/libcallback.so.0
%files devel
%defattr(644,root,root,755)
@@ -121,8 +121,14 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libcallback.la
%{_libdir}/libtrampoline.a
%{_libdir}/libvacall.a
-%{_includedir}/*.h
-%{_mandir}/man3/*.3*
+%{_includedir}/avcall.h
+%{_includedir}/callback.h
+%{_includedir}/trampoline*.h
+%{_includedir}/vacall*.h
+%{_mandir}/man3/avcall.3*
+%{_mandir}/man3/callback.3*
+%{_mandir}/man3/trampoline*.3*
+%{_mandir}/man3/vacall.3*
%files static
%defattr(644,root,root,755)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ffcall.git/commitdiff/d43a7efd41764ef17b46692ad43f96c9edff9d07
More information about the pld-cvs-commit
mailing list