rpms/perl-Net-CUPS/devel perl-Net-CUPS.spec,1.4,1.5

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Jan 5 20:06:45 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-Net-CUPS/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16261

Modified Files:
	perl-Net-CUPS.spec 
Log Message:
* Wed Jan 02 2008 Ralf Corsépius <rc040203 at freenet.de> 0.55-2
- Adjust Licence-tag.
- Spec file cosmetics.
- BR: perl(Test::More) (BZ 419631).



Index: perl-Net-CUPS.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-CUPS/devel/perl-Net-CUPS.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Net-CUPS.spec	4 Dec 2007 19:49:14 -0000	1.4
+++ perl-Net-CUPS.spec	5 Jan 2008 20:06:02 -0000	1.5
@@ -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 @@
 %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 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jan 02 2008 Ralf Corsépius <rc040203 at freenet.de> 0.55-2
+- Adjust Licence-tag.
+- Spec file cosmetics.
+- BR: perl(Test::More) (BZ 419631).
+
 * Tue Dec 04 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.55-1
 - update to 0.55
 




More information about the fedora-extras-commits mailing list