|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Net-DBus
|
|
|
|
|
Version: 1.0.0
|
|
|
|
|
Release: 10%{?dist}
|
|
|
|
|
Version: 1.1.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Use and provide DBus services
|
|
|
|
|
License: GPLv2+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -11,7 +11,6 @@ BuildRequires: dbus-devel >= 1.00, pkgconfig
|
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
BuildRequires: perl(Time::HiRes)
|
|
|
|
|
BuildRequires: perl(XML::Grove)
|
|
|
|
|
BuildRequires: perl(XML::Parser)
|
|
|
|
|
BuildRequires: perl(XML::Twig)
|
|
|
|
|
BuildRequires: perl(XSLoader)
|
|
|
|
@ -20,6 +19,7 @@ BuildRequires: perl(Carp)
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.00
|
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
|
|
|
|
BuildRequires: perl(Test::CPAN::Changes)
|
|
|
|
|
Requires: perl(XSLoader)
|
|
|
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
@ -48,12 +48,15 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS CHANGES README LICENSE examples/
|
|
|
|
|
%doc AUTHORS Changes README LICENSE examples/
|
|
|
|
|
%{perl_vendorarch}/auto/*
|
|
|
|
|
%{perl_vendorarch}/Net*
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Mar 16 2015 Daniel P. Berrange <berrange@redhat.com> - 1.1.0-1
|
|
|
|
|
- Update to 1.1.0 release
|
|
|
|
|
|
|
|
|
|
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.0.0-10
|
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
|
|
|
|
|