update to 0.1003 to fix perl-5.14 FTBFS

This commit is contained in:
Iain Arnell 2011-06-18 01:42:05 +02:00
parent 3e98401482
commit 9165e121d8
3 changed files with 10 additions and 10 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
File-chdir-0.09.tar.gz
/File-chdir-0.1003.tar.gz

View File

@ -1,13 +1,14 @@
Name: perl-File-chdir
Version: 0.09
Release: 10%{?dist}
Version: 0.1003
Release: 1%{?dist}
Summary: A more sensible way to change directories
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/File-chdir/
Source0: http://www.cpan.org/modules/by-module/File/File-chdir-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Cwd) >= 3.16
BuildRequires: perl(File::Spec) >= 3.27
BuildRequires: perl(Test::More)
BuildArch: noarch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -26,8 +27,6 @@ whole program.
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 {} \;
@ -38,16 +37,16 @@ chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
%check
make test
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Sat Jun 18 2011 Iain Arnell <iarnell@gmail.com> 0.1003-1
- update to latest upstream version
- clean up spec for modern rpmbuild
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.09-10
- Perl mass rebuild

View File

@ -1 +1 @@
3682a18cfdc5589e7a14e497162f2dc7 File-chdir-0.09.tar.gz
5bc2c285bf4d4fefcbc23d8309a0b22a File-chdir-0.1003.tar.gz