perl-Devel-Symdump/perl-Devel-Symdump.spec

72 lines
2.0 KiB
RPMSpec

#
# spec file for package perl-Devel-Symdump
#
# Copyright (c) 2011 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 cpan_name Devel-Symdump
Summary: Dump symbol names or the symbol table
Version: 2.08
Release: 11
License: Artistic License ..
Group: Development/Libraries/Perl
Url: http://cpan.org/modules/by-module/Devel/
Source: %{cpan_name}-%{version}.tar.gz
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)
%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
%{__make} %{?_smp_mflags}
%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