Hi,

I've sent it recently to PLD Devel PL list but no one add this to CVS.
Please find in attachment patch for spec and for sources with
following changes:
- add missing BuildRequires
- add patch to fix broken banshee_indexer Makefile.am

In was built on i686 and it's working fine. I'll appreciate if someone
with RW rights to CVS could commit those patches and send STBR.

Regards,
Lukasz
--- gnome-do-plugins.spec~	2009-09-29 22:51:51.000000000 +0200
+++ gnome-do-plugins.spec	2009-09-30 00:53:43.000000000 +0200
@@ -3,23 +3,30 @@
 Summary:	Plugins for gnome-do
 Name:		gnome-do-plugins
 Version:	0.8.2
-Release:	2
+Release:	3
 License:	GPL v3
 Group:		X11/Applications
-Source0: http://edge.launchpad.net/do-plugins/0.8/0.8.2/+download/%{name}-%{version}.tar.gz
+Source0:	http://edge.launchpad.net/do-plugins/0.8/0.8.2/+download/%{name}-%{version}.tar.gz
 # Source0-md5:	6e79a666619aae1b1e2916f0fe364d94
+Patch0:		%{name}-banshee_indexer.patch
 URL:		http://do.davebsd.com/
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	dotnet-evolution-sharp-devel
+BuildRequires:	dotnet-flickrnet
+BuildRequires:	dotnet-gnome-desktop-sharp-devel
+BuildRequires:	dotnet-gnome-keyring-sharp-devel
 BuildRequires:	dotnet-gnome-sharp-devel
 BuildRequires:	dotnet-gtk-sharp2-devel
 BuildRequires:	dotnet-ndesk-dbus-glib-sharp-devel
 BuildRequires:	dotnet-ndesk-dbus-sharp-devel
-BuildRequires:	dotnet-flickrnet
+BuildRequires:	dotnet-notify-sharp-devel
+BuildRequires:	gettext-devel
 BuildRequires:	gnome-do-devel >= 0.8.2-3
+BuildRequires:	intltool
 BuildRequires:	mono-addins-devel
 BuildRequires:	mono-csharp >= 1.1.13
+BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,6 +34,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__aclocal} -I m4/shamrock
=== modified file 'BundledLibraries/Makefile.am'
--- a/BundledLibraries/Makefile.am	2009-06-26 05:43:03 +0000
+++ b/BundledLibraries/Makefile.am	2009-06-26 20:44:02 +0000
@@ -1,10 +1,14 @@
 bundledir = ${libdir}/gnome-do/plugins
 
 install-data-hook:
-	$(INSTALL) -d $(DESTDIR)/$(bundledir)
-	$(INSTALL) -m 644 -t $(DESTDIR)/$(bundledir) $(BANSHEE_INDEXER_DLL)
+	if test -n "$(BANSHEE_INDEXER_DLL)"; then \
+		$(INSTALL) -d $(DESTDIR)/$(bundledir) && \
+		$(INSTALL) -m 644 -t $(DESTDIR)/$(bundledir) $(BANSHEE_INDEXER_DLL); \
+	fi;
 
 uninstall-hook:
-	rm $(DESTDIR)/$(bundledir)/$(notdir $(BANSHEE_INDEXER_DLL))
+	if test -n "$(BANSHEE_INDEXER_DLL)"; then \
+		rm $(DESTDIR)/$(bundledir)/$(notdir $(BANSHEE_INDEXER_DLL)) \
+	fi;
 
 EXTRA_DIST= gmcs.exe 

_______________________________________________
pld-devel-en mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to