1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- Name: perl-Net-DBus-GLib
- Version: 0.33.0
- Release: 2%{?_dist_release}
- Summary: Perl extension for the DBus GLib bindings
- License: GPLv2+ or Artistic
- Group: Development/Libraries
- URL: http://search.cpan.org/dist/Net-DBus-GLib/
- Source0: http://www.cpan.org/authors/id/D/DA/DANBERR/Net-DBus-GLib-%{version}.tar.gz
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
- BuildRequires: perl(ExtUtils::MakeMaker)
- BuildRequires: perl(Glib)
- BuildRequires: perl(Net::DBus) >= 0.33.0
- BuildRequires: perl(Test::More)
- BuildRequires: perl(Test::Pod)
- BuildRequires: perl(Test::Pod::Coverage)
- BuildRequires: dbus-glib-devel
- Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
- Vendor: Project Vine
- Distribution: Vine Linux
- %description
- Net::DBus::GLib provides an extension to the Net::DBus module allowing
- integration with the GLib mainloop. To integrate with the main loop, simply
- get a connection to the bus via the methods in Net::DBus::GLib rather than
- the usual Net::DBus module. That's it - every other API remains the same.
- %prep
- %setup -q -n Net-DBus-GLib-%{version}
- %build
- %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
- %{__make} %{?_smp_mflags}
- %install
- %{__rm} -rf $RPM_BUILD_ROOT
- %{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
- find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
- find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
- find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
- %{_fixperms} $RPM_BUILD_ROOT/*
- %check
- %{__make} test
- %clean
- %{__rm} -rf $RPM_BUILD_ROOT
- %files
- %defattr(-,root,root,-)
- %doc AUTHORS CHANGES LICENSE README examples/
- %{perl_vendorarch}/auto/*
- %{perl_vendorarch}/Net*
- %{_mandir}/man3/*
- %changelog
- * Mon Apr 25 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.33.0-2
- - build with perl 5.12.3
- - add Vendor and Distribution tags
- * Sat Oct 16 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 0.33.0-1
- - initial build for Vine Linux
- * Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.33.0-5
- - Mass rebuild with perl-5.12.0
- * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.33.0-4
- - rebuild against perl 5.10.1
- * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.33.0-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.33.0-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * Thu Feb 19 2009 Allisson Azevedo <allisson@gmail.com> 0.33.0-1
- - Initial rpm release.
|