Author: qboosh Date: Tue Feb 14 19:11:03 2012 GMT Module: packages Tag: HEAD ---- Log message: - added version patch to fix generating pkgconfig() Provides - release 2
---- Files affected: packages/ctdb: ctdb.spec (1.5 -> 1.6) , ctdb-version.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/ctdb/ctdb.spec diff -u packages/ctdb/ctdb.spec:1.5 packages/ctdb/ctdb.spec:1.6 --- packages/ctdb/ctdb.spec:1.5 Mon Feb 13 20:55:00 2012 +++ packages/ctdb/ctdb.spec Tue Feb 14 20:10:58 2012 @@ -11,7 +11,7 @@ Summary(pl.UTF-8): Klastrowa baza danych oparta na bazie danych Trivial Database z Samby (TDB) Name: ctdb Version: 1.0.113 -Release: 1 +Release: 2 License: GPL v3+ Group: Daemons URL: http://ctdb.samba.org/ @@ -21,6 +21,7 @@ # git-archive --format=tar --prefix=%{name}-%{version}/ %{name}-%{version} | bzip2 > %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2 # Source0-md5: ce3eda943bf81c7c9e513ec715f4a785 +Patch0: %{name}-version.patch BuildRequires: autoconf >= 2.50 BuildRequires: net-tools BuildRequires: popt-devel @@ -60,6 +61,7 @@ %prep %setup -q +%patch0 -p1 %build sh -x ./autogen.sh @@ -134,6 +136,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2012/02/14 19:10:58 qboosh +- added version patch to fix generating pkgconfig() Provides +- release 2 + Revision 1.5 2012/02/13 19:55:00 qboosh - pl - BR: popt-devel ================================================================ Index: packages/ctdb/ctdb-version.patch diff -u /dev/null packages/ctdb/ctdb-version.patch:1.1 --- /dev/null Tue Feb 14 20:11:03 2012 +++ packages/ctdb/ctdb-version.patch Tue Feb 14 20:10:58 2012 @@ -0,0 +1,9 @@ +--- ctdb-1.0.113/configure.ac.orig 2010-01-12 21:12:08.000000000 +0100 ++++ ctdb-1.0.113/configure.ac 2012-02-14 19:43:00.127559003 +0100 +@@ -1,5 +1,5 @@ + AC_PREREQ(2.50) +-AC_INIT(ctdb, m4_esyscmd([grep 'Version:' ./packaging/RPM/ctdb.spec 2>/dev/null | head -1 | sed -e 's/[ \t]*Version:[ \t]*\([^ \t]*\)[ \t]*.*/\1/' | tr -d '\n'])) ++AC_INIT(ctdb, m4_esyscmd([grep 'Version:' ./packaging/RPM/ctdb.spec.in 2>/dev/null | head -1 | sed -e 's/[ \t]*Version:[ \t]*\([^ \t]*\)[ \t]*.*/\1/' | tr -d '\n'])) + AC_DEFUN([AC_CHECK_LIB_EXT], [ + AC_CHECK_LIB([$1],[$3],[$4],[$5],[$7]) + ac_cv_lib_ext_$1_$3=$ac_cv_lib_$1_$3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ctdb/ctdb.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
