0.1009 bump, no code changes
This commit is contained in:
parent
8af97c4f6f
commit
23f3a07a4f
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ File-chdir-0.09.tar.gz
|
||||
/File-chdir-0.1006.tar.gz
|
||||
/File-chdir-0.1007.tar.gz
|
||||
/File-chdir-0.1008.tar.gz
|
||||
/File-chdir-0.1009.tar.gz
|
||||
|
||||
@ -1,22 +1,24 @@
|
||||
Name: perl-File-chdir
|
||||
Version: 0.1008
|
||||
Release: 6%{?dist}
|
||||
Version: 0.1009
|
||||
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
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Cwd) >= 3.16
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Spec::Functions) >= 3.27
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
BuildArch: noarch
|
||||
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
|
||||
@ -28,23 +30,25 @@ whole program.
|
||||
%setup -q -n File-chdir-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
chmod -R u+rwX,go+rX,go-w %{buildroot}/*
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc Changes
|
||||
%doc Changes LICENSE README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Sep 26 2014 Petr Šabata <contyk@redhat.com> - 0.1009-1
|
||||
- 0.1009 bump, no code changes
|
||||
|
||||
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.1008-6
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user