|
|
@ -5,9 +5,9 @@
|
|
|
|
%global __find_provides %{_mingw32_findprovides}
|
|
|
|
%global __find_provides %{_mingw32_findprovides}
|
|
|
|
%define __debug_install_post %{_mingw32_debug_install_post}
|
|
|
|
%define __debug_install_post %{_mingw32_debug_install_post}
|
|
|
|
|
|
|
|
|
|
|
|
Name: mingw32-libgpg-error
|
|
|
|
Name: mingw-libgpg-error
|
|
|
|
Version: 1.6
|
|
|
|
Version: 1.6
|
|
|
|
Release: 16%{?dist}
|
|
|
|
Release: 17%{?dist}
|
|
|
|
Summary: MinGW Windows GnuPGP error library
|
|
|
|
Summary: MinGW Windows GnuPGP error library
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
@ -36,6 +36,13 @@ BuildRequires: gettext
|
|
|
|
MinGW Windows GnuPGP error library.
|
|
|
|
MinGW Windows GnuPGP error library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n mingw32-libgpg-error
|
|
|
|
|
|
|
|
Summary: MinGW Windows zlib compression library for the win32 target
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n mingw32-libgpg-error
|
|
|
|
|
|
|
|
MinGW Windows GnuPGP error library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{_mingw32_debug_package}
|
|
|
|
%{_mingw32_debug_package}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -62,7 +69,7 @@ rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libgpg-error.a
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f libgpg-error.lang
|
|
|
|
%files -n mingw32-libgpg-error -f libgpg-error.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_mingw32_bindir}/gpg-error-config
|
|
|
|
%{_mingw32_bindir}/gpg-error-config
|
|
|
|
%{_mingw32_bindir}/gpg-error.exe
|
|
|
|
%{_mingw32_bindir}/gpg-error.exe
|
|
|
@ -75,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Mar 07 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.6-17
|
|
|
|
|
|
|
|
- Renamed the source package to mingw-libgpg-error (RHBZ #800913)
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
- Use correct .def file
|