3.40 bump
This commit is contained in:
parent
7cefb44186
commit
d87423be3d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/PathTools-3.33.tar.gz
|
||||
/PathTools-3.39_01.tar.gz
|
||||
/PathTools-3.40.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user