diff --git a/perl-Net-CUPS.spec b/perl-Net-CUPS.spec index 5998ec3..6eaf456 100644 --- a/perl-Net-CUPS.spec +++ b/perl-Net-CUPS.spec @@ -1,13 +1,14 @@ Name: perl-Net-CUPS Version: 0.55 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl bindings to the CUPS C API Interface -License: GPL or Artistic +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Net-CUPS/ Source0: http://www.cpan.org/authors/id/D/DH/DHAGEMAN/Net-CUPS-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl, perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) BuildRequires: cups-devel Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -18,6 +19,8 @@ an urge to control CUPS servers via perl, this is a good way to do it :) %prep %setup -q -n Net-CUPS-%{version} +find . -type f -exec chmod -c -x {} + + %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} @@ -48,6 +51,11 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Wed Jan 02 2008 Ralf Corsépius 0.55-2 +- Adjust Licence-tag. +- Spec file cosmetics. +- BR: perl(Test::More) (BZ 419631). + * Tue Dec 04 2007 Chris Weyl 0.55-1 - update to 0.55