public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Sys-Virt] epel10.2: List some missing buildtime deps
@ 2026-06-30 7:31
0 siblings, 0 replies; only message in thread
From: @ 2026-06-30 7:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Sys-Virt
Branch : epel10.2
Commit : 41480843a34e2df89f47b3becd8f6309eb995b3c
Author : Petr Šabata <contyk@redhat.com>
Date : 2015-12-11T13:44:52+01:00
Stats : +11/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Sys-Virt/c/41480843a34e2df89f47b3becd8f6309eb995b3c?branch=epel10.2
Log:
List some missing buildtime deps
---
diff --git a/perl-Sys-Virt.spec b/perl-Sys-Virt.spec
index c0e1082..552b0c3 100644
--- a/perl-Sys-Virt.spec
+++ b/perl-Sys-Virt.spec
@@ -1,15 +1,18 @@
Name: perl-Sys-Virt
Version: 1.3.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Represent and manage a libvirt hypervisor connection
License: GPLv2+ or Artistic
-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
-BuildRequires: libvirt-devel >= %{version}
# Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: libvirt-devel >= %{version}
+BuildRequires: make
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires: sed
# Runtime
BuildRequires: perl(overload)
BuildRequires: perl(strict)
@@ -26,7 +29,7 @@ BuildRequires: perl(XML::XPath::XMLParser)
BuildRequires: perl(Test::CPAN::Changes)
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
%description
The Sys::Virt module provides a Perl XS binding to the libvirt virtual
@@ -45,7 +48,7 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} +
+find %{buildroot} -type f -name '*.bs' -empty -delete
%{_fixperms} %{buildroot}/*
%check
@@ -59,6 +62,9 @@ make test
%{_mandir}/man3/*
%changelog
+* Fri Dec 11 2015 Petr Šabata <contyk@redhat.com> - 1.3.0-2
+- List some missing buildtime deps
+
* Fri Dec 11 2015 Daniel P. Berrange <berrange@redhat.com> - 1.3.0-1
- Update to 1.3.0 release
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-30 7:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-30 7:31 [rpms/perl-Sys-Virt] epel10.2: List some missing buildtime deps
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox