source: projects/specs/branches/6/p/perl-Devel-Symdump/perl-Devel-Symdump-vl.spec @ 3160

Revision 3160, 1.7 KB checked in by iwaim, 13 years ago (diff)

perl-Devel-Symdump-2.08-1

Line 
1Summary: dump symbol names or the symbol table with Perl
2Name:           perl-Devel-Symdump
3Version:        2.08
4Release: 1%{?_dist_release}
5
6Group:          Development/Libraries
7License:        GPL+ or Artistic
8Url:            http://search.cpan.org/dist/Devel-Symdump/
9Source0:        http://www.cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-%{version}.tar.gz
10
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
12BuildArch:      noarch
13BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
14Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
15
16Vendor: Project Vine
17Distribution: Vine Linux
18
19%description
20The perl module Devel::Symdump provides a convenient way to inspect
21perl's symbol table and the class hierarchy within a running program.
22
23
24%prep
25%setup -q -n Devel-Symdump-%{version}
26
27%build
28%{__perl} Makefile.PL INSTALLDIRS=vendor
29make %{?_smp_mflags}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
34find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
35find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
36chmod -R u+w $RPM_BUILD_ROOT/*
37
38%check
39make test
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44
45%files
46%defattr(-,root,root,-)
47%doc ChangeLog README
48%{perl_vendorlib}/Devel/
49%{_mandir}/man3/*.3pm*
50
51
52%changelog
53* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 2.08-1
54- new upstream release
55- add Vendor and Distribution tag
56
57* Tue Jul 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.07-1
58- new upstream release
59- build on perl-5.10
60
61* Sat Feb 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.03-0vl2
62- changed Group to Development/Libraries
63
64* Sat May 10 2003 IWAI Masaharu <iwai@alib.jp> 2.03-0vl1
65- first build for Vine Linux
Note: See TracBrowser for help on using the repository browser.