[mingw-libltdl: 41/42] Dropped unneeded RPM tags

epienbro epienbro at fedoraproject.org
Wed Mar 7 19:32:25 UTC 2012


commit 8e90c27a664f046eda5e233a1d7d56974ac84e25
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 20:27:45 2012 +0100

    Dropped unneeded RPM tags

 mingw-libltdl.spec |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)
---
diff --git a/mingw-libltdl.spec b/mingw-libltdl.spec
index e2be2be..f4f764c 100644
--- a/mingw-libltdl.spec
+++ b/mingw-libltdl.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}
 # Note: For some reason, there must be a define here to make the
 #       debuginfo magic work.
@@ -31,7 +28,6 @@ Group:    Development/Tools
 
 Source:   http://ftp.gnu.org/gnu/libtool/libtool-%{version}%{?patchlevel}.tar.xz
 URL:      http://www.gnu.org/software/libtool/
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
 
 Patch0:   libtool-2.2.10-rpath.patch
 
@@ -106,18 +102,12 @@ make check VERBOSE=yes > make_check.log 2>&1 || (cat make_check.log && false)
 
 
 %install
-rm -rf %{buildroot}
 cd libltdl
 make install DESTDIR=%{buildroot}
 rm -f %{buildroot}%{mingw32_libdir}/libltdl.a
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %files -n mingw32-libltdl
-%defattr(-,root,root)
 %doc AUTHORS NEWS THANKS TODO ChangeLog
 %doc libltdl/COPYING.LIB libltdl/README
 %{mingw32_bindir}/libltdl-%{libltdl_major}.dll
@@ -134,6 +124,7 @@ rm -rf %{buildroot}
 * Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.4-6
 - Renamed the source package to mingw-libltdl (RHBZ #800916)
 - Use mingw macros without leading underscore
+- Dropped unneeded RPM tags
 
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.4-5
 - Rebuild against the mingw-w64 toolchain


More information about the scm-commits mailing list