File perl-Devel-Symdump.spec of Package perl-Devel-Symdump

#
# spec file for package perl-Devel-Symdump (Version 2.08)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           perl-Devel-Symdump
%define mname %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary:        Dump symbol names or the symbol table
Version:        2.08
Release:        2
License:        Artistic License ..
Group:          Development/Libraries/Perl
Url:            http://cpan.org/modules/by-module/Devel/
Source:         %{mname}-%{version}.tar.gz 
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Conflicts:      perlmod
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod) >= 1.00
#BuildRequires:  perl(Test::Pod::Coverage)
Requires:       perl = %{perl_version}
Requires:       perl(Carp)

%description

 %{mname} 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 %{mname}-%{version}

%build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
%{__make}

%check
%{__make} test

%install
%perl_make_install
%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

%changelog
openSUSE Build Service is sponsored by