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

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


Author: sailer

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

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



Index: mingw32-wpcap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-wpcap/devel/mingw32-wpcap.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mingw32-wpcap.spec	27 Mar 2009 20:55:19 -0000	1.1
+++ mingw32-wpcap.spec	16 Apr 2009 09:13:30 -0000	1.2
@@ -1,13 +1,13 @@
-%define versionmajor 4
-%define versionminor 1
-%define versionsuffix beta5
+%global versionmajor 4
+%global versionminor 1
+%global versionsuffix beta5
 
-%define wpcapexamples %{_docdir}/%{name}/examples
-%define wpcapdoc %{_docdir}/%{name}
+%global wpcapexamples %{_docdir}/%{name}/examples
+%global wpcapdoc %{_docdir}/%{name}
 
 Name:           mingw32-wpcap
 Version:        %{versionmajor}.%{versionminor}.%{versionsuffix}
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        MinGW user-level packet capture
 
 Group:          Development/Libraries
@@ -40,12 +40,12 @@
 %description docs
 This package contains the Windows pcap library documentation.
 
-%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 -q -n winpcap
@@ -132,6 +132,9 @@
 %{wpcapexamples}
 
 %changelog
+* Thu Apr 16 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 4.1.beta5-3
+- replace %%define with %%global
+
 * Wed Mar 25 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 4.1.beta5-2
 - fix BR
 - add license file




More information about the scm-commits mailing list