X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=example%2Fmingw32-example.spec;h=ac060e4ca5ed3377fe16b3199ef42261fab1ee94;hb=039f24b30ce85c83c661feda65c4f9485dd56543;hp=8b04aa050033a2bb644358613205ab538e13f073;hpb=52784ea95fea7c0fc96472a5ec80638c6f031b1c;p=fedora-mingw.git diff --git a/example/mingw32-example.spec b/example/mingw32-example.spec index 8b04aa0..ac060e4 100644 --- a/example/mingw32-example.spec +++ b/example/mingw32-example.spec @@ -17,7 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: mingw32-filesystem >= 23 +BuildRequires: mingw32-filesystem >= 33 BuildRequires: mingw32-gcc BuildRequires: mingw32-binutils # Any additional BuildRequires. @@ -33,7 +33,7 @@ BuildRequires: mingw32-binutils %build %{_mingw32_configure} -make +make %{?_smp_mflags} %install @@ -41,7 +41,7 @@ rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install # Remove static libraries but DON'T remove *.dll.a files. -rm $RPM_BUILD_ROOT%{mingw32_libdir}/libfoo.a +rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libfoo.a %clean @@ -56,5 +56,5 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Wed Sep 10 2008 Richard W.M. Jones - 1.2.3-1 +* Wed Sep 24 2008 Your Name - 1.2.3-1 - Initial RPM release.