This commit is contained in:
parent
65450f671e
commit
693a6303bb
@ -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
3
libvirt-0.2.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9aba5acd5d110d3ad2ff2f8f35a8751d8f006cc5cc7ebf6769de93b1cd8b2c81
|
||||
size 1070366
|
@ -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
|
||||
@@ -75,7 +75,7 @@
|
||||
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 @@
|
||||
@@ -232,7 +232,7 @@ AC_ARG_WITH(libxml, [ --with-libxml=[PF
|
||||
if test "z$with_libxml" = "zno" ; then
|
||||
AC_MSG_CHECKING(for libxml2 libraries >= $LIBXML_MIN_VERSION)
|
||||
AC_MSG_ERROR(libxml2 >= $LIBXML_MIN_VERSION is required for $XMLSEC_PACKAGE)
|
||||
|
@ -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
|
||||
|
||||
|
16
libvirt.spec
16
libvirt.spec
@ -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.
|
||||
# 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)
|
||||
Group: Development/Libraries/C and C++
|
||||
Autoreqprov: yes
|
||||
Version: 0.2.0
|
||||
Release: 3
|
||||
Version: 0.2.2
|
||||
Release: 1
|
||||
Summary: A C toolkit to interract with the virtualization capabilities of Linux
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch: libvirt-cflags.patch
|
||||
@ -153,16 +153,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files -f %{name}.lang
|
||||
%defattr(-, root, root)
|
||||
%{_bindir}/virsh
|
||||
%{_sbindir}/libvirt_qemud
|
||||
%doc %dir %{_docdir}/%{name}
|
||||
%doc %{_docdir}/%{name}/[CNRT]*
|
||||
%doc %{_docdir}/%{name}/AUTHORS
|
||||
%doc %{_docdir}/%{name}/examples
|
||||
%{_libdir}/*.so.*
|
||||
%dir %{_libexecdir}
|
||||
#%attr(4755, root, root) %{_libexecdir}/libvirt_proxy
|
||||
%{_libexecdir}/libvirt_qemud
|
||||
%doc %{_mandir}/man1/virsh.1*
|
||||
#/etc/permissions.d/libvirt
|
||||
%{_libdir}/*.so.*
|
||||
/etc/libvirt/
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
@ -187,6 +185,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{py_sitedir}/libvirtmod*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 27 2007 - ccoffing@novell.com
|
||||
- Update to libvirt-0.2.2.
|
||||
* Wed Mar 07 2007 - sbrabec@suse.cz
|
||||
- Created -doc subpackage (#248813).
|
||||
- Do not remove valid locales.
|
||||
|
Loading…
Reference in New Issue
Block a user