Cleanup.
This commit is contained in:
parent
750909894e
commit
f8093d145f
@ -1,6 +1,6 @@
|
||||
Name: perl-File-Slurp
|
||||
Version: 9999.09
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Efficient Reading/Writing of Complete Files
|
||||
License: GPL or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -22,7 +22,8 @@ pseudo-files, and DATA.
|
||||
|
||||
%prep
|
||||
%setup -q -n File-Slurp-%{version}
|
||||
chmod 0644 lib/File/Slurp.pm
|
||||
chmod 0644 lib/File/Slurp.pm extras/slurp_bench.pl
|
||||
%{__perl} -pi -e 's|^#!/usr/local/bin/perl\b|#!%{__perl}|' extras/slurp_bench.pl
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
@ -43,13 +44,14 @@ make test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes README
|
||||
# For license text(s), see the perl package.
|
||||
%doc Changes README extras/
|
||||
%{perl_vendorlib}/File
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Sat Sep 10 2005 Ralf Corsepius <rc040203@freenet.de> - 9999.09-2
|
||||
- Apply JPO's patch (PR #167282).
|
||||
|
||||
* Thu Sep 01 2005 Ralf Corsepius <rc040203@freenet.de> - 9999.09-1
|
||||
- FE submission.
|
||||
|
||||
* Tue Jun 28 2005 Ralf Corsepius <ralf@links2linux.de> - 9999.09-0.pm.1
|
||||
- Initial packman version.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user