Upstream update.
Spec cleanup.
This commit is contained in:
parent
1e06a0e902
commit
32780908e9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
File-Slurp-9999.13.tar.gz
|
||||
/File-Slurp-9999.15.tar.gz
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
Name: perl-File-Slurp
|
||||
Version: 9999.13
|
||||
Release: 10%{?dist}
|
||||
Version: 9999.15
|
||||
Release: 1%{?dist}
|
||||
Summary: Efficient Reading/Writing of Complete Files
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/File-Slurp/
|
||||
Source0: http://www.cpan.org/modules/by-module/File/File-Slurp-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
BuildArch: noarch
|
||||
@ -34,15 +33,11 @@ chmod 0644 lib/File/Slurp.pm extras/slurp_bench.pl
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
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/*
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
@ -54,6 +49,10 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 29 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 9999.15-1
|
||||
- Upstream update.
|
||||
- Spec cleanup.
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9999.13-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user