Renamed the source package to mingw-openssl (#800443)
This commit is contained in:
parent
be05791754
commit
9838a46486
@ -27,9 +27,9 @@
|
|||||||
# Number of threads to spawn when testing some threading fixes.
|
# Number of threads to spawn when testing some threading fixes.
|
||||||
%global thread_test_threads %{?threads:%{threads}}%{!?threads:1}
|
%global thread_test_threads %{?threads:%{threads}}%{!?threads:1}
|
||||||
|
|
||||||
Name: mingw32-openssl
|
Name: mingw-openssl
|
||||||
Version: 1.0.0d
|
Version: 1.0.0d
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: MinGW port of the OpenSSL toolkit
|
Summary: MinGW port of the OpenSSL toolkit
|
||||||
|
|
||||||
License: OpenSSL
|
License: OpenSSL
|
||||||
@ -127,9 +127,6 @@ BuildRequires: wine
|
|||||||
BuildRequires: xorg-x11-server-Xvfb
|
BuildRequires: xorg-x11-server-Xvfb
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#Requires: ca-certificates >= 2008-5
|
|
||||||
Requires: pkgconfig
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The OpenSSL toolkit provides support for secure communications between
|
The OpenSSL toolkit provides support for secure communications between
|
||||||
@ -140,11 +137,25 @@ protocols.
|
|||||||
This package contains Windows (MinGW) libraries and development tools.
|
This package contains Windows (MinGW) libraries and development tools.
|
||||||
|
|
||||||
|
|
||||||
%package static
|
%package -n mingw32-openssl
|
||||||
Summary: Static version of the MinGW port of the OpenSSL toolkit
|
Summary: MinGW port of the OpenSSL toolkit
|
||||||
Requires: %{name} = %{version}-%{release}
|
#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.
|
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
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files -n mingw32-openssl
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
%{_mingw32_bindir}/openssl.exe
|
%{_mingw32_bindir}/openssl.exe
|
||||||
@ -352,13 +363,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%config(noreplace) %{_mingw32_sysconfdir}/pki
|
%config(noreplace) %{_mingw32_sysconfdir}/pki
|
||||||
|
|
||||||
|
|
||||||
%files static
|
%files -n mingw32-openssl-static
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_mingw32_libdir}/libcrypto.a
|
%{_mingw32_libdir}/libcrypto.a
|
||||||
%{_mingw32_libdir}/libssl.a
|
%{_mingw32_libdir}/libssl.a
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.0.0d-3
|
||||||
- Rebuild against the mingw-w64 toolchain
|
- Rebuild against the mingw-w64 toolchain
|
||||||
|
|
Loading…
Reference in New Issue
Block a user