source: projects/specs/trunk/p/perl-Devel-Symdump/perl-Devel-Symdump-vl.spec @ 12120

Revision 12120, 1.9 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

Line 
1Summary: dump symbol names or the symbol table with Perl
2Name:           perl-Devel-Symdump
3Version:        2.18
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* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.18-1
54- new upstream release.
55- rebuilt with perl-5.26.
56
57* Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.08-2
58- build with Perl 5.16
59
60* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 2.08-1
61- new upstream release
62- add Vendor and Distribution tag
63
64* Tue Jul 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.07-1
65- new upstream release
66- build on perl-5.10
67
68* Sat Feb 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.03-0vl2
69- changed Group to Development/Libraries
70
71* Sat May 10 2003 IWAI Masaharu <iwai@alib.jp> 2.03-0vl1
72- first build for Vine Linux
Note: See TracBrowser for help on using the repository browser.