From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Thu, 13 Nov 2008 16:08:26 +0000 (+0000) Subject: More updates to the example specfile. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=5bf7d7cb0824c155c266934cfa853b80f657e848;p=fedora-mingw.git More updates to the example specfile. --- 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.