Accepting request 84303 from home:aturrini:branches:Virtualization

Fixed typos in libvirt.spec

OBS-URL: https://build.opensuse.org/request/show/84303
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=161
This commit is contained in:
James Fehlig 2011-09-22 02:08:06 +00:00 committed by Git OBS Bridge
parent bdf4063832
commit 7a29c1d3d8
2 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 21 20:12:16 UTC 2011 - andrea.turrini@gmail.com
- Fixed typos in libvirt.spec
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 16 12:50:51 MDT 2011 - jfehlig@suse.com Fri Sep 16 12:50:51 MDT 2011 - jfehlig@suse.com

View File

@ -304,7 +304,7 @@ Group: Development/Libraries/C and C++
AutoReqProv: yes AutoReqProv: yes
Version: 0.9.4 Version: 0.9.4
Release: 3 Release: 3
Summary: A C toolkit to interract with the virtualization capabilities of Linux Summary: A C toolkit to interact with the virtualization capabilities of Linux
Conflicts: kvm < 0.14.1 Conflicts: kvm < 0.14.1
# The client side, i.e. shared libs and virsh are in a subpackage # The client side, i.e. shared libs and virsh are in a subpackage
@ -429,7 +429,7 @@ Recommends: cyrus-sasl-digestmd5
Recommends: netcat-openbsd Recommends: netcat-openbsd
%description client %description client
Libvirt is a C toolkit to interract with the virtualization Libvirt is a C toolkit to interact with the virtualization
capabilities of Linux. The libvirt-client package contains shared capabilities of Linux. The libvirt-client package contains shared
libraries and client binaries needed to access the virtualization libraries and client binaries needed to access the virtualization
capabilities of recent versions of Linux (and other OSes). capabilities of recent versions of Linux (and other OSes).
@ -443,7 +443,7 @@ Authors:
%package devel %package devel
License: LGPLv2.1+ License: LGPLv2.1+
Summary: A C toolkit to interract with the virtualization capabilities of Linux Summary: A C toolkit to interact with the virtualization capabilities of Linux
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %{name}-client = %{version}-%{release} libxml2-devel Requires: %{name}-client = %{version}-%{release} libxml2-devel
Requires: pkg-config Requires: pkg-config
@ -452,7 +452,7 @@ Requires: xen-devel
%endif %endif
%description devel %description devel
Libvirt is a C toolkit to interract with the virtualization Libvirt is a C toolkit to interact with the virtualization
capabilities of Linux. The libvirt-devel package contains headers capabilities of Linux. The libvirt-devel package contains headers
and libraries needed for developing libvirt applications. and libraries needed for developing libvirt applications.
@ -465,13 +465,13 @@ Authors:
%package doc %package doc
License: LGPLv2.1+ License: LGPLv2.1+
Summary: A C toolkit to interract with the virtualization capabilities of Linux Summary: A C toolkit to interact with the virtualization capabilities of Linux
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %{name}-client = %{version}-%{release} Requires: %{name}-client = %{version}-%{release}
%description doc %description doc
Libvirt is a C toolkit to interract with the virtualization Libvirt is a C toolkit to interact with the virtualization
capabilities of Linux. The libvirt-doc packages contains documentation capabilities of Linux. The libvirt-doc package contains documentation
for the libvirt API and tools. for the libvirt API and tools.
@ -484,13 +484,13 @@ Authors:
%if %{with_python} %if %{with_python}
%package python %package python
License: LGPLv2.1+ License: LGPLv2.1+
Summary: A C toolkit to interract with the virtualization capabilities of Linux Summary: A C toolkit to interact with the virtualization capabilities of Linux
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %{name}-client = %{version}-%{release} Requires: %{name}-client = %{version}-%{release}
%py_requires %py_requires
%description python %description python
Libvirt is a C toolkit to interract with the virtualization Libvirt is a C toolkit to interact with the virtualization
capabilities of Linux. The libvirt-python package provides python capabilities of Linux. The libvirt-python package provides python
bindings for the libvirt C API. bindings for the libvirt C API.