0.1006 bump
This commit is contained in:
parent
9165e121d8
commit
055da927b6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
File-chdir-0.09.tar.gz
|
||||
/File-chdir-0.1003.tar.gz
|
||||
/File-chdir-0.1006.tar.gz
|
||||
|
||||
@ -1,14 +1,18 @@
|
||||
Name: perl-File-chdir
|
||||
Version: 0.1003
|
||||
Version: 0.1006
|
||||
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(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Cwd) >= 3.16
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec) >= 3.27
|
||||
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))
|
||||
@ -27,12 +31,10 @@ whole program.
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
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+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
|
||||
make pure_install PERL_INSTALL_ROOT=%{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
|
||||
make test
|
||||
@ -43,6 +45,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 11 2012 Petr Šabata <contyk@redhat.com> - 0.1006-1
|
||||
- 0.1006 bump
|
||||
|
||||
* Sat Jun 18 2011 Iain Arnell <iarnell@gmail.com> 0.1003-1
|
||||
- update to latest upstream version
|
||||
- clean up spec for modern rpmbuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user