Use correct .def file

epel9
Erik van Pienbroek 13 years ago
parent d3301b7611
commit d0c8b0e135

@ -0,0 +1,7 @@
--- src/gpg-error.def.orig 2012-02-27 23:38:14.864838661 +0100
+++ src/gpg-error.def 2012-02-27 23:39:24.325103071 +0100
@@ -1,4 +1,3 @@
-
EXPORTS
gpg_strerror @1
gpg_strerror_r @2

@ -19,6 +19,9 @@ Source2: wk@g10code.com
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
# Binutils isn't able to process the .def file. Fix this
Patch0: libgpg-error-fix-invalid-def-file.patch
BuildRequires: mingw32-filesystem >= 49 BuildRequires: mingw32-filesystem >= 49
BuildRequires: mingw32-gcc BuildRequires: mingw32-gcc
BuildRequires: mingw32-binutils BuildRequires: mingw32-binutils
@ -73,6 +76,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.6-16 * Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.6-16
- Rebuild against the mingw-w64 toolchain - Rebuild against the mingw-w64 toolchain
- Use correct .def file
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-15 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

Loading…
Cancel
Save