rpms/bickley/F-12 bickley-NoRunInGNOME.patch, NONE, 1.1 bickley.spec, 1.6, 1.7

Peter Robinson pbrobinson at fedoraproject.org
Mon Nov 16 13:19:57 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/bickley/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22840

Modified Files:
	bickley.spec 
Added Files:
	bickley-NoRunInGNOME.patch 
Log Message:
- Add patch so we don't run when GNOME starts as its not yet used there

bickley-NoRunInGNOME.patch:
 bkl-orbiter.desktop |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE bickley-NoRunInGNOME.patch ---
--- bickley-0.4.4/data/bkl-orbiter.desktop.orig	2009-11-16 13:03:42.000000000 +0000
+++ bickley-0.4.4/data/bkl-orbiter.desktop	2009-11-16 13:03:56.000000000 +0000
@@ -11,5 +11,5 @@
 Comment=A meta-data spider
 GenericName=Meta-data spider
 NoDisplay=true
-OnlyShowIn=MOBLIN;GNOME;
+OnlyShowIn=MOBLIN;
 X-GNOME-Autostart-enabled=true


Index: bickley.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bickley/F-12/bickley.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- bickley.spec	13 Nov 2009 17:33:14 -0000	1.6
+++ bickley.spec	16 Nov 2009 13:19:57 -0000	1.7
@@ -1,11 +1,9 @@
 Name:           bickley
 Version:        0.4.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A meta data management API and framework
 
 Group:          Applications/Multimedia
-# License clarification from upstream developer
-# http://lists.moblin.org/pipermail/dev/2009-August/005801.html
 License:        LGPLv2+
 URL:            http://moblin.org/projects/bickley
 Source0:        http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.bz2
@@ -13,6 +11,7 @@ Patch0:         bickley-fixppc2.patch
 # http://bugzilla.moblin.org/show_bug.cgi?id=6253
 Patch1:         bickley-gupnp013.patch
 Patch2:         bickley-arm.patch
+Patch3:         bickley-NoRunInGNOME.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: clutter-gst-devel
@@ -59,6 +58,7 @@ Files for development with %{name}.
 %patch0 -p1 -b .fixppc2
 %patch1 -p1 -b .gupnp013
 %patch2 -p1 -b .arm
+%patch3 -p1 -b .NoRunInGNOME
 
 # Don't run configure from autogen.sh
 sed -i '/configure/d' autogen.sh
@@ -127,6 +127,9 @@ gconftool-2 --makefile-install-rule \
 %{_libdir}/libkozo.so
 
 %changelog
+* Mon Nov 15 2009 Peter Robinson <pbrobinson at gmail.com> 0.4.4-2
+- Add patch so we don't run when GNOME starts as its not yet used there
+
 * Fri Nov 13 2009 Peter Robinson <pbrobinson at gmail.com> 0.4.4-1
 - New upstream 0.4.4 release, add arm support
 




More information about the fedora-extras-commits mailing list