rpms/mingw32-wpcap/devel mingw32-wpcap.spec,1.3,1.4

sailer sailer at fedoraproject.org
Mon Jun 22 17:19:28 UTC 2009


Author: sailer

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

Modified Files:
	mingw32-wpcap.spec 
Log Message:
enable debuginfo



Index: mingw32-wpcap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-wpcap/devel/mingw32-wpcap.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- mingw32-wpcap.spec	12 Jun 2009 09:34:14 -0000	1.3
+++ mingw32-wpcap.spec	22 Jun 2009 17:18:57 -0000	1.4
@@ -7,7 +7,7 @@
 
 Name:           mingw32-wpcap
 Version:        %{versionmajor}.%{versionminor}.%{versionsuffix}
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        MinGW user-level packet capture
 
 Group:          Development/Libraries
@@ -19,7 +19,11 @@ Patch0:         wpcap.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  mingw32-gcc, doxygen, unzip, dos2unix
+BuildRequires:  mingw32-filesystem >= 52
+BuildRequires:  mingw32-gcc
+BuildRequires:  doxygen
+BuildRequires:  unzip
+BuildRequires:  dos2unix
 BuildRequires:  bison
 Requires:       mingw32-filesystem >= 50
 
@@ -48,6 +52,10 @@ This package contains the Windows pcap l
 %global __strip %{_mingw32_strip}
 %global __objdump %{_mingw32_objdump}
 
+%define __os_install_post %{_mingw32_debug_install_post}
+
+%{_mingw32_debug_package}
+
 %prep
 %setup -q -n winpcap
 
@@ -135,6 +143,9 @@ rm -rf $RPM_BUILD_ROOT
 %{wpcapexamples}
 
 %changelog
+* Mon Jun 22 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 4.1.beta5-5
+- add debuginfo packages
+
 * Fri Jun 12 2009 Richard W.M. Jones <rjones at redhat.com> - 4.1.beta5-4
 - Doesn't work with byacc, needs bison.
 - Some minor cleanups to the spec file.
@@ -149,4 +160,3 @@ rm -rf $RPM_BUILD_ROOT
 
 * Mon Feb 16 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 4.1.beta5-1
 - initial package
-




More information about the fedora-extras-commits mailing list