Name: perl-ZMQ-Constants Version: 1.02 Release: 1%{?dist} Summary: Constants for the libzmq library License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/ZMQ-Constants/ Source0: http://search.cpan.org/CPAN/authors/id/D/DM/DMAKI/ZMQ-Constants-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(Cwd) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Carp) BuildRequires: perl(Storable) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description libzmq is a fast-changing beast and constants get renamed, new one gets removed, etc... %prep %setup -q -n ZMQ-Constants-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %doc Changes %{perl_vendorlib}/ZMQ/ %{_mandir}/man3/*.3* %changelog * Fri Dec 28 2012 Jose Pedro Oliveira - 1.02-1 - Update to 1.02. * Thu Nov 1 2012 Jose Pedro Oliveira - 1.01-2 - Handle comment #1 items of the review ticket #868528. * Sat Oct 20 2012 Jose Pedro Oliveira - 1.01-1 - Update to 1.01. * Wed Oct 17 2012 Jose Pedro Oliveira - 1.00-1 - First Fedora release. # vim:set ai ts=4 sw=4 sts=4 et: