Renamed the source package to mingw-openssl (#800443)

This commit is contained in:
Kalev Lember 2012-03-06 22:01:27 +02:00
parent be05791754
commit 9838a46486

View File

@ -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 <kalevlember@gmail.com> - 1.0.0d-4
- Renamed the source package to mingw-openssl (#800443)
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.0.0d-3
- Rebuild against the mingw-w64 toolchain