Update to 1.98
- New upstream release 1.98 - Improve peek_sub error handling (CPAN RT#89679) - Specify all dependencies - Don't use macros for commands - Make %files list more explicit
This commit is contained in:
parent
40c12015ed
commit
5343f00636
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1 @@
|
||||
PadWalker-1.9.tar.gz
|
||||
/PadWalker-1.92.tar.gz
|
||||
/PadWalker-1.96.tar.gz
|
||||
/PadWalker-[0-9.]*.tar.gz
|
||||
|
||||
@ -1,17 +1,21 @@
|
||||
Name: perl-PadWalker
|
||||
Version: 1.96
|
||||
Release: 4%{?dist}
|
||||
Summary: Play with other peoples' lexical variables
|
||||
Version: 1.98
|
||||
Release: 1%{?dist}
|
||||
Summary: Play with other people's lexical variables
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/PadWalker/
|
||||
Source0: http://www.cpan.org/authors/id/R/RO/ROBIN/PadWalker-%{version}.tar.gz
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Run-time
|
||||
BuildRequires: perl(DynaLoader)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
# Tests:
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
%{?perl_default_filter}
|
||||
|
||||
@ -24,7 +28,7 @@ those variables which are in scope at the point of the call.
|
||||
%setup -q -n PadWalker-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -38,11 +42,18 @@ make test
|
||||
|
||||
%files
|
||||
%doc Changes README
|
||||
%{perl_vendorarch}/auto/*
|
||||
%{perl_vendorarch}/PadWalker*
|
||||
%{_mandir}/man3/*
|
||||
%{perl_vendorarch}/auto/PadWalker/
|
||||
%{perl_vendorarch}/PadWalker.pm
|
||||
%{_mandir}/man3/PadWalker.3pm*
|
||||
|
||||
%changelog
|
||||
* Sun Oct 27 2013 Paul Howarth <paul@city-fan.org> - 1.98-1
|
||||
- Update to 1.98
|
||||
- Improve peek_sub error handling (CPAN RT#89679)
|
||||
- Specify all dependencies
|
||||
- Don't use macros for commands
|
||||
- Make %%files list more explicit
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.96-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
@ -78,7 +89,7 @@ make test
|
||||
- Update to 1.92.
|
||||
|
||||
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.9-5
|
||||
- 661697 rebuild for fixing problems with vendorach/lib
|
||||
- Rebuild to fix problems with vendorarch/lib (#661697)
|
||||
|
||||
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.9-4
|
||||
- Mass rebuild with perl-5.12.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user