rpms/seahorse/devel seahorse-2.23.90-gpg2.patch, NONE, 1.1 seahorse.spec, 1.46, 1.47

Michel Alexandre Salim salimma at fedoraproject.org
Sun Aug 31 03:06:25 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/seahorse/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18879

Modified Files:
	seahorse.spec 
Added Files:
	seahorse-2.23.90-gpg2.patch 
Log Message:
* Sat Aug 30 2008 Michel Salim <salimma at fedoraproject.org> 2.23.90-2
- Patch configure to detect gpg2 binary


seahorse-2.23.90-gpg2.patch:

--- NEW FILE seahorse-2.23.90-gpg2.patch ---
--- seahorse-2.23.90/configure.gpg2	2008-08-18 13:01:35.000000000 -0400
+++ seahorse-2.23.90/configure	2008-08-30 22:50:06.000000000 -0400
@@ -21829,7 +21829,7 @@
 	if test	"$DO_CHECK" = "yes"; then
 		accepted_versions="1.2 1.4 2.0"
 		# Extract the first word of "gpg", so it can be a program name with args.
-set dummy gpg; ac_word=$2
+set dummy gpg2; ac_word=$2
 { echo "$as_me:$LINENO: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 if test "${ac_cv_path_GNUPG+set}" = set; then


Index: seahorse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/seahorse/devel/seahorse.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- seahorse.spec	23 Aug 2008 04:10:13 -0000	1.46
+++ seahorse.spec	31 Aug 2008 03:05:54 -0000	1.47
@@ -1,6 +1,6 @@
 Name: 		seahorse
 Version: 	2.23.90
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:	A GNOME application for managing encryption keys
 Group: 		User Interface/Desktops
 # seahorse is GPLv2+
@@ -8,6 +8,7 @@
 License:        GPLv2+ and LGPLv2+
 URL:            http://projects.gnome.org/seahorse/
 Source:         http://download.gnome.org/sources/seahorse/2.23/%{name}-%{version}.tar.bz2
+Patch0:         seahorse-2.23.90-gpg2.patch
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -53,6 +54,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .gpg2
 
 %build
 %configure --disable-scrollkeeper
@@ -140,6 +142,9 @@
 %{_libdir}/pkgconfig/cryptui-0.0.pc
 
 %changelog
+* Sat Aug 30 2008 Michel Salim <salimma at fedoraproject.org> 2.23.90-2
+- Patch configure to detect gpg2 binary
+
 * Sat Aug 23 2008 Matthias Clasen <mclasen at redhat.com> 2.23.90-1
 - Update to 2.23.90
 




More information about the fedora-extras-commits mailing list