rpms/perl-IO-String/EL-4 .cvsignore, 1.3, 1.4 perl-IO-String.spec, 1.4, 1.5 sources, 1.3, 1.4

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sat Dec 22 00:49:04 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/perl-IO-String/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6388

Modified Files:
	.cvsignore perl-IO-String.spec sources 
Log Message:
Fork devel branch for EPEL 4.
Fix find option order.
Use fixperms macro instead of our own chmod incantation.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-String/EL-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	2 Dec 2004 20:14:16 -0000	1.3
+++ .cvsignore	22 Dec 2007 00:48:26 -0000	1.4
@@ -1,2 +1 @@
-IO-String-1.05.tar.gz
-IO-String-1.06.tar.gz
+IO-String-1.08.tar.gz


Index: perl-IO-String.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-String/EL-4/perl-IO-String.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-IO-String.spec	2 Dec 2004 20:14:16 -0000	1.4
+++ perl-IO-String.spec	22 Dec 2007 00:48:26 -0000	1.5
@@ -1,20 +1,17 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-IO-String
-Version:        1.06
-Release:        1
-Epoch:          0
+Version:        1.08
+Release:        0.3%{?dist}
 Summary:        Emulate file interface for in-core strings
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+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.06.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
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 The "IO::String" module provides the "IO::File" interface for in-core
@@ -44,11 +41,11 @@
 rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 
-%check || :
+%check
 make test
 
 
@@ -64,8 +61,41 @@
 
 
 %changelog
-* Wed Nov 24 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.06-1
+* Fri Dec 21 2007 Steven Pritchard <steve at kspei.com> 1.08-0.3
+- Fork devel branch for EPEL 4.
+- Fix find option order.
+- Use fixperms macro instead of our own chmod incantation.
+
+* 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> - 1.08-1.2
+- rebuild
+
+* 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> - 1.08-1
+- 1.08
+
+* Sun Nov 06 2005 Florian La Roche <laroche at redhat.com>
+- 1.07
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+- rebuilt
+
+* 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.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-String/EL-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	2 Dec 2004 20:14:16 -0000	1.3
+++ sources	22 Dec 2007 00:48:26 -0000	1.4
@@ -1 +1 @@
-05f2400bc7248dbdfd2b626b074013aa  IO-String-1.06.tar.gz
+250e5424f290299fc3d6b5d1e9da3835  IO-String-1.08.tar.gz




More information about the fedora-extras-commits mailing list