From 7fd67c866ce1e09ee50e3e6b20ba01ca20d73b37 Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Wed, 7 Mar 2012 20:10:53 +0100 Subject: [PATCH] Dropped unneeded RPM tags --- mingw-libgpg-error.spec | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/mingw-libgpg-error.spec b/mingw-libgpg-error.spec index 0f2d6cd..585ab59 100644 --- a/mingw-libgpg-error.spec +++ b/mingw-libgpg-error.spec @@ -1,8 +1,5 @@ %global __strip %{mingw32_strip} %global __objdump %{mingw32_objdump} -%global _use_internal_dependency_generator 0 -%global __find_requires %{mingw32_findrequires} -%global __find_provides %{mingw32_findprovides} %define __debug_install_post %{mingw32_debug_install_post} Name: mingw-libgpg-error @@ -16,7 +13,6 @@ URL: ftp://ftp.gnupg.org/gcrypt/libgpg-error/ Source0: ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-%{version}.tar.bz2 Source1: ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-%{version}.tar.bz2.sig Source2: wk@g10code.com -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # Binutils isn't able to process the .def file. Fix this @@ -57,20 +53,14 @@ make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT - make DESTDIR=$RPM_BUILD_ROOT install rm $RPM_BUILD_ROOT%{mingw32_libdir}/libgpg-error.a %find_lang libgpg-error -%clean -rm -rf $RPM_BUILD_ROOT - %files -n mingw32-libgpg-error -f libgpg-error.lang -%defattr(-,root,root) %{mingw32_bindir}/gpg-error-config %{mingw32_bindir}/gpg-error.exe %{mingw32_bindir}/libgpg-error-0.dll @@ -85,6 +75,7 @@ rm -rf $RPM_BUILD_ROOT * Wed Mar 07 2012 Erik van Pienbroek - 1.6-17 - Renamed the source package to mingw-libgpg-error (RHBZ #800913) - Use mingw macros without leading underscore +- Dropped unneeded RPM tags * Mon Feb 27 2012 Erik van Pienbroek - 1.6-16 - Rebuild against the mingw-w64 toolchain