[packages/openssl102: 7/432] - s-/usr/bin-%{_bindir}-

adwol adwol at pld-linux.org
Sat Sep 29 01:02:13 CEST 2018


commit 753bdad8151358966a92ba5eb51ea7d2fad21528
Author: kloczek <kloczek at pld-linux.org>
Date:   Mon May 17 23:26:09 1999 +0000

    - s-/usr/bin-%{_bindir}-
    
    Changed files:
        openssl.spec -> 1.6

 openssl.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/openssl.spec b/openssl.spec
index 5c2d466..88e206b 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e



More information about the pld-cvs-commit mailing list