Author: wiget Date: Wed Apr 6 14:06:53 2011 GMT Module: packages Tag: HEAD ---- Log message: - Makefile fix - rel. 4
---- Files affected: packages/libgksu: libgksu.spec (1.24 -> 1.25) , am.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/libgksu/libgksu.spec diff -u packages/libgksu/libgksu.spec:1.24 packages/libgksu/libgksu.spec:1.25 --- packages/libgksu/libgksu.spec:1.24 Wed Apr 6 15:47:33 2011 +++ packages/libgksu/libgksu.spec Wed Apr 6 16:06:48 2011 @@ -3,13 +3,14 @@ Summary(pl.UTF-8): Biblioteka libgksu Name: libgksu Version: 2.0.12 -Release: 3 +Release: 4 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 +Patch2: am.patch URL: http://www.nongnu.org/gksu/ BuildRequires: GConf2-devel BuildRequires: autoconf >= 2.57 @@ -91,6 +92,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %{__gtkdocize} --docdir docs/ @@ -165,6 +167,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2011/04/06 14:06:48 wiget +- Makefile fix +- rel. 4 + Revision 1.24 2011/04/06 13:47:33 wiget - drop libtool file - rel. 3 ================================================================ Index: packages/libgksu/am.patch diff -u /dev/null packages/libgksu/am.patch:1.1 --- /dev/null Wed Apr 6 16:06:53 2011 +++ packages/libgksu/am.patch Wed Apr 6 16:06:48 2011 @@ -0,0 +1,19 @@ +--- libgksu-2.0.12/Makefile.am.wiget 2011-04-06 16:01:23.513871744 +0200 ++++ libgksu-2.0.12/Makefile.am 2011-04-06 16:02:08.445646800 +0200 +@@ -17,11 +17,11 @@ EXTRA_DIST = config.rpath mkinstalldirs + + if GCONF_SCHEMAS_INSTALL + install-data-local: +- if test -z "$(DESTDIR)" ; then \ +- for p in $(schemas_DATA) ; do \ +- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \ +- done \ +- fi ++ if test -z "$(DESTDIR)" ; then \ ++ for p in $(schemas_DATA) ; do \ ++ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \ ++ done \ ++ fi + else + install-data-local: + endif ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libgksu/libgksu.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
