Own the _mingw32_datadir/cmake/ directory

This commit is contained in:
Kalev Lember 2011-05-21 12:12:05 +03:00
parent 2de8bb604b
commit 750c540bd0

View File

@ -2,7 +2,7 @@
Name: mingw32-filesystem Name: mingw32-filesystem
Version: 68 Version: 68
Release: 1%{?dist} Release: 2%{?dist}
Summary: MinGW base filesystem and environment Summary: MinGW base filesystem and environment
Group: Development/Libraries 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/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/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 # We don't normally package manual pages and info files, except
# where those are not supplied by a Fedora native package. So we # 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 %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 * Fri May 20 2011 Kalev Lember <kalev@smartlink.ee> - 68-1
- Support RPM 4.9 new "fileattr" dep extraction system - Support RPM 4.9 new "fileattr" dep extraction system
- Cleaned up the spec file from cruft not needed with latest rpm - Cleaned up the spec file from cruft not needed with latest rpm