packages: libgksu/libgksu.spec, libgksu/libgksu-helper.patch (NEW) - rel 2 ...

baggins baggins at pld-linux.org
Sat Jul 17 16:58:02 CEST 2010


Author: baggins                      Date: Sat Jul 17 14:58:02 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 2
- make it work on 64bit systems

---- Files affected:
packages/libgksu:
   libgksu.spec (1.22 -> 1.23) , libgksu-helper.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/libgksu/libgksu.spec
diff -u packages/libgksu/libgksu.spec:1.22 packages/libgksu/libgksu.spec:1.23
--- packages/libgksu/libgksu.spec:1.22	Sat Jan 30 20:42:11 2010
+++ packages/libgksu/libgksu.spec	Sat Jul 17 16:57:56 2010
@@ -3,12 +3,13 @@
 Summary(pl.UTF-8):	Biblioteka libgksu
 Name:		libgksu
 Version:	2.0.12
-Release:	1
+Release:	2
 License:	LGPL v2
 Group:		Libraries
 Source0:	http://people.debian.org/~kov/gksu/%{name}-%{version}.tar.gz
 # Source0-md5:	c7154c8806f791c10e7626ff123049d3
 Patch0:		%{name}-configure.patch
+Patch1:		%{name}-helper.patch
 URL:		http://www.nongnu.org/gksu/
 BuildRequires:	GConf2-devel
 BuildRequires:	autoconf >= 2.57
@@ -89,6 +90,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__gtkdocize} --docdir docs/
@@ -162,6 +164,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2010/07/17 14:57:56  baggins
+- rel 2
+- make it work on 64bit systems
+
 Revision 1.22  2010/01/30 19:42:11  sparky
 - BR: docbook-dtd412-xml
 

================================================================
Index: packages/libgksu/libgksu-helper.patch
diff -u /dev/null packages/libgksu/libgksu-helper.patch:1.1
--- /dev/null	Sat Jul 17 16:58:02 2010
+++ packages/libgksu/libgksu-helper.patch	Sat Jul 17 16:57:56 2010
@@ -0,0 +1,21 @@
+--- libgksu-2.0.12/libgksu/Makefile.am~	2008-05-09 19:39:55.000000000 +0200
++++ libgksu-2.0.12/libgksu/Makefile.am	2010-07-17 16:52:32.528132589 +0200
+@@ -1,6 +1,6 @@
+ AM_CFLAGS = -g -O2 -Wall
+ INCLUDES = ${LIBGKSU_CFLAGS}
+-AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" -DDATA_DIR=\"$(datadir)\" -DPREFIX=\"$(prefix)\"
++AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" -DDATA_DIR=\"$(datadir)\" -DPREFIX=\"$(prefix)\" -DLIBDIR=\"$(libdir)\"
+ 
+ lib_LTLIBRARIES = libgksu2.la
+ libgksu2_la_SOURCES = libgksu.c libgksu.h
+--- libgksu-2.0.12/libgksu/libgksu.c~	2009-06-29 19:48:24.000000000 +0200
++++ libgksu-2.0.12/libgksu/libgksu.c	2010-07-17 16:53:06.501131053 +0200
+@@ -1936,7 +1936,7 @@
+   GQuark gksu_quark;
+   int i = 0;
+ 
+-  gchar auxcommand[] = PREFIX "/lib/" PACKAGE "/gksu-run-helper";
++  gchar auxcommand[] = LIBDIR "/" PACKAGE "/gksu-run-helper";
+ 
+   int fdpty;
+   pid_t pid;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libgksu/libgksu.spec?r1=1.22&r2=1.23&f=u



More information about the pld-cvs-commit mailing list