Author: areq Date: Thu Oct 18 22:32:59 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 4; use groff symlink for config.5 x509v3_config.5
---- Files affected: SPECS: openssl.spec (1.176 -> 1.177) ---- Diffs: ================================================================ Index: SPECS/openssl.spec diff -u SPECS/openssl.spec:1.176 SPECS/openssl.spec:1.177 --- SPECS/openssl.spec:1.176 Thu Oct 18 21:30:12 2007 +++ SPECS/openssl.spec Fri Oct 19 00:32:54 2007 @@ -16,7 +16,7 @@ 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 @@ -331,8 +331,10 @@ 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 @@ -437,6 +439,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.177 2007/10/18 22:32:54 areq +- rel 4; use groff symlink for config.5 x509v3_config.5 + Revision 1.176 2007/10/18 19:30:12 arekm - don't install man pages manually ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openssl.spec?r1=1.176&r2=1.177&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
