Author: glen Date: Tue Apr 20 04:37:48 2010 GMT Module: packages Tag: HEAD ---- Log message: - fix pkgconfig lib64 path; rel 3
---- Files affected: packages/libnih: libnih.spec (1.2 -> 1.3) , pkgconfig-libdir.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/libnih/libnih.spec diff -u packages/libnih/libnih.spec:1.2 packages/libnih/libnih.spec:1.3 --- packages/libnih/libnih.spec:1.2 Mon Apr 19 23:23:18 2010 +++ packages/libnih/libnih.spec Tue Apr 20 06:37:42 2010 @@ -13,12 +13,13 @@ Summary: Lightweight application development library Name: libnih Version: 1.0.1 -Release: 2 +Release: 3 License: GPL v2 Group: Libraries URL: https://launchpad.net/libnih/ Source0: http://launchpad.net/libnih/1.0/%{version}/+download/%{name}-%{version}.tar.gz # Source0-md5: 3e410e32a51b4e6124547c2ced308efc +Patch0: pkgconfig-libdir.patch BuildRequires: autoconf >= 2.62 BuildRequires: automake >= 1:1.11 BuildRequires: dbus-devel >= 1.2.16 @@ -50,6 +51,7 @@ %prep %setup -q +%patch0 -p1 %build %{__aclocal} -I m4 @@ -115,6 +117,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2010/04/20 04:37:42 glen +- fix pkgconfig lib64 path; rel 3 + Revision 1.2 2010/04/19 21:23:18 glen - still filterout GLIBC_PRIVATE Requires; rel 2 ================================================================ Index: packages/libnih/pkgconfig-libdir.patch diff -u /dev/null packages/libnih/pkgconfig-libdir.patch:1.1 --- /dev/null Tue Apr 20 06:37:48 2010 +++ packages/libnih/pkgconfig-libdir.patch Tue Apr 20 06:37:42 2010 @@ -0,0 +1,22 @@ +--- libnih-1.0.1/nih/Makefile.am.orig 2009-11-21 23:43:38.000000000 +0200 ++++ libnih-1.0.1/nih/Makefile.am 2010-04-20 07:29:09.887333504 +0300 +@@ -71,7 +71,7 @@ + test_hash.h + + +-pkgconfigdir = $(prefix)/lib/pkgconfig ++pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = libnih.pc + + +--- libnih-1.0.1/nih-dbus/Makefile.am.orig 2009-11-21 23:43:43.000000000 +0200 ++++ libnih-1.0.1/nih-dbus/Makefile.am 2010-04-20 07:29:09.887333504 +0300 +@@ -49,7 +49,7 @@ + test_dbus.h + + +-pkgconfigdir = $(prefix)/lib/pkgconfig ++pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = libnih-dbus.pc + + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libnih/libnih.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
