rpms/mingw32-pangomm/devel mingw32-pangomm.spec,1.1,1.2

Thomas M. Sailer sailer at fedoraproject.org
Thu Apr 16 09:13:59 UTC 2009


Author: sailer

Update of /cvs/pkgs/rpms/mingw32-pangomm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11275/mingw32-pangomm/devel

Modified Files:
	mingw32-pangomm.spec 
Log Message:
replace %define with %global



Index: mingw32-pangomm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-pangomm/devel/mingw32-pangomm.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mingw32-pangomm.spec	12 Apr 2009 21:10:15 -0000	1.1
+++ mingw32-pangomm.spec	16 Apr 2009 09:13:29 -0000	1.2
@@ -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}
+%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 apiver 1.4
+%global apiver 1.4
 
 Name:           mingw32-pangomm
 Version:        2.24.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MinGW Windows C++ interface for Pango
 
 License:        LGPLv2+
@@ -74,6 +74,9 @@
 
 
 %changelog
+* Thu Apr 16 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.24.0-2
+- replace %%define with %%global
+
 * Tue Apr  7 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 2.24.0-1
 - Update to upstream 2.24.0, to keep mingw32 package in sync with
   native pangomm




More information about the fedora-extras-commits mailing list