Accepting request 177359 from home:coolo:update-perl

- updated to 2.10
      * address RT#84139: fix test to work with upcoming perl 5.18
      (Thanks to ZEFRAM)
      * fixed the autogen.t test again, this time for perl 5.8.9
      * apply doc patch by Nick Stokoe from ticket #77102
      * declare dependency on Compress::Zlib
      * added a test by Jason M. Mills to chase down the bug he reports
      in https://rt.cpan.org/Ticket/Display.html?id=43675

OBS-URL: https://build.opensuse.org/request/show/177359
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Devel-Symdump?expand=0&rev=24
This commit is contained in:
Stephan Kulow 2013-06-04 11:15:08 +00:00 committed by Git OBS Bridge
parent 5c894f84eb
commit c3fb07e833
4 changed files with 29 additions and 26 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a50353a31259b6e61d83cfbdca3ab999b5db74e1009ec3259ad7fbc03f32f263
size 15089

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b362910e8e8f6cd4d0c45550c21842875a6addaec642b7cb172fd0340859b0d
size 17334

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jun 4 08:34:54 UTC 2013 - coolo@suse.com
- updated to 2.10
* address RT#84139: fix test to work with upcoming perl 5.18
(Thanks to ZEFRAM)
* fixed the autogen.t test again, this time for perl 5.8.9
* apply doc patch by Nick Stokoe from ticket #77102
* declare dependency on Compress::Zlib
* added a test by Jason M. Mills to chase down the bug he reports
in https://rt.cpan.org/Ticket/Display.html?id=43675
-------------------------------------------------------------------
Mon Apr 15 11:00:27 UTC 2013 - idonmez@suse.com

View File

@ -17,37 +17,32 @@
Name: perl-Devel-Symdump
Version: 2.10
Release: 0
%define cpan_name Devel-Symdump
Summary: Dump symbol names or the symbol table
License: Artistic-1.0
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Version: 2.08
Release: 0
Url: http://search.cpan.org/perldoc?Devel::Symdump
Source: http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/%{cpan_name}-%{version}.tar.gz
Url: http://search.cpan.org/dist/Devel-Symdump/
Source: http://www.cpan.org/authors/id/A/AN/ANDK/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
Conflicts: perlmod
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod) >= 1.00
#BuildRequires: perl(Test::Pod::Coverage)
Requires: perl(Carp)
BuildRequires: perl(Compress::Zlib)
#BuildRequires: perl(Devel::Symdump)
#BuildRequires: perl(Devel::Symdump::Export)
Requires: perl(Compress::Zlib)
%{perl_requires}
%description
%{cpan_name} module for perl
This little package serves to access the symbol table of perl.
Author: Andreas Koenig <andk@cpan.org>
Tom Christiansen <tchrist@perl.com>
Based on the old dumpvar.pl by Larry Wall.
%prep
%setup -q -n %{cpan_name}-%{version}
%build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
@ -58,12 +53,8 @@ CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
# normally you only need to check for doc files
%defattr(-,root,root)
%doc ChangeLog SIGNATURE
%defattr(-,root,root,755)
%doc Changes README
%changelog