]> git.pld-linux.org Git - packages/gpac.git/commitdiff
- less error-prone files
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 28 Apr 2005 19:16:31 +0000 (19:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gpac.spec -> 1.12

gpac.spec

index b7c73691c90a2569388b39c0a4bb93a51ee7544b..a906aeed557f22f261ee2feed08f818e28161683 100644 (file)
--- a/gpac.spec
+++ b/gpac.spec
@@ -1,4 +1,6 @@
 #
+# TODO: soname for libm4systems(?)
+#
 # Conditional build:
 %bcond_with    amr
 %bcond_without faad
@@ -131,5 +133,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS BUGS Changelog README TODO
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/*
+%attr(755,root,root) %{_libdir}/lib*.so
+%dir %{_libdir}/gpac
+%attr(755,root,root) %{_libdir}/gpac/*.so
 %{_mandir}/man1/*
This page took 0.044512 seconds and 4 git commands to generate.