]> git.pld-linux.org Git - packages/libgtop.git/commitdiff
- fixed files (no need 755 for *.la)
authortrojan <trojan@pld-linux.org>
Sat, 18 Jan 2003 07:39:49 +0000 (07:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgtop.spec -> 1.74

libgtop.spec

index 9740f057b6f50e9c8297ddb32fd6dc03abdb9530..f68580bc998e21710de261895098445146240985 100644 (file)
@@ -201,7 +201,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.??
+%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/libgtop
 %{_includedir}/libgtop-2.0
 %{_pkgconfigdir}/*.pc
This page took 0.128751 seconds and 4 git commands to generate.