Author: qboosh Date: Sun Jul 24 16:36:19 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fix libdir in *.pc, release 2
---- Files affected: SPECS: openssl.spec (1.139 -> 1.140) ---- Diffs: ================================================================ Index: SPECS/openssl.spec diff -u SPECS/openssl.spec:1.139 SPECS/openssl.spec:1.140 --- SPECS/openssl.spec:1.139 Wed May 11 17:27:01 2005 +++ SPECS/openssl.spec Sun Jul 24 18:36:14 2005 @@ -10,7 +10,7 @@ Summary(uk): âŚÂĚŚĎÔĹËÉ ÔÁ ŐÔÉĚŚÔÉ ÄĚŃ Ú'¤ÄÎÁÎŘ ŢĹŇĹÚ Secure Sockets Layer Name: openssl Version: 0.9.7g -Release: 1 +Release: 2 License: Apache-style License Group: Libraries Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz @@ -28,6 +28,7 @@ BuildRequires: perl-devel >= 1:5.6.1 BuildRequires: rpm-perlprov >= 4.1-13 BuildRequires: rpmbuild(macros) >= 1.213 +BuildRequires: sed >= 4.0 Obsoletes: SSLeay Obsoletes: SSLeay-devel Obsoletes: SSLeay-perl @@ -308,6 +309,7 @@ mv $RPM_BUILD_ROOT%{_prefix}/lib/pkgconfig/* \ $RPM_BUILD_ROOT%{_pkgconfigdir} fi +sed -i -e 's,^libdir=.*,libdir=%{_libdir},' $RPM_BUILD_ROOT%{_pkgconfigdir}/*.pc install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/ssl/ca-bundle.crt install libcrypto.a libssl.a $RPM_BUILD_ROOT%{_libdir} @@ -430,6 +432,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.140 2005/07/24 16:36:14 qboosh +- fix libdir in *.pc, release 2 + Revision 1.139 2005/05/11 15:27:01 qboosh - use x8664 macro ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/openssl.spec?r1=1.139&r2=1.140&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
