rpms/seahorse/F-8 seahorse-agent.sh, NONE, 1.1 seahorse.spec, 1.33, 1.34

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Tue Jan 8 03:39:54 UTC 2008


Author: skvidal

Update of /cvs/extras/rpms/seahorse/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5020

Modified Files:
	seahorse.spec 
Added Files:
	seahorse-agent.sh 
Log Message:
add seahorse-agent xinit script to build for f8




--- NEW FILE seahorse-agent.sh ---
!/bin/sh
if [ -x /usr/bin/seahorse-agent ]; then
    export `/usr/bin/seahorse-agent --variables`
fi


Index: seahorse.spec
===================================================================
RCS file: /cvs/extras/rpms/seahorse/F-8/seahorse.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- seahorse.spec	3 Jan 2008 22:18:59 -0000	1.33
+++ seahorse.spec	8 Jan 2008 03:39:19 -0000	1.34
@@ -1,6 +1,6 @@
 Name: 		seahorse
 Version: 	2.21.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:	GNOME2 interface for gnupg
 Group: 		User Interface/Desktops
 # seahorse is GPLv2+
@@ -8,6 +8,7 @@
 License:        GPLv2+ and LGPLv2+
 URL:            http://seahorse.sourceforge.net/
 Source:         http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.21/%{name}-%{version}.tar.gz
+Source1:	seahorse-agent.sh
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -59,6 +60,10 @@
 
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 %makeinstall
+mkdir -p $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/
+install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/seahorse-agent.sh
+
+
 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 %find_lang seahorse
 
@@ -136,6 +141,7 @@
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README TODO
 %{_bindir}/*
+%{_sysconfdir}/X11/xinit/xinitrc.d/seahorse-agent.sh
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
 %{_datadir}/applications/*.desktop
@@ -162,6 +168,11 @@
 
 
 %changelog
+* Mon Jan  7 2008 Seth Vidal <skvidal at fedoraproject.org> 2.21.4-2
+- drop in seahorse-agent.sh to xinit - closes bug 427466 but will mean
+  that seahorse agent will start if it is installed - even on kde or xfce
+  desktops :(
+
 * Thu Jan  3 2008 Seth Vidal <skvidal at fedoraproject.org> 2.21.4-1
 - upgrade to 2.21.4
 




More information about the fedora-extras-commits mailing list