Op maandag 22-06-2009 om 09:57 uur [tijdzone +0100], schreef Richard
W.M. Jones:
> On Mon, Jun 22, 2009 at 01:57:52AM +0200, Erik van Pienbroek wrote:
> > Sorry for the late response, but I prepared a patch for
> > mingw32-filesystem to add -debug subpackage support. Is it okay to
> > commit this?
> 
> Yes, but I think we should only commit this to Rawhide.

Done, with the change Daniel suggested (-debuginfo subpackage)

> > I've also added a patch for one of my packages to indicate the steps
> > needed for all mingw32 packages to get -debug subpackage support. It
> > basically consists of two extra lines.
> 
> Got a patch for mingw32-example.spec?

Here you go

Regards,

Erik van Pienbroek

--- mingw32-example.spec.orig	2009-06-22 12:10:39.836293513 +0200
+++ mingw32-example.spec	2009-06-22 12:10:42.203048370 +0200
@@ -3,6 +3,7 @@
 %global _use_internal_dependency_generator 0
 %global __find_requires %{_mingw32_findrequires}
 %global __find_provides %{_mingw32_findprovides}
+%define __os_install_post %{_mingw32_debug_install_post}
 
 Name:           mingw32-example
 Version:        1.2.3
@@ -24,7 +25,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  mingw32-filesystem >= 35
+BuildRequires:  mingw32-filesystem >= 52
 BuildRequires:  mingw32-gcc
 BuildRequires:  mingw32-binutils
 # Any additional BuildRequires.
@@ -34,6 +35,9 @@
 # description
 
 
+%{_mingw32_debug_package}
+
+
 %prep
 %setup -q
 
_______________________________________________
fedora-mingw mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fedora-mingw

Reply via email to