0.1008 bump

This commit is contained in:
Petr Šabata 2012-12-03 13:29:07 +01:00
parent fdd82be123
commit 4531d0f352
3 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ File-chdir-0.09.tar.gz
/File-chdir-0.1003.tar.gz
/File-chdir-0.1006.tar.gz
/File-chdir-0.1007.tar.gz
/File-chdir-0.1008.tar.gz

View File

@ -1,21 +1,22 @@
Name: perl-File-chdir
Version: 0.1007
Version: 0.1008
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
BuildRequires: perl(Cwd) >= 3.16
BuildRequires: perl(Carp)
BuildRequires: perl(Cwd) >= 3.16
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec) >= 3.27
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions) >= 3.27
BuildRequires: perl(File::Temp)
BuildRequires: perl(Test::More)
BuildArch: noarch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(File::Spec)
%description
Perl's chdir() has the unfortunate problem of being very, very, very
@ -27,13 +28,12 @@ whole program.
%setup -q -n File-chdir-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
make pure_install PERL_INSTALL_ROOT=%{buildroot}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null \;
chmod -R u+rwX,go+rX,go-w %{buildroot}/*
%check
@ -45,6 +45,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Dec 03 2012 Petr Šabata <contyk@redhat.com> - 0.1008-1
- 0.1008 bump
* Wed Sep 19 2012 Petr Pisar <ppisar@redhat.com> - 0.1007-1
- 0.1007 bump

View File

@ -1 +1 @@
23cfff71a01412249b3c2202307750a5 File-chdir-0.1007.tar.gz
4b0bfb8135554ef1e4e1440b89befe09 File-chdir-0.1008.tar.gz