Name: perl-Net-RabbitMQ Version: 0.2.0 Release: 1.4 Summary: Interact with RabbitMQ over AMQP using librabbitmq License: CHECK(Distributable) Group: Development/Libraries URL: http://search.cpan.org/dist/Net-RabbitMQ/ Source0: http://www.cpan.org/modules/by-module/Net/Net-RabbitMQ-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.03 Requires: perl(ExtUtils::MakeMaker) >= 6.03 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Net::RabbitMQ provides a simple wrapper around the librabbitmq library that allows connecting, delcaring exchanges and queues, binding and unbinding queues, publising, consuming and receiving events. %prep %setup -q -n Net-RabbitMQ-%{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/* # dirty fix #%check #make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE LICENSE-MPL-RabbitMQ README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Net* %{_mandir}/man3/* %changelog * Sat May 07 2011 Viliam Pucik 0.2.0-1 - Updated to 1.78. * Tue Jan 04 2011 Viliam Pucik 0.1.8-1 - Specfile autogenerated by cpanspec 1.77.