Author: salimma
Update of /cvs/free/rpms/vagalume/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12913
Modified Files:
vagalume.spec
Log Message:
Temporarily disable libnotify support on Rawhide due to API changes
Index: vagalume.spec
===================================================================
RCS file: /cvs/free/rpms/vagalume/devel/vagalume.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vagalume.spec 7 Feb 2011 18:17:44 -0000 1.12
+++ vagalume.spec 7 Feb 2011 18:37:55 -0000 1.13
@@ -53,7 +53,12 @@
%build
+%if 0%{?fedora} >= 15
+# No support for new libnotify yet
+%configure --disable-tray-icon
+%else
%configure
+%endif
make %{?_smp_mflags}
Show replies by date