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

atk.spec

index 5edd9a7771955bd8e1ce53e1f4618e92d2c122eb..615664908b748d7811d26da233bc164a8b86ad0f 100644 (file)
--- a/atk.spec
+++ b/atk.spec
@@ -126,7 +126,8 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %doc ChangeLog
-%attr(755,root,root) %{_libdir}/liba*.??
+%{_libdir}/liba*.la
+%attr(755,root,root) %{_libdir}/liba*.so
 %{_includedir}/atk*
 %{_pkgconfigdir}/atk*
 %{_gtkdocdir}/atk
This page took 0.079434 seconds and 4 git commands to generate.