commit 750c540bd01e27a7e677e352680b00e0bf853f80 Author: Kalev Lember kalev@smartlink.ee Date: Sat May 21 12:12:05 2011 +0300
Own the _mingw32_datadir/cmake/ directory
mingw32-filesystem.spec | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) --- diff --git a/mingw32-filesystem.spec b/mingw32-filesystem.spec index 076bcb1..f9ed43c 100644 --- a/mingw32-filesystem.spec +++ b/mingw32-filesystem.spec @@ -2,7 +2,7 @@
Name: mingw32-filesystem Version: 68 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW base filesystem and environment
Group: Development/Libraries @@ -115,6 +115,7 @@ mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-pc-mingw32/sys-root/mingw/lib mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-pc-mingw32/sys-root/mingw/lib/pkgconfig
mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-pc-mingw32/sys-root/mingw/share/aclocal +mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-pc-mingw32/sys-root/mingw/share/cmake
# We don't normally package manual pages and info files, except # where those are not supplied by a Fedora native package. So we @@ -165,6 +166,9 @@ install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/mingw32
%changelog +* Sat May 21 2011 Kalev Lember kalev@smartlink.ee - 68-2 +- Own the _mingw32_datadir/cmake/ directory + * Fri May 20 2011 Kalev Lember kalev@smartlink.ee - 68-1 - Support RPM 4.9 new "fileattr" dep extraction system - Cleaned up the spec file from cruft not needed with latest rpm