rpms/perl-Sys-Virt/devel Sys-Virt-Domain-doc.patch, NONE, 1.1 perl-Sys-Virt.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Aug 18 18:40:28 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Sys-Virt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14723/devel

Modified Files:
	.cvsignore sources 
Added Files:
	Sys-Virt-Domain-doc.patch perl-Sys-Virt.spec 
Log Message:
auto-import perl-Sys-Virt-0.1.1-3 on branch devel from perl-Sys-Virt-0.1.1-3.src.rpm

Sys-Virt-Domain-doc.patch:

--- NEW FILE Sys-Virt-Domain-doc.patch ---
--- Sys-Virt-0.1.1/lib/Sys/Virt/Domain.pm.orig	2006-06-22 18:06:14.000000000 -0500
+++ Sys-Virt-0.1.1/lib/Sys/Virt/Domain.pm	2006-08-12 15:39:40.000000000 -0500
@@ -136,7 +136,11 @@
 
 The current memory allocated to the domain in kilobytes
 
-=item nrVirtCpus
+=item cpuTime
+
+The amount of CPU time used by the domain
+
+=item nrVirtCpu
 
 The current number of virtual CPUs enabled in the domain
 


--- NEW FILE perl-Sys-Virt.spec ---
Name:           perl-Sys-Virt
Version:        0.1.1
Release:        3%{?dist}
Summary:        Represent and manage a libvirt hypervisor connection
License:        GPL
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Sys-Virt/
Source0:        http://www.cpan.org/authors/id/D/DA/DANBERR/Sys-Virt-%{version}.tar.gz
Patch0:         Sys-Virt-Domain-doc.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  libvirt-devel >= 0.1.1
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=202320
BuildRequires:  /usr/bin/pkg-config
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
The Sys::Virt module provides a Perl XS binding to the libvirt virtual
machine management APIs. This allows machines running within arbitrary
virtualization containers to be managed with a consistent API.

%prep
%setup -q -n Sys-Virt-%{version}
%patch -p1

sed -i -e '/Sys-Virt\.spec/d' Makefile.PL
sed -i -e '/\.spec\.PL$/d' MANIFEST
rm -f *.spec.PL

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS CHANGES LICENSE README examples/
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Sys*
%{_mandir}/man3/*

%changelog
* Fri Aug 18 2006 Steven Pritchard <steve at kspei.com> 0.1.1-3
- BR Test::Pod and Test::Pod::Coverage.

* Sat Aug 12 2006 Steven Pritchard <steve at kspei.com> 0.1.1-2
- Add Sys-Virt-Domain-doc.patch.

* Sat Aug 12 2006 Steven Pritchard <steve at kspei.com> 0.1.1-1
- Specfile autogenerated by cpanspec 1.68.
- BR libvirt-devel and pkgconfig.
- Fix License.
- Drop non-doc autobuild.sh and add the examples directory.
- Don't try to build the included perl-Sys-Virt.spec.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Aug 2006 18:39:58 -0000	1.1
+++ .cvsignore	18 Aug 2006 18:40:28 -0000	1.2
@@ -0,0 +1 @@
+Sys-Virt-0.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Aug 2006 18:39:58 -0000	1.1
+++ sources	18 Aug 2006 18:40:28 -0000	1.2
@@ -0,0 +1 @@
+63b776d65213df313685fc93b808b3bf  Sys-Virt-0.1.1.tar.gz




More information about the scm-commits mailing list