rpms/perl-Net-CUPS/F-11 perl-Net-CUPS.spec, 1.12, 1.13 sources, 1.5, 1.6

Chris Weyl cweyl at fedoraproject.org
Mon Aug 24 02:11:52 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Net-CUPS/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8470

Modified Files:
	perl-Net-CUPS.spec sources 
Log Message:
* Sun Aug 23 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.61-2
- add filtering to remove private so metadata



Index: perl-Net-CUPS.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-CUPS/F-11/perl-Net-CUPS.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- perl-Net-CUPS.spec	26 Feb 2009 22:59:42 -0000	1.12
+++ perl-Net-CUPS.spec	24 Aug 2009 02:11:52 -0000	1.13
@@ -1,24 +1,26 @@
 Name:           perl-Net-CUPS
-Version:        0.59
-Release:        3%{?dist}
+Version:        0.61
+Release:        2%{?dist}
 Summary:        Perl bindings to the CUPS C API Interface
 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
+Source0:        http://search.cpan.org/CPAN/authors/id/D/DH/DHAGEMAN/Net-CUPS-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 # non-perl
-BuildRequires:  cups-devel 
+BuildRequires:  cups-devel
 
 # perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 
+%{?perl_default_filter}
+
 %description
 Net::CUPS is an interface to the Common Unix Printing System API.  If you feel
-an urge to control CUPS servers via perl, this is a good way to do it :)
+an urge to control CUPS servers via Perl, this is a good way to do it :)
 
 %prep
 %setup -q -n Net-CUPS-%{version}
@@ -34,7 +36,7 @@ rm -rf %{buildroot}
 
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 
-find %{buildroot} -type f -name .packlist -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 \;
 
@@ -55,6 +57,16 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sun Aug 23 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.61-2
+- add filtering to remove private so metadata
+
+* Sun Aug 23 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.61-1
+- auto-update to 0.61 (by cpan-spec-update 0.01)
+- added a new req on perl(Test::More) (version 0)
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.59-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.59-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-CUPS/F-11/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	10 Jan 2009 19:01:39 -0000	1.5
+++ sources	24 Aug 2009 02:11:52 -0000	1.6
@@ -1 +1 @@
-415619f4e5fac5f5dd8727b1321efd68  Net-CUPS-0.59.tar.gz
+1aba74db9bcf15396005091f826b50e8  Net-CUPS-0.61.tar.gz




More information about the Fedora-perl-devel-list mailing list