]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- s-/usr/bin-%{_bindir}-
authorkloczek <kloczek@pld-linux.org>
Mon, 17 May 1999 23:26:09 +0000 (23:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssl.spec -> 1.6

openssl.spec

index 5c2d466ef39a6e043dd807e5c90cd6ef0430860c..88e206be99bf87ad96316a6683c93ddaa172dffb 100644 (file)
@@ -45,7 +45,7 @@ for i in ` echo Configure Makefile.org Makefile.ssl `; do
         mv $i.work $i
 done
 
-perl util/perlpath.pl /usr/bin
+perl util/perlpath.pl %{_bindir}
 perl util/ssldir.pl /var/state/ssl
 
 ./config
@@ -70,7 +70,7 @@ gzip -9fn CHANGES CHANGES.SSLeay LICENSE NEWS README \
        doc/*.pod doc/*.txt
 
 %post
-/usr/bin/c_rehash certs
+%{_bindir}/c_rehash certs
 
 %clean
 #rm -rf $RPM_BUILD_ROOT
@@ -81,7 +81,7 @@ gzip -9fn CHANGES CHANGES.SSLeay LICENSE NEWS README \
 %doc doc/*.pod.gz doc/*.txt.gz
 %doc doc/openssl_button.gif doc/openssl_button.html
 
-%attr(755,root,root) /usr/bin/*
+%attr(755,root,root) %{_bindir}/*
 %verify(not md5 size mtime) %config(noreplace) /etc/openssl.cnf
 %verify(not md5 size mtime) %config(noreplace) %{_libdir}/openssl.cnf
 %{_libdir}/lib*.a
This page took 0.034084 seconds and 4 git commands to generate.