rpms/xfce4-smartbookmark-plugin/devel xfce4-smartbookmark-plugin-0.4.2-multilib.patch, NONE, 1.1 xfce4-smartbookmark-plugin.spec, 1.4, 1.5

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sat Jun 9 12:17:15 UTC 2007


Author: cwickert

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

Modified Files:
	xfce4-smartbookmark-plugin.spec 
Added Files:
	xfce4-smartbookmark-plugin-0.4.2-multilib.patch 
Log Message:
multilib fix

xfce4-smartbookmark-plugin-0.4.2-multilib.patch:

--- NEW FILE xfce4-smartbookmark-plugin-0.4.2-multilib.patch ---
--- src/Makefile.in.orig	2007-06-09 14:07:44.000000000 +0200
+++ src/Makefile.in	2007-06-09 14:08:08.000000000 +0200
@@ -267,7 +267,7 @@
 
 desktop_in_in_files = smartbookmark.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-smartbookmark-plugin.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-smartbookmark-plugin/devel/xfce4-smartbookmark-plugin.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfce4-smartbookmark-plugin.spec	28 Apr 2007 17:38:37 -0000	1.4
+++ xfce4-smartbookmark-plugin.spec	9 Jun 2007 12:16:40 -0000	1.5
@@ -1,6 +1,6 @@
 Name:		xfce4-smartbookmark-plugin
 Version:	0.4.2
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Smart bookmarks for the Xfce panel
 
 Group:		User Interface/Desktops
@@ -8,6 +8,7 @@
 URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz
 Patch0:		%{name}-redhat.patch
+Patch1:		%{name}-0.4.2-multilib.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	xfce4-panel-devel >= 4.3.99.1, libxfcegui4-devel >= 4.3.90.2
@@ -23,6 +24,7 @@
 %prep
 %setup -q
 %patch0 -p0 -b .redhat
+%patch1 -p0 -b .multilib
 
 %build
 %configure --disable-static
@@ -41,9 +43,12 @@
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog README
 %{_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> - 0.4.2-4
+- Multilib fix for desktop file.
+
 * Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.4.2-3
 - Rebuild for Xfce 4.4.1
 




More information about the scm-commits mailing list