[mingw-wpcap: 6/22] fix debuginfo generation

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 18:12:31 UTC 2012


commit 5752f8d15c54db3d9c96809d766e135222e5e279
Author: sailer <sailer at fedoraproject.org>
Date:   Tue Jun 23 09:10:44 2009 +0000

    fix debuginfo generation

 mingw32-wpcap.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-wpcap.spec b/mingw32-wpcap.spec
index 083f2ad..80c6e3e 100644
--- a/mingw32-wpcap.spec
+++ b/mingw32-wpcap.spec
@@ -7,7 +7,7 @@
 
 Name:           mingw32-wpcap
 Version:        %{versionmajor}.%{versionminor}.%{versionsuffix}
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        MinGW user-level packet capture
 
 Group:          Development/Libraries
@@ -52,7 +52,7 @@ This package contains the Windows pcap library documentation.
 %global __strip %{_mingw32_strip}
 %global __objdump %{_mingw32_objdump}
 
-%define __os_install_post %{_mingw32_debug_install_post}
+%define __debug_install_post %{_mingw32_debug_install_post}
 
 %{_mingw32_debug_package}
 
@@ -143,6 +143,9 @@ rm -rf $RPM_BUILD_ROOT
 %{wpcapexamples}
 
 %changelog
+* Tue Jun 23 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 4.1.beta5-6
+- fix debuginfo package generation
+
 * Mon Jun 22 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 4.1.beta5-5
 - add debuginfo packages
 


More information about the scm-commits mailing list