packages: libvirt-glib/libvirt-glib.spec - updated to 0.0.5 - added vala bcond
qboosh
qboosh at pld-linux.org
Sat Feb 25 20:48:46 CET 2012
Author: qboosh Date: Sat Feb 25 19:48:46 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 0.0.5
- added vala bcond
---- Files affected:
packages/libvirt-glib:
libvirt-glib.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/libvirt-glib/libvirt-glib.spec
diff -u packages/libvirt-glib/libvirt-glib.spec:1.1 packages/libvirt-glib/libvirt-glib.spec:1.2
--- packages/libvirt-glib/libvirt-glib.spec:1.1 Thu Jan 26 21:23:39 2012
+++ packages/libvirt-glib/libvirt-glib.spec Sat Feb 25 20:48:41 2012
@@ -3,27 +3,30 @@
# Conditional build:
%bcond_without apidocs # do not build and package API docs
%bcond_without static_libs # don't build static libraries
+%bcond_without vala # Vala binding
#
Summary: GLib wrapper for libvirt library
Summary(pl.UTF-8): Wrapper GLib dla biblioteki libvirt
Name: libvirt-glib
-Version: 0.0.4
+Version: 0.0.5
Release: 1
License: LGPL v2+
Group: Libraries
Source0: ftp://libvirt.org/libvirt/glib/%{name}-%{version}.tar.gz
-# Source0-md5: 70b5fd71a784df41eb2fe1404526eb88
+# Source0-md5: 6cebd7fb6de8001ac88f7793e273b987
URL: http://www.libvirt.org/
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: glib2-devel >= 1:2.16.0
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake >= 1:1.11
+BuildRequires: glib2-devel >= 1:2.22.0
BuildRequires: gobject-introspection-devel >= 0.10.8
BuildRequires: gtk-doc >= 1.10
BuildRequires: libtool
-BuildRequires: libvirt-devel >= 0.9.7
-BuildRequires: libxml2-devel
+BuildRequires: libvirt-devel >= 0.9.10
+BuildRequires: libxml2-devel >= 2.0.0
BuildRequires: pkgconfig
-BuildRequires: vala
+%{?with_vala:BuildRequires: vala >= 0.13}
+Requires: glib2 >= 1:2.22.0
+Requires: libvirt >= 0.9.10
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -37,8 +40,8 @@
Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libvirt-glib
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
-Requires: glib2-devel >= 1:2.16.0
-Requires: libxml2-devel
+Requires: glib2-devel >= 1:2.22.0
+Requires: libxml2-devel >= 2.0.0
%description devel
Header files for libvirt-glib library.
@@ -179,12 +182,14 @@
%attr(755,root,root) %{py_sitedir}/libvirtglibmod.so
%{py_sitedir}/libvirtglib.py[co]
+%if %{with vala}
%files -n vala-libvirt-glib
%defattr(644,root,root,755)
%{_datadir}/vala/vapi/libvirt-gconfig-1.0.vapi
%{_datadir}/vala/vapi/libvirt-glib-1.0.vapi
%{_datadir}/vala/vapi/libvirt-gobject-1.0.deps
%{_datadir}/vala/vapi/libvirt-gobject-1.0.vapi
+%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -192,6 +197,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2012/02/25 19:48:41 qboosh
+- updated to 0.0.5
+- added vala bcond
+
Revision 1.1 2012/01/26 20:23:39 megabajt
- new
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libvirt-glib/libvirt-glib.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list