rpms/xfce4-genmon-plugin/devel xfce4-genmon-plugin.spec,1.8,1.9

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Mon Jan 22 21:03:36 UTC 2007


Author: cwickert

Update of /cvs/extras/rpms/xfce4-genmon-plugin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17051

Modified Files:
	xfce4-genmon-plugin.spec 
Log Message:
add asneeded patch


Index: xfce4-genmon-plugin.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-genmon-plugin/devel/xfce4-genmon-plugin.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xfce4-genmon-plugin.spec	22 Jan 2007 20:46:32 -0000	1.8
+++ xfce4-genmon-plugin.spec	22 Jan 2007 21:03:06 -0000	1.9
@@ -7,12 +7,13 @@
 License:	LGPL
 URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
+Patch0:		xfce4-genmon-asneeded.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	xfce4-panel-devel >= 4.3.22, libxfcegui4-devel >= 4.3.22, libxml2-devel
 BuildRequires:	gettext, perl(XML::Parser)
 BuildRequires:	xfce4-dev-tools
-Requires:	xfce4-panel >= 4.3.99.1
+Requires:	xfce4-panel >= 4.3.99.2
 
 %description
 The GenMon plugin cyclically spawns the indicated script/program,
@@ -20,6 +21,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .asneeded
 
 %build
 xdt-autogen
@@ -43,6 +45,7 @@
 %changelog
 * Mon Jan 20 2007 Christoph Wickert <fedora christoph-wickert de> - 3.0-3
 - Rebuild for XFCE 4.4.
+- Patch to compile with -Wl,--as-needed (bugzilla.xfce.org #2722)
 
 * Sat Nov 11 2006 Christoph Wickert <fedora christoph-wickert de> - 3.0-2
 - Rebuild for XFCE 4.3.99.2.




More information about the scm-commits mailing list