From 5bf7d7cb0824c155c266934cfa853b80f657e848 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] More updates to the example specfile. --- example/mingw32-example.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/example/mingw32-example.spec b/example/mingw32-example.spec index ac060e4..1a03ff3 100644 --- a/example/mingw32-example.spec +++ b/example/mingw32-example.spec @@ -11,13 +11,20 @@ Summary: License: LGPLv2+ Group: Development/Libraries + URL: Source0: -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# Patches from native Fedora package: +#Patch0: ... + +# Patches for MinGW: +#Patch1000: ... + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: mingw32-filesystem >= 33 +BuildRequires: mingw32-filesystem >= 34 BuildRequires: mingw32-gcc BuildRequires: mingw32-binutils # Any additional BuildRequires. @@ -56,5 +63,5 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Wed Sep 24 2008 Your Name - 1.2.3-1 +* Thu Nov 13 2008 Your Name - 1.2.3-1 - Initial RPM release. -- 1.8.3.1