[mingw-libltdl: 18/42] - Change define macros into global macros

epienbro epienbro at fedoraproject.org
Wed Mar 7 19:30:27 UTC 2012


commit e008b202746f16f28103a6a641ba8134a73182ff
Author: Hans Ulrich Niedermann <ndim at fedoraproject.org>
Date:   Thu Feb 11 19:18:30 2010 +0000

    - Change define macros into global macros

 mingw32-libltdl.spec |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/mingw32-libltdl.spec b/mingw32-libltdl.spec
index d1b2bf0..79df8d3 100644
--- a/mingw32-libltdl.spec
+++ b/mingw32-libltdl.spec
@@ -1,14 +1,14 @@
-%define __strip %{_mingw32_strip}
-%define __objdump %{_mingw32_objdump}
-%define _use_internal_dependency_generator 0
-%define __find_requires %{_mingw32_findrequires}
-%define __find_provides %{_mingw32_findprovides}
-%define __debug_install_post %{_mingw32_debug_install_post}
+%global __strip %{_mingw32_strip}
+%global __objdump %{_mingw32_objdump}
+%global _use_internal_dependency_generator 0
+%global __find_requires %{_mingw32_findrequires}
+%global __find_provides %{_mingw32_findprovides}
+%global __debug_install_post %{_mingw32_debug_install_post}
 
 
 # Define this to run tests (requires Wine, and won't work inside mock or Koji).
 # Note: As of libtool-1.5.26, libltdl does not contain any tests at all.
-%define run_tests 0
+%global run_tests 0
 
 # Major soname, or the number in libltdl-N.dll
 %global   libltdl_major  7
@@ -19,7 +19,7 @@
 Summary:  Runtime libraries for GNU Libtool Dynamic Module Loader
 Name:     mingw32-libltdl
 Version:  2.2.6
-Release:  17.2%{?dist}
+Release:  17.3%{?dist}
 Group:    System Environment/Libraries
 # Even though the source package contains files under
 # "GPLv2+ and LGPLv2+ and GFDL", the binary RPM only ships LGPLv2+ code.
@@ -110,6 +110,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Feb 11 2010 Hans Ulrich Niedermann <hun at n-dimensional.de> - 2.2.6-17.3
+- Change define macros into global macros
+
 * Sat Jan  2 2010 Hans Ulrich Niedermann <hun at n-dimensional.de> - 2.2.6-17.2
 - Automatically generate debuginfo subpackage
 


More information about the scm-commits mailing list