]> git.pld-linux.org Git - packages/a2ps.git/commitdiff
- "s-/usr/lib/-%{_libdir}-"
authorkloczek <kloczek@pld-linux.org>
Mon, 17 May 1999 21:41:23 +0000 (21:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    a2ps.spec -> 1.12

a2ps.spec

index 807a0473983cec18a0dd6dd8c7ff2bae20341168..6b9c515f4d5b73d6bb32dc7135d0daa39f11f4d4 100644 (file)
--- a/a2ps.spec
+++ b/a2ps.spec
@@ -81,7 +81,7 @@ perl -pe 's/^lispdir = $/lispdir = {prefix}\/lib/g' contrib/emacs/Makefile >tmp
 mv tmp contrib/emacs/Makefile
 make prefix=$RPM_BUILD_ROOT/usr sysconfdir=$RPM_BUILD_ROOT/etc install
 
-#chmod 755     $RPM_BUILD_ROOT/usr/lib/*.so.*
+#chmod 755     $RPM_BUILD_ROOT%{_libdir}/*.so.*
 gzip -9nf $RPM_BUILD_ROOT%{_infodir}/* \
        $RPM_BUILD_ROOT%{_mandir}/man1/* \
        AUTHORS ChangeLog NEWS README THANKS
@@ -107,7 +107,7 @@ fi
 %config(noreplace) %verify(not size mtime md5) /etc/a2ps.cfg
 
 %attr(755,root,root) /usr/bin/*
-%attr(755,root,root) /usr/lib/*.so.*
+%attr(755,root,root) %{_libdir}/*.so.*
 %{_mandir}/man1/*
 %{_infodir}/a2ps*info*
 %{_infodir}/ogonkify*info*
@@ -155,14 +155,14 @@ fi
 %files devel
 %defattr(644,root,root,755)
 
-%attr(755,root,root) /usr/lib/lib*.so
+%attr(755,root,root) %{_libdir}/lib*.so
 
 /usr/include/*
 
 %files static
 %defattr(644,root,root,755)
 
-/usr/lib/lib*.a
+%{_libdir}/lib*.a
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.054497 seconds and 4 git commands to generate.