rpms/perl-Net-CUPS/F-7 perl-Net-CUPS.spec,1.2,1.3 sources,1.2,1.3

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


Author: cweyl

Update of /cvs/extras/rpms/perl-Net-CUPS/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16424

Modified Files:
	perl-Net-CUPS.spec sources 
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/F-7/perl-Net-CUPS.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Net-CUPS.spec	21 Mar 2007 15:04:17 -0000	1.2
+++ perl-Net-CUPS.spec	5 Jan 2008 20:11:46 -0000	1.3
@@ -1,13 +1,14 @@
 Name:           perl-Net-CUPS
-Version:        0.51
+Version:        0.55
 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}
@@ -27,8 +30,8 @@
 
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find %{buildroot} -type f -name .packlist -exec rm -f {} + 
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} +
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} %{buildroot}/*
@@ -41,14 +44,24 @@
 
 %files
 %defattr(-,root,root,-)
-# not much in the way of examples, so let's throw in one of the tests.  better
-# than nothing.
-%doc Changes README TODO t/02_cups.t
+# not much in the way of examples, so let's throw in the tests.
+%doc Changes README TODO t/ examples/
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Net*
 %{_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
+
+* Tue Aug 21 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.51-3
+- bump
+
 * Wed Mar 21 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.51-2
 - bump
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-CUPS/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	21 Mar 2007 15:02:54 -0000	1.2
+++ sources	5 Jan 2008 20:11:46 -0000	1.3
@@ -1 +1 @@
-236f38f0dc33163ad5dbb0181e4bf7c4  Net-CUPS-0.51.tar.gz
+e2667d6d9b63befac5d38d7f0d4aadda  Net-CUPS-0.55.tar.gz




More information about the fedora-extras-commits mailing list