rpms/perl-Spoon/devel filter-provides.sh, 1.1, 1.2 perl-Spoon.spec, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Mar 3 02:06:15 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Spoon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15770

Modified Files:
	filter-provides.sh perl-Spoon.spec 
Log Message:
Improve Summary.
Fix Source0.



Index: filter-provides.sh
===================================================================
RCS file: /cvs/extras/rpms/perl-Spoon/devel/filter-provides.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- filter-provides.sh	3 Mar 2006 01:30:36 -0000	1.1
+++ filter-provides.sh	3 Mar 2006 02:06:05 -0000	1.2
@@ -1,9 +1,9 @@
 #!/bin/sh
 
 if [ -x /usr/lib/rpm/redhat/find-provides ]; then
-   FINDREQ=/usr/lib/rpm/redhat/find-provides
+   FINDPROV=/usr/lib/rpm/redhat/find-provides
 else
-   FINDREQ=/usr/lib/rpm/find-provides
+   FINDPROV=/usr/lib/rpm/find-provides
 fi
 
-$FINDREQ $* | grep -v 'perl(IO::All)'
+$FINDPROV $* | grep -v 'perl(IO::All)'


Index: perl-Spoon.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Spoon/devel/perl-Spoon.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Spoon.spec	3 Mar 2006 01:30:36 -0000	1.1
+++ perl-Spoon.spec	3 Mar 2006 02:06:05 -0000	1.2
@@ -1,11 +1,11 @@
 Name:           perl-Spoon
 Version:        0.23
-Release:        2%{?dist}
-Summary:        Spoon Perl module
+Release:        3%{?dist}
+Summary:        Spiffy application framework
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Spoon/
-Source0:        http://www.cpan.org/modules/by-module/Spoon/Spoon-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/I/IN/INGY/Spoon-%{version}.tar.gz
 Source1:        filter-provides.sh
 %define _use_internal_dependency_generator 0
 %define __find_provides %{SOURCE1}
@@ -59,6 +59,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 02 2006 Steven Pritchard <steve at kspei.com> 0.23-3
+- Improve Summary.
+- Fix Source0.
+
 * Mon Feb 27 2006 Steven Pritchard <steve at kspei.com> 0.23-2
 - Drop explicit BR: perl.
 




More information about the fedora-extras-commits mailing list