Mass perl module update, one or more apply :
- Drop epoch: 0 - Remove trailing white spaces - Keep consistent between spaces and tabs
This commit is contained in:
parent
b8063d2e6d
commit
4d869d57eb
@ -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ä <ville.skytta at iki.fi> - 0:2.110-1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user