public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steven Pritchard <steve@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Sys-Virt] epel10.2: auto-import perl-Sys-Virt-0.1.1-3 on branch devel from
Date: Tue, 30 Jun 2026 07:30:20 GMT	[thread overview]
Message-ID: <178280462074.1.17265673631604697410.rpms-perl-Sys-Virt-f3ee3d4f08f3@fedoraproject.org> (raw)

        A new commit has been pushed.

        Repo   : rpms/perl-Sys-Virt
        Branch : epel10.2
        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.2

        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

                 reply	other threads:[~2026-06-30  7:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178280462074.1.17265673631604697410.rpms-perl-Sys-Virt-f3ee3d4f08f3@fedoraproject.org \
    --to=steve@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox