public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Sys-Virt] epel10: auto-import perl-Sys-Virt-0.1.1-3 on branch devel from
@ 2026-06-29 14:31 Steven Pritchard
0 siblings, 0 replies; only message in thread
From: Steven Pritchard @ 2026-06-29 14:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Sys-Virt
Branch : epel10
Commit : f3ee3d4f08f3ba4b29233c8845c2986168ed586d
Author : Steven Pritchard <steve@fedoraproject.org>
Date : 2006-08-18T18:40:28+00:00
Stats : +88/-0 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Sys-Virt/c/f3ee3d4f08f3ba4b29233c8845c2986168ed586d?branch=epel10
Log:
auto-import perl-Sys-Virt-0.1.1-3 on branch devel from
perl-Sys-Virt-0.1.1-3.src.rpm
---
diff --git a/.cvsignore b/.cvsignore
index e69de29..0af56df 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+Sys-Virt-0.1.1.tar.gz
diff --git a/Sys-Virt-Domain-doc.patch b/Sys-Virt-Domain-doc.patch
new file mode 100644
index 0000000..4b4aefa
--- /dev/null
+++ b/Sys-Virt-Domain-doc.patch
@@ -0,0 +1,15 @@
+--- 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
+
diff --git a/perl-Sys-Virt.spec b/perl-Sys-Virt.spec
new file mode 100644
index 0000000..ac9fcaf
--- /dev/null
+++ b/perl-Sys-Virt.spec
@@ -0,0 +1,71 @@
+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@kspei.com> 0.1.1-3
+- BR Test::Pod and Test::Pod::Coverage.
+
+* Sat Aug 12 2006 Steven Pritchard <steve@kspei.com> 0.1.1-2
+- Add Sys-Virt-Domain-doc.patch.
+
+* Sat Aug 12 2006 Steven Pritchard <steve@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.
diff --git a/sources b/sources
index e69de29..a174c6e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+63b776d65213df313685fc93b808b3bf Sys-Virt-0.1.1.tar.gz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-29 14:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 14:31 [rpms/perl-Sys-Virt] epel10: auto-import perl-Sys-Virt-0.1.1-3 on branch devel from Steven Pritchard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox