rpms/wxGTK/devel wxGTK.spec,1.42,1.43

Dan Horák sharkcz at fedoraproject.org
Thu Dec 4 17:51:55 UTC 2008


Author: sharkcz

Update of /cvs/pkgs/rpms/wxGTK/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30795

Modified Files:
	wxGTK.spec 
Log Message:
* Thu Nov  4 2008 Dan Horák <dan[at]danny.cz> - 2.8.9-3
- remove support for bakefiles, fixes directory ownership (#474594)



Index: wxGTK.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wxGTK/devel/wxGTK.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- wxGTK.spec	4 Dec 2008 10:04:23 -0000	1.42
+++ wxGTK.spec	4 Dec 2008 17:51:25 -0000	1.43
@@ -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 $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 @@
 %dir %{_libdir}/wx/config
 %{_libdir}/wx/config/gtk2*
 %{_datadir}/aclocal/*
-%{_datadir}/bakefile/presets/
 
 %files gl
 %defattr(-,root,root,-)
@@ -240,6 +242,9 @@
 
 
 %changelog
+* Thu Nov  4 2008 Dan Horák <dan[at]danny.cz> - 2.8.9-3
+- remove support for bakefiles, fixes directory ownership (#474594)
+
 * Thu Nov  4 2008 Dan Horak <dan[at]danny.cz> - 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




More information about the fedora-extras-commits mailing list