From 6a50375ba4e191a86ceba2a91293f3833dee7f40 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Fixed source file/directory name. --- runtime/mingw32-runtime.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/runtime/mingw32-runtime.spec b/runtime/mingw32-runtime.spec index 4a4ce8c..fa54df1 100644 --- a/runtime/mingw32-runtime.spec +++ b/runtime/mingw32-runtime.spec @@ -6,7 +6,7 @@ Name: mingw32-runtime Version: 3.14 -Release: 5%{?dist} +Release: 6%{?dist} Summary: MinGW Windows cross-compiler runtime and root filesystem License: Public Domain @@ -39,7 +39,8 @@ MinGW Windows cross-compiler runtime, base libraries. %prep -%setup -q +%setup -q -n mingw-runtime-%{version} + %build CFLAGS="-I%{_mingw32_includedir}" \ @@ -76,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Wed Sep 24 2008 Richard W.M. Jones - 3.14-5 +* Wed Sep 24 2008 Richard W.M. Jones - 3.14-6 - Rename mingw -> mingw32. * Thu Sep 4 2008 Richard W.M. Jones - 3.14-4 -- 1.8.3.1