From 35ccc483aa99e0ac86ad3128dd04631244b13b4e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Add shared aclocal directory --- filesystem/mingw-filesystem.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/filesystem/mingw-filesystem.spec b/filesystem/mingw-filesystem.spec index 00e16e0..a2e0fb1 100644 --- a/filesystem/mingw-filesystem.spec +++ b/filesystem/mingw-filesystem.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: mingw-filesystem -Version: 24 +Version: 25 Release: 1%{?dist} Summary: MinGW base filesystem and environment @@ -76,6 +76,8 @@ mkdir -p $RPM_BUILD_ROOT%{_prefix}/i686-pc-mingw32/sys-root/mingw/include/sys 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 + # We don't normally package manual pages and info files, except # where those are not supplied by a Fedora native package. So we # need to create the directories. @@ -111,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Sep 21 2008 Richard W.M. Jones - 25-1 +- Add shared aclocal directory. + * Sun Sep 21 2008 Richard W.M. Jones - 24-1 - Remove mingw-defs, since no longer used. - Add _mingw_infodir. -- 1.8.3.1