From 4d869d57eb4a05507082084d736a656305b10276 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Thu, 3 Mar 2005 23:46:27 +0000 Subject: [PATCH] Mass perl module update, one or more apply : - Drop epoch: 0 - Remove trailing white spaces - Keep consistent between spaces and tabs --- perl-IO-stringy.spec | 9 --------- 1 file changed, 9 deletions(-) diff --git a/perl-IO-stringy.spec b/perl-IO-stringy.spec index b0ba0c5..e0c7b93 100644 --- a/perl-IO-stringy.spec +++ b/perl-IO-stringy.spec @@ -6,7 +6,6 @@ Summary: I/O on in-core objects like strings and arrays for Perl Name: perl-%{tarname} Version: 2.110 Release: 1 -Epoch: 0 License: Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/IO-stringy/ @@ -14,25 +13,21 @@ Source0: http://www.cpan.org/authors/id/D/DS/DSKOLL/%{tarname}-%{version}.tar.g BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -# ----------------------------------------------------------------------------- %description This toolkit primarily provides Perl modules for performing both traditional and object-oriented i/o) on things *other* than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. -# ----------------------------------------------------------------------------- %prep %setup -q -n %{tarname}-%{version} -# ----------------------------------------------------------------------------- %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} -# ----------------------------------------------------------------------------- %install rm -rf $RPM_BUILD_ROOT @@ -41,17 +36,14 @@ 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/* -# ----------------------------------------------------------------------------- %check || : make test -# ----------------------------------------------------------------------------- %clean rm -rf $RPM_BUILD_ROOT -# ----------------------------------------------------------------------------- %files %defattr(-,root,root,-) @@ -59,7 +51,6 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorlib}/IO/ %{_mandir}/man3/IO::*.3pm* -# ----------------------------------------------------------------------------- %changelog * Tue Feb 15 2005 Ville Skyttä - 0:2.110-1