From 9838a46486196e568f7aa355a038e30a215be1ef Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 6 Mar 2012 22:01:27 +0200 Subject: [PATCH] Renamed the source package to mingw-openssl (#800443) --- mingw32-openssl.spec => mingw-openssl.spec | 36 +++++++++++++++------- 1 file changed, 25 insertions(+), 11 deletions(-) rename mingw32-openssl.spec => mingw-openssl.spec (95%) diff --git a/mingw32-openssl.spec b/mingw-openssl.spec similarity index 95% rename from mingw32-openssl.spec rename to mingw-openssl.spec index 6406936..6c60f7f 100644 --- a/mingw32-openssl.spec +++ b/mingw-openssl.spec @@ -27,9 +27,9 @@ # Number of threads to spawn when testing some threading fixes. %global thread_test_threads %{?threads:%{threads}}%{!?threads:1} -Name: mingw32-openssl +Name: mingw-openssl Version: 1.0.0d -Release: 3%{?dist} +Release: 4%{?dist} Summary: MinGW port of the OpenSSL toolkit License: OpenSSL @@ -127,9 +127,6 @@ BuildRequires: wine BuildRequires: xorg-x11-server-Xvfb %endif -#Requires: ca-certificates >= 2008-5 -Requires: pkgconfig - %description The OpenSSL toolkit provides support for secure communications between @@ -140,11 +137,25 @@ protocols. This package contains Windows (MinGW) libraries and development tools. -%package static -Summary: Static version of the MinGW port of the OpenSSL toolkit -Requires: %{name} = %{version}-%{release} +%package -n mingw32-openssl +Summary: MinGW port of the OpenSSL toolkit +#Requires: ca-certificates >= 2008-5 +Requires: pkgconfig -%description static +%description -n mingw32-openssl +The OpenSSL toolkit provides support for secure communications between +machines. OpenSSL includes a certificate management tool and shared +libraries which provide various cryptographic algorithms and +protocols. + +This package contains Windows (MinGW) libraries and development tools. + + +%package -n mingw32-openssl-static +Summary: Static version of the MinGW port of the OpenSSL toolkit +Requires: mingw32-openssl = %{version}-%{release} + +%description -n mingw32-openssl-static Static version of the MinGW port of the OpenSSL toolkit. @@ -336,7 +347,7 @@ mkdir -m700 $RPM_BUILD_ROOT%{_mingw32_sysconfdir}/pki/CA/private rm -rf $RPM_BUILD_ROOT -%files +%files -n mingw32-openssl %defattr(-,root,root,-) %doc LICENSE %{_mingw32_bindir}/openssl.exe @@ -352,13 +363,16 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %{_mingw32_sysconfdir}/pki -%files static +%files -n mingw32-openssl-static %defattr(-,root,root,-) %{_mingw32_libdir}/libcrypto.a %{_mingw32_libdir}/libssl.a %changelog +* Tue Mar 06 2012 Kalev Lember - 1.0.0d-4 +- Renamed the source package to mingw-openssl (#800443) + * Mon Feb 27 2012 Erik van Pienbroek - 1.0.0d-3 - Rebuild against the mingw-w64 toolchain