]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- rel 4; use groff symlink for config.5 x509v3_config.5 auto/th/openssl-0_9_8f-4
authorareq <areq@pld-linux.org>
Thu, 18 Oct 2007 22:32:54 +0000 (22:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssl.spec -> 1.177

openssl.spec

index 526cbd05127ada6d972c60da42238ad40929ef9f..56c4662447f746e2e199c0345687f0545f5f8d07 100644 (file)
@@ -15,7 +15,7 @@ Summary(ru.UTF-8):    Библиотеки и утилиты для соедине
 Summary(uk.UTF-8):     Бібліотеки та утиліти для з'єднань через Secure Sockets Layer
 Name:          openssl
 Version:       0.9.8f
-Release:       3
+Release:       4
 License:       Apache-style License
 Group:         Libraries
 Source0:       ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
@@ -330,8 +330,10 @@ rm -rf $RPM_BUILD_ROOT%{_var}/lib/%{name}/misc
 install %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/pl/man1/openssl.1
 install %{SOURCE3} $RPM_BUILD_ROOT%{_bindir}/ssl-certificate
 
-rm $RPM_BUILD_ROOT%{_mandir}/man7/des_modes.7
+rm $RPM_BUILD_ROOT%{_mandir}{/man7/des_modes.7,/man5/config.5,/man5/x509v3_config.5}
 echo ".so openssl_des_modes.7" > $RPM_BUILD_ROOT%{_mandir}/man7/des_modes.7
+echo ".so openssl_config.5" > $RPM_BUILD_ROOT%{_mandir}/man5/config.5
+echo ".so openssl_x509v3_config.5" > $RPM_BUILD_ROOT%{_mandir}/man5/x509v3_config.5
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.090904 seconds and 4 git commands to generate.