rpms/perl-IO-stringy/devel perl-IO-stringy.spec,1.6,1.7

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 23:46:29 UTC 2005


Author: thias

Update of /cvs/extras/rpms/perl-IO-stringy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23404/perl-IO-stringy/devel

Modified Files:
	perl-IO-stringy.spec 
Log Message:
Mass perl module update, one or more apply :
- Drop epoch: 0
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: perl-IO-stringy.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-stringy/devel/perl-IO-stringy.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perl-IO-stringy.spec	15 Feb 2005 17:15:52 -0000	1.6
+++ perl-IO-stringy.spec	3 Mar 2005 23:46:27 -0000	1.7
@@ -6,7 +6,6 @@
 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 @@
 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 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 @@
 %{perl_vendorlib}/IO/
 %{_mandir}/man3/IO::*.3pm*
 
-# -----------------------------------------------------------------------------
 
 %changelog
 * Tue Feb 15 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:2.110-1




More information about the fedora-extras-commits mailing list