]> git.pld-linux.org Git - packages/ORBit2.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:
    ORBit2.spec -> 1.43

ORBit2.spec

index 0720555d51c4548e67bbdecd21b36cad8c096689..8a8a29291d8bf9596f5357556a633dd7b617104e 100644 (file)
@@ -145,7 +145,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog
 %attr(755,root,root) %{_bindir}/orbit2-config
-%attr(755,root,root) %{_libdir}/lib*.??
+%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/libname-server-2.a
 %{_pkgconfigdir}/*.pc
 %{_includedir}/orbit-*
This page took 0.047952 seconds and 4 git commands to generate.