rpms/perl-IO-String/devel perl-IO-String.spec,1.7,1.8

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Fri Oct 26 19:58:37 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-IO-String/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4761

Modified Files:
	perl-IO-String.spec 
Log Message:
Various fixes from package review.


Index: perl-IO-String.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-String/devel/perl-IO-String.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-IO-String.spec	16 Oct 2007 20:30:55 -0000	1.7
+++ perl-IO-String.spec	26 Oct 2007 19:57:41 -0000	1.8
@@ -1,21 +1,17 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-IO-String
 Version:        1.08
-Release:        2
-
+Release:        3%{?dist}
 Summary:        Emulate file interface for in-core strings
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/IO-String/
-Source0:        http://www.cpan.org/authors/id/G/GA/GAAS/IO-String-1.08.tar.gz
+Source0:        http://www.cpan.org/authors/id/G/GA/GAAS/IO-String-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
 BuildRequires:  perl(ExtUtils::MakeMaker)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 The "IO::String" module provides the "IO::File" interface for in-core
@@ -49,7 +45,7 @@
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
+%check
 make test
 
 
@@ -65,17 +61,26 @@
 
 
 %changelog
-* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 0:1.08-2
+* Fri Oct 26 2007 Robin Norwood <rnorwood at redhat.com> - 1.08-3
+- Fix various package review issues:
+- Remove BR: perl
+- Remove "|| :" from check section
+- Add dist tag
+- Fix Source URL
+- Fix old changelog entries
+- Resolves: bz#226265
+
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.08-2
 - correct license tag
 - add BR: perl(ExtUtils::MakeMaker)
 
-* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - sh: line 0: fg: no job control
+* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 1.08-1.2
 - rebuild
 
-* Fri Feb 03 2006 Jason Vas Dias <jvdias at redhat.com> - 0:1.08-1.1
+* Fri Feb 03 2006 Jason Vas Dias <jvdias at redhat.com> - 1.08-1.1
 - rebuild for new perl-5.8.8
 
-* Fri Dec 16 2005 Jason Vas Dias <jvdias at redhat.com> - 0:1.08-1
+* Fri Dec 16 2005 Jason Vas Dias <jvdias at redhat.com> - 1.08-1
 - 1.08
 
 * Sun Nov 06 2005 Florian La Roche <laroche at redhat.com>
@@ -84,8 +89,8 @@
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 
-* Wed Nov 24 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.06-1
+* Wed Nov 24 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-1
 - Update to 1.06.
 
-* Sun Jul 04 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.05-0.fdr.1
+* Sun Jul 04 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.05-0.fdr.1
 - First build.




More information about the fedora-extras-commits mailing list