- Fixed invalid RPM Provides

This commit is contained in:
epienbro 2009-08-29 23:13:34 +00:00
parent aa14161f4f
commit faece3739a
2 changed files with 15 additions and 1 deletions

View File

@ -53,3 +53,14 @@ diff -up openssl-1.0.0-beta3/Makefile.shared.mingw-libversion openssl-1.0.0-beta
base=; [ $(LIBNAME) = "crypto" ] && base=-Wl,--image-base,0x63000000; \
fi; \
dll_name=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX; \
--- openssl-1.0.0-beta3/util/mkdef.pl.orig 2009-08-30 00:50:32.108820466 +0200
+++ openssl-1.0.0-beta3/util/mkdef.pl 2009-08-30 00:51:00.032820656 +0200
@@ -1244,7 +1244,7 @@
my $description = "$what $version, $name - http://$http_vendor";
if ($W32)
- { $libname.="32"; }
+ { $libname="lib$libname-10.dll"; }
elsif ($W16)
{ $libname.="16"; }
elsif ($OS2)

View File

@ -31,7 +31,7 @@
Name: mingw32-openssl
Version: 1.0.0
Release: 0.1.%{beta}%{?dist}
Release: 0.2.%{beta}%{?dist}
Summary: MinGW port of the OpenSSL toolkit
License: OpenSSL
@ -347,6 +347,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Aug 30 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.0.0-0.2.beta3
- Fixed invalid RPM Provides
* Fri Aug 28 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.0.0-0.1.beta3
- Update to version 1.0.0 beta 3
- Use %%global instead of %%define