From 68b9f4e67f20d38ece1588d08f438e2c9d39b314 Mon Sep 17 00:00:00 2001 From: Dan Horák Date: Dec 04 2008 17:51:25 +0000 Subject: - remove support for bakefiles, fixes directory ownership (#474594) --- diff --git a/wxGTK.spec b/wxGTK.spec index a40a21b..960a264 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -4,7 +4,7 @@ Name: wxGTK Version: 2.8.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GTK2 port of the wxWidgets GUI library # The wxWindows licence is the LGPL with a specific exemption allowing # distribution of derived binaries under any terms. (This will eventually @@ -160,6 +160,9 @@ rm -rf $RPM_BUILD_ROOT rm $RPM_BUILD_ROOT%{_bindir}/wx-config ln -s %{_libdir}/wx/config/gtk2-unicode-release-2.8 $RPM_BUILD_ROOT%{_bindir}/wx-config +# we don't support bakefiles +rm -rf $RPM_BUILD_ROOT%{_datadir}/bakefile + %find_lang wxstd %find_lang wxmsw cat wxmsw.lang >> wxstd.lang @@ -215,7 +218,6 @@ rm -rf $RPM_BUILD_ROOT %dir %{_libdir}/wx/config %{_libdir}/wx/config/gtk2* %{_datadir}/aclocal/* -%{_datadir}/bakefile/presets/ %files gl %defattr(-,root,root,-) @@ -240,6 +242,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Nov 4 2008 Dan Horák - 2.8.9-3 +- remove support for bakefiles, fixes directory ownership (#474594) + * Thu Nov 4 2008 Dan Horak - 2.8.9-2 - drop all the Obsoletes/Provides used for upgrading from the wxGTK 2.6 era - drop using of x11libdir pointing to X11R6