rpms/xfce4-quicklauncher-plugin/devel xfce4-quicklauncher-plugin-1.9.2-multilib.patch, NONE, 1.1 xfce4-quicklauncher-plugin.spec, 1.8, 1.9

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sat Jun 9 11:59:13 UTC 2007


Author: cwickert

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

Modified Files:
	xfce4-quicklauncher-plugin.spec 
Added Files:
	xfce4-quicklauncher-plugin-1.9.2-multilib.patch 
Log Message:
multilib fix

xfce4-quicklauncher-plugin-1.9.2-multilib.patch:

--- NEW FILE xfce4-quicklauncher-plugin-1.9.2-multilib.patch ---
--- panel-plugin/Makefile.in.orig	2007-06-09 13:43:52.000000000 +0200
+++ panel-plugin/Makefile.in	2007-06-09 13:44:30.000000000 +0200
@@ -266,7 +266,7 @@
 # additional level of indirection: a <name>.desktop.in.in file.
 desktop_in_in_files = quicklauncher.desktop.in.in
 desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
-desktopdir = $(datadir)/xfce4/panel-plugins
+desktopdir = $(libdir)/xfce4/panel-plugins
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 EXTRA_DIST = \
 	$(desktop_in_in_files)


Index: xfce4-quicklauncher-plugin.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-quicklauncher-plugin/devel/xfce4-quicklauncher-plugin.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xfce4-quicklauncher-plugin.spec	28 Apr 2007 17:26:15 -0000	1.8
+++ xfce4-quicklauncher-plugin.spec	9 Jun 2007 11:58:37 -0000	1.9
@@ -1,12 +1,13 @@
 Name:		xfce4-quicklauncher-plugin
 Version:	1.9.2
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Quicklauncher plugin for the Xfce panel
 
 Group:		User Interface/Desktops
 License:	GPL
 URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
+Patch0:		%{name}-1.9.2-multilib.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel
@@ -19,6 +20,7 @@
 
 %prep
 %setup -q
+%patch0 -b .multilib
 
 %build
 %configure --disable-static
@@ -37,9 +39,12 @@
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog TODO
 %{_libdir}/xfce4/panel-plugins/*.so
-%{_datadir}/xfce4/panel-plugins/*.desktop
+%{_libdir}/xfce4/panel-plugins/*.desktop
 
 %changelog
+* Sat Jun 09 2007 Christoph Wickert <fedora christoph-wickert de> - 1.9.2-4
+- Multilib fix for desktop file.
+
 * Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 1.9.2-3
 - Rebuild for Xfce 4.4.1
 




More information about the scm-commits mailing list