]> git.pld-linux.org Git - packages/opensp.git/commitdiff
- spec adapterized.
authorkloczek <kloczek@pld-linux.org>
Sun, 21 May 2000 00:14:05 +0000 (00:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    opensp.spec -> 1.11

opensp.spec

index df7eb7b70929ce52b8144c163fc0ea23385b8e18..25ee28201d64212fb420746fcf13d53ff79c6c9b 100644 (file)
@@ -95,11 +95,11 @@ gzip -9nf AUTHORS COPYING ChangeLog NEWS README TODO
 
 %post   
 /sbin/ldconfig
-%{_sbindir}/fix-sgml-catalog
+/usr/sbin/fix-sgml-catalog
 
 %postun 
 /sbin/ldconfig
-%{_sbindir}/fix-sgml-catalog
+/usr/sbin/fix-sgml-catalog
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -119,4 +119,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/lib*.la
 
 %files static
-%attr(644,root,root) %{_libdir}/lib*.a
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.034044 seconds and 4 git commands to generate.