3.40 bump

This commit is contained in:
Petr Písař 2013-02-04 11:43:47 +01:00
parent 7cefb44186
commit d87423be3d
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/PathTools-3.33.tar.gz
/PathTools-3.39_01.tar.gz
/PathTools-3.40.tar.gz

View File

@ -1,4 +1,4 @@
%global cpan_version 3.39_01
%global cpan_version 3.40
Name: perl-PathTools
Version: %(echo '%{cpan_version}' | tr _ .)
Release: 1%{?dist}
@ -23,13 +23,13 @@ BuildRequires: perl(lib)
BuildRequires: perl(Test::More)
Requires: perl(Carp)
Requires: perl(Scalar::Util)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%{?perl_default_filter}
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(VMS::Filespec\\)
%description
%{summary}.
This is the combined distribution for the File::Spec and Cwd modules.
%prep
%setup -q -n PathTools-%{cpan_version}
@ -38,7 +38,7 @@ rm -r t/lib
sed -i -e '/^t\/lib\//d' MANIFEST
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}
%install
@ -58,6 +58,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Feb 04 2013 Petr Pisar <ppisar@redhat.com> - 3.40-1
- 3.40 bump
* Tue Sep 18 2012 Petr Pisar <ppisar@redhat.com> - 3.39.01-1
- 3.39_01 bump

View File

@ -1 +1 @@
0d171da166364180d32062c8e0b6f91c PathTools-3.39_01.tar.gz
7da19c34dc2d1017cbb675a6ff4fe283 PathTools-3.40.tar.gz