123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- Summary: Use and provide DBus services
- Name: perl-Net-DBus
- Version: 0.33.6
- Release: 2%{?_dist_release}
- 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
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
- BuildRequires: perl(XML::Grove)
- BuildRequires: perl(XML::Parser)
- BuildRequires: perl(XML::Twig)
- BuildRequires: dbus-devel >= 0.33, pkgconfig
- %description
- Net::DBus provides a Perl API for the DBus message system. The DBus Perl
- interface is currently operating against the 0.33 development version of
- DBus, but should work with later versions too, providing the API changes
- have not been too drastic.
- %prep
- %setup -q -n Net-DBus-%{version}
- %build
- %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
- make %{?_smp_mflags}
- %install
- rm -rf %{buildroot}
- make pure_install PERL_INSTALL_ROOT=%{buildroot}
- find %{buildroot} -type f -name .packlist -exec rm -f {} \;
- find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
- find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
- %{_fixperms} %{buildroot}/*
- %clean
- rm -rf %{buildroot}
- %check
- make test
- %files
- %defattr(-,root,root,-)
- %doc AUTHORS CHANGES LICENSE README examples/
- %{perl_vendorarch}/auto/*
- %{perl_vendorarch}/Net*
- %{_mandir}/man3/*
- %changelog
- * Tue Apr 29 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.33.6-2vl5
- - rebuilt with perl-5.10.0
- * Sun Apr 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.33.6-1vl5
- - new upstream release
- * Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.33.4-0vl1
- - initial build for Vine Linux
- * Tue Nov 21 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.33.4-3
- - nix t/30-server.t until the test is fixed
- * Sat Nov 11 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.33.4-2
- - add additional BR's
- - update summary
- * Tue Nov 07 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.33.4-1
- - update to 0.33.4
- - nix now-unneeded source regexp/tweak
- * Sat Nov 04 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.33.3-1
- - Specfile autogenerated by cpanspec 1.69.1.
|