SHA256
1
0
forked from pool/libvirt
OBS User unknown 2007-05-01 20:58:45 +00:00 committed by Git OBS Bridge
parent 65450f671e
commit 693a6303bb
5 changed files with 21 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa83fef8abae580e4fa966003cbc52406b5b767fd91198c85ff9a0c237f6eaa2
size 928863

3
libvirt-0.2.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9aba5acd5d110d3ad2ff2f8f35a8751d8f006cc5cc7ebf6769de93b1cd8b2c81
size 1070366

View File

@ -1,17 +1,10 @@
2nd chunk removes incomplete chec. Without it autoconf will fail. removes incomplete check. Without it autoconf will fail.
================================================================================ ================================================================================
--- configure.in Index: configure.in
===================================================================
--- configure.in.orig
+++ configure.in +++ configure.in
@@ -75,7 +75,7 @@ @@ -232,7 +232,7 @@ AC_ARG_WITH(libxml, [ --with-libxml=[PF
dnl make CFLAGS very pedantic at least during the devel phase for everybody
dnl
if test "${GCC}" = "yes" ; then
- CFLAGS="-g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall"
+ CFLAGS="-g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall $CFLAGS"
fi
dnl
@@ -161,7 +161,7 @@
if test "z$with_libxml" = "zno" ; then if test "z$with_libxml" = "zno" ; then
AC_MSG_CHECKING(for libxml2 libraries >= $LIBXML_MIN_VERSION) AC_MSG_CHECKING(for libxml2 libraries >= $LIBXML_MIN_VERSION)
AC_MSG_ERROR(libxml2 >= $LIBXML_MIN_VERSION is required for $XMLSEC_PACKAGE) AC_MSG_ERROR(libxml2 >= $LIBXML_MIN_VERSION is required for $XMLSEC_PACKAGE)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 27 10:18:41 MDT 2007 - ccoffing@novell.com
- Update to libvirt-0.2.2.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 7 18:50:05 CET 2007 - sbrabec@suse.cz Wed Mar 7 18:50:05 CET 2007 - sbrabec@suse.cz

View File

@ -1,5 +1,5 @@
# #
# spec file for package libvirt (Version 0.2.0) # spec file for package libvirt (Version 0.2.2)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -18,8 +18,8 @@ URL: http://libvirt.org/
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Autoreqprov: yes Autoreqprov: yes
Version: 0.2.0 Version: 0.2.2
Release: 3 Release: 1
Summary: A C toolkit to interract with the virtualization capabilities of Linux Summary: A C toolkit to interract with the virtualization capabilities of Linux
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Patch: libvirt-cflags.patch Patch: libvirt-cflags.patch
@ -153,16 +153,14 @@ rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-, root, root) %defattr(-, root, root)
%{_bindir}/virsh %{_bindir}/virsh
%{_sbindir}/libvirt_qemud
%doc %dir %{_docdir}/%{name} %doc %dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/[CNRT]* %doc %{_docdir}/%{name}/[CNRT]*
%doc %{_docdir}/%{name}/AUTHORS %doc %{_docdir}/%{name}/AUTHORS
%doc %{_docdir}/%{name}/examples %doc %{_docdir}/%{name}/examples
%{_libdir}/*.so.*
%dir %{_libexecdir}
#%attr(4755, root, root) %{_libexecdir}/libvirt_proxy
%{_libexecdir}/libvirt_qemud
%doc %{_mandir}/man1/virsh.1* %doc %{_mandir}/man1/virsh.1*
#/etc/permissions.d/libvirt %{_libdir}/*.so.*
/etc/libvirt/
%files devel %files devel
%defattr(-, root, root) %defattr(-, root, root)
@ -187,6 +185,8 @@ rm -rf $RPM_BUILD_ROOT
%{py_sitedir}/libvirtmod* %{py_sitedir}/libvirtmod*
%changelog %changelog
* Fri Apr 27 2007 - ccoffing@novell.com
- Update to libvirt-0.2.2.
* Wed Mar 07 2007 - sbrabec@suse.cz * Wed Mar 07 2007 - sbrabec@suse.cz
- Created -doc subpackage (#248813). - Created -doc subpackage (#248813).
- Do not remove valid locales. - Do not remove valid locales.