]> git.pld-linux.org Git - packages/GConf2.git/commitdiff
- fixed %%files (no need 755 for *.la)
authortrojan <trojan@pld-linux.org>
Mon, 13 Jan 2003 07:23:50 +0000 (07:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GConf2.spec -> 1.47

GConf2.spec

index 68537126909bf8ef9ce92705cf0c0db1f4e8f200..502701a3b1b0a809d560a1b65fd3d8be4b078f96 100644 (file)
@@ -137,7 +137,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog TODO
 %doc %{_gtkdocdir}/gconf
-%attr(755,root,root) %{_libdir}/lib*.??
+%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/GConf2/lib*.la
 %{_includedir}/gconf2
 %{_aclocaldir}/*.m4
This page took 0.080363 seconds and 4 git commands to generate.