0.1008 bump
This commit is contained in:
parent
fdd82be123
commit
4531d0f352
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user