Author: qboosh Date: Sat Jun 30 10:07:48 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.9.12 - pl - disabled tests by default, they rely on running libvirtd
---- Files affected: packages/perl-Sys-Virt: perl-Sys-Virt.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/perl-Sys-Virt/perl-Sys-Virt.spec diff -u packages/perl-Sys-Virt/perl-Sys-Virt.spec:1.3 packages/perl-Sys-Virt/perl-Sys-Virt.spec:1.4 --- packages/perl-Sys-Virt/perl-Sys-Virt.spec:1.3 Tue Mar 29 12:12:02 2011 +++ packages/perl-Sys-Virt/perl-Sys-Virt.spec Sat Jun 30 12:07:43 2012 @@ -1,30 +1,35 @@ # $Revision$, $Date$ # # Conditional build: -%bcond_without tests # do not perform "make test" +%bcond_with tests # perform "make test" (requires libvirtd) # %define pdir Sys %define pnam Virt %include /usr/lib/rpm/macros.perl Summary: Sys::Virt - Represent and manage a libvirt hypervisor connection -#Summary(pl.UTF-8): +Summary(pl.UTF-8): Sys::Virt - reprezentacja i zarządzanie połączeniem z hipernadzorcą libvirt Name: perl-Sys-Virt -Version: 0.2.6 +Version: 0.9.12 Release: 1 -License: GPL +License: GPL v2+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/Sys/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: a4ca5735791e132320bd8546c5deacae +# Source0-md5: ca6ae250091c9b17354ac3753bb740a2 URL: http://search.cpan.org/dist/Sys-Virt/ -BuildRequires: libvirt-devel +BuildRequires: libvirt-devel >= 0.9.12 BuildRequires: perl-devel >= 1:5.8.0 +BuildRequires: pkgconfig BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} -BuildRequires: perl(Test::Pod) -BuildRequires: perl(Test::Pod::Coverage) -BuildRequires: perl(XML::XPath) -BuildRequires: perl(XML::XPath::XMLParser) +BuildRequires: libvirt-daemon >= 0.9.2 +BuildRequires: perl-CPAN-Changes +BuildRequires: perl-Test-Pod +BuildRequires: perl-Test-Pod-Coverage +BuildRequires: perl-Test-Simple +BuildRequires: perl-Time-HiRes +BuildRequires: perl-XML-XPath %endif +Requires: libvirt >= 0.9.12 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -32,7 +37,11 @@ machine management APIs. This allows machines running within arbitrary virtualization containers to be managed with a consistent API. -# %description -l pl.UTF-8 # TODO +%description -l pl.UTF-8 +Moduł Sys::Virt dostarcza wiązanie XS Perla do API zarządzania +maszynami wirtualnymi libvirt. Pozwala na zarządzanie poprzez +jednolite API maszynami wirtualnymi działającymi w dowolnych +kontenerach. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -60,14 +69,14 @@ %files %defattr(644,root,root,755) -%doc AUTHORS CHANGES INSTALL README +%doc AUTHORS Changes README +%{perl_vendorarch}/Sys/Virt.pm %dir %{perl_vendorarch}/Sys/Virt -%{perl_vendorarch}/Sys/*.pm %{perl_vendorarch}/Sys/Virt/*.pm %dir %{perl_vendorarch}/auto/Sys/Virt -%{perl_vendorarch}/auto/Sys/Virt/*.bs -%attr(755,root,root) %{perl_vendorarch}/auto/Sys/Virt/*.so -%{_mandir}/man3/* +%{perl_vendorarch}/auto/Sys/Virt/Virt.bs +%attr(755,root,root) %{perl_vendorarch}/auto/Sys/Virt/Virt.so +%{_mandir}/man3/Sys::Virt*.3pm* %{_examplesdir}/%{name}-%{version} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -76,6 +85,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2012/06/30 10:07:43 qboosh +- updated to 0.9.12 +- pl +- disabled tests by default, they rely on running libvirtd + Revision 1.3 2011/03/29 10:12:02 baggins - too many dirs @@ -84,4 +98,3 @@ Revision 1.1 2011/03/29 09:23:00 baggins - initial revision by pldcpan - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/perl-Sys-Virt/perl-Sys-Virt.spec?r1=1.3&r2=1.4 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
