Author: qboosh Date: Mon Apr 23 16:25:12 2012 GMT Module: packages Tag: HEAD ---- Log message: - added pc patch to fix libvirt dependency in libvirt-glib .pc
---- Files affected: packages/libvirt-glib: libvirt-glib.spec (1.4 -> 1.5) , libvirt-glib-pc.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/libvirt-glib/libvirt-glib.spec diff -u packages/libvirt-glib/libvirt-glib.spec:1.4 packages/libvirt-glib/libvirt-glib.spec:1.5 --- packages/libvirt-glib/libvirt-glib.spec:1.4 Sat Mar 31 12:23:46 2012 +++ packages/libvirt-glib/libvirt-glib.spec Mon Apr 23 18:25:06 2012 @@ -14,6 +14,7 @@ Group: Libraries Source0: ftp://libvirt.org/libvirt/glib/%{name}-%{version}.tar.gz # Source0-md5: 6b55eb5ac75ec2e246b1d8b8a59e3a0f +Patch0: %{name}-pc.patch URL: http://www.libvirt.org/ BuildRequires: autoconf >= 2.50 BuildRequires: automake >= 1:1.11 @@ -41,6 +42,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: glib2-devel >= 1:2.22.0 +Requires: libvirt-devel >= 0.9.10 Requires: libxml2-devel >= 2.0.0 %description devel @@ -99,6 +101,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -197,6 +200,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2012/04/23 16:25:06 qboosh +- added pc patch to fix libvirt dependency in libvirt-glib .pc + Revision 1.4 2012/03/31 10:23:46 megabajt - updated to 0.0.7 ================================================================ Index: packages/libvirt-glib/libvirt-glib-pc.patch diff -u /dev/null packages/libvirt-glib/libvirt-glib-pc.patch:1.1 --- /dev/null Mon Apr 23 18:25:12 2012 +++ packages/libvirt-glib/libvirt-glib-pc.patch Mon Apr 23 18:25:06 2012 @@ -0,0 +1,9 @@ +--- libvirt-glib-0.0.7/libvirt-glib-1.0.pc.in.orig 2012-03-30 16:48:58.000000000 +0200 ++++ libvirt-glib-0.0.7/libvirt-glib-1.0.pc.in 2012-04-23 18:20:37.064193055 +0200 +@@ -8,5 +8,5 @@ + Description: libvirt glib library + Requires: glib-2.0 + Libs: -L${libdir} -lvirt-glib-1.0 +-Libs.private: @LIBVIRT_LIBS @GLIB2_LIBS@ ++Libs.private: @LIBVIRT_LIBS@ @GLIB2_LIBS@ + Cflags: -I${includedir}/libvirt-glib-1.0 @LIBVIRT_CFLAGS@ @GLIB2_CFLAGS@ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/libvirt-glib/libvirt-glib.spec?r1=1.4&r2=1.5 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
