|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
Name: perl-Net-DBus
|
|
|
|
|
Version: 0.33.6
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Use and provide DBus services
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/Net-DBus/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/D/DA/DANBERR/Net-DBus-%{version}.tar.gz
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DANBERR/Net-DBus-%{version}.tar.gz
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
@ -23,6 +23,11 @@ BuildRequires: perl(XML::Twig)
|
|
|
|
|
BuildRequires: perl(Test::Pod)
|
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage)
|
|
|
|
|
|
|
|
|
|
### auto-added reqs!
|
|
|
|
|
Requires: perl(Time::HiRes)
|
|
|
|
|
Requires: perl(XML::Twig)
|
|
|
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Net::DBus provides a Perl API for the DBus message system. The DBus Perl
|
|
|
|
@ -62,6 +67,12 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jan 20 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.33.6-1
|
|
|
|
|
- add default filtering
|
|
|
|
|
- auto-update to 0.33.6 (by cpan-spec-update 0.01)
|
|
|
|
|
- added a new req on perl(Time::HiRes) (version 0)
|
|
|
|
|
- added a new req on perl(XML::Twig) (version 0)
|
|
|
|
|
|
|
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.33.6-5
|
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
|
|
|
|
|