|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: mingw32-libgpg-error
|
|
|
|
|
Version: 1.6
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Release: 10%{?dist}
|
|
|
|
|
Summary: MinGW Windows GnuPGP error library
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -18,7 +18,7 @@ Source2: wk@g10code.com
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: mingw32-filesystem >= 27
|
|
|
|
|
BuildRequires: mingw32-filesystem >= 49
|
|
|
|
|
BuildRequires: mingw32-gcc
|
|
|
|
|
BuildRequires: mingw32-binutils
|
|
|
|
|
BuildRequires: mingw32-dlfcn
|
|
|
|
@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_mingw32_datadir}/common-lisp/source/gpg-error/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Feb 20 2009 Richard W.M. Jones <rjones@redhat.com> - 1.6-10
|
|
|
|
|
- Rebuild for mingw32-gcc 4.4
|
|
|
|
|
|
|
|
|
|
* Thu Jan 22 2009 Richard W.M. Jones <rjones@redhat.com> - 1.6-9
|
|
|
|
|
- Verify that we are still matching current native package.
|
|
|
|
|
- Use auto-buildrequires to identify more accurate list of BRs:
|
|
|
|
|