rpms/desktop-effects/devel desktop-effects.spec,1.6,1.7

Adam Jackson ajax at fedoraproject.org
Tue Feb 9 18:23:50 UTC 2010


Author: ajax

Update of /cvs/pkgs/rpms/desktop-effects/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv793

Modified Files:
	desktop-effects.spec 
Log Message:
* Tue Feb 09 2010 Adam Jackson <ajax at redhat.com> 0.8.4-3
- desktop-effects-0.8.4-add-needed.patch: Fix FTBFS from --no-add-needed



Index: desktop-effects.spec
===================================================================
RCS file: /cvs/pkgs/rpms/desktop-effects/devel/desktop-effects.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- desktop-effects.spec	18 Sep 2009 17:08:30 -0000	1.6
+++ desktop-effects.spec	9 Feb 2010 18:23:50 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           desktop-effects
 Version:        0.8.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Switch GNOME window management and effects
 
 Group:          User Interface/Desktops
@@ -16,10 +16,13 @@ BuildRequires:  intltool
 BuildRequires:  libglade2-devel
 BuildRequires:  libXcomposite-devel
 BuildRequires:  mesa-libGL-devel
+BuildRequires:	autoconf automake libtool
 
 Requires:       gnome-session
 Requires:       hicolor-icon-theme
 
+Patch0:		desktop-effects-0.8.4-add-needed.patch
+
 %description
 desktop-effects provides a preference dialog to allow switching the GNOME
 desktop between three different window managers: Metacity (the standard
@@ -29,8 +32,10 @@ experience.
 
 %prep
 %setup -q
+%patch0 -p1 -b .add-needed
 
 %build
+autoreconf -v --install
 %configure
 
 make %{?_smp_mflags}
@@ -67,6 +72,9 @@ if [ -x /usr/bin/gtk-update-icon-cache ]
 fi
 
 %changelog
+* Tue Feb 09 2010 Adam Jackson <ajax at redhat.com> 0.8.4-3
+- desktop-effects-0.8.4-add-needed.patch: Fix FTBFS from --no-add-needed
+
 * Fri Sep 18 2009 Owen Taylor <otaylor at redhat.com> - 0.8.4-1
 - Update to 0.8.4 (fixes #524102)
 



More information about the scm-commits mailing list