rpms/mingw32-qwt/devel mingw32-qwt.spec,1.4,1.5

Thomas M. Sailer sailer at fedoraproject.org
Thu Apr 16 09:14:00 UTC 2009


Author: sailer

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

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



Index: mingw32-qwt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-qwt/devel/mingw32-qwt.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mingw32-qwt.spec	16 Mar 2009 11:18:41 -0000	1.4
+++ mingw32-qwt.spec	16 Apr 2009 09:13:30 -0000	1.5
@@ -1,16 +1,16 @@
 %global name1 qwt
 %global name2 %{name1}5
 
-Name:		mingw32-%{name1}
-Summary:	MinGW Windows Qwt library
-Version:	5.1.1
-Release:	6%{?dist}
-URL:		http://qwt.sourceforge.net
-License:	LGPLv2 with exceptions
+Name:           mingw32-%{name1}
+Summary:        MinGW Windows Qwt library
+Version:        5.1.1
+Release:        7%{?dist}
+URL:            http://qwt.sourceforge.net
+License:        LGPLv2 with exceptions
 Group:          Development/Libraries
-Source:		http://downloads.sourceforge.net/%{name1}/%{name1}-%{version}.tar.bz2
-Patch0:		qwt-path.patch
-BuildRequires:	mingw32-qt
+Source:         http://downloads.sourceforge.net/%{name1}/%{name1}-%{version}.tar.bz2
+Patch0:         qwt-path.patch
+BuildRequires:  mingw32-qt
 BuildRequires:  mingw32-gcc-c++
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -19,12 +19,12 @@
 MinGW Windows Qwt library.
 
 
-%define _use_internal_dependency_generator 0
-%define __find_requires %{_mingw32_findrequires}
-%define __find_provides %{_mingw32_findprovides}
+%global _use_internal_dependency_generator 0
+%global __find_requires %{_mingw32_findrequires}
+%global __find_provides %{_mingw32_findprovides}
 
-%define __strip %{_mingw32_strip}
-%define __objdump %{_mingw32_objdump}
+%global __strip %{_mingw32_strip}
+%global __objdump %{_mingw32_objdump}
 
 %prep
 %setup -qn %{name1}-%{version}
@@ -79,6 +79,9 @@
 %{_mingw32_libdir}/lib%{name1}d5.a
 
 %changelog
+* Thu Apr 16 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 5.1.1-7
+- replace %%define with %%global
+
 * Mon Mar 16 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 5.1.1-6
 - actually fix the source line as required by the reviewer
 - remove commented out designer files in files section




More information about the fedora-extras-commits mailing list