source: projects/specs/trunk/p/perl-Sub-Identify/perl-Sub-Identify-vl.spec @ 12120

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

perl-5.26 and friends

Line 
1Name:           perl-Sub-Identify
2Version:        0.14
3Release:        1%{?_dist_release}
4Summary:        Retrieve names of code references
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Sub-Identify/
8Source0:        http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Sub-Identify-%{version}.tar.gz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-root
10
11Vendor:        Project Vine
12Distribution:  Vine Linux
13
14BuildRequires:  perl(Exporter)
15BuildRequires:  perl(ExtUtils::MakeMaker)
16BuildRequires:  perl(Test::More)
17BuildRequires:  perl(Test::Pod)
18Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
19
20# Don't provide private perl libs
21%{?perl_default_filter}
22
23%description
24Sub::Identify allows you to retrieve the real name of code references. For
25this, it uses Perl's introspection mechanism, provided by the B module.
26
27%prep
28%setup -q -n Sub-Identify-%{version}
29
30# Fix script interpreters
31perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*
32
33%build
34perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
35make %{?_smp_mflags}
36
37%install
38rm -rf %{buildroot}
39make pure_install DESTDIR=%{buildroot}
40find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
41find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
42%{_fixperms} %{buildroot}
43
44%check
45make test
46
47%clean
48rm -rf %{buildroot}
49
50%files
51%defattr(-,root,root,-)
52%doc Changes t/
53%{perl_vendorarch}/auto/Sub/
54%{perl_vendorarch}/Sub/
55%{_mandir}/man3/Sub::Identify.3pm*
56
57%changelog
58* Sun May 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.14-1
59- new upstream release.
60- rebuilt with perl-5.26.
61
62* Sat Nov 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.08-1
63- updated to 0.08
64- built with perl 5.16.3
65
66* Thu Mar 08 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.04-1
67- initial build for Vine Linux
68
69* Mon Mar  5 2012 Paul Howarth <paul@city-fan.org> - 0.04-13
70- Use %%{optflags}
71- BR: perl(Exporter) and perl(Test::Pod)
72- Make %%files list more explicit
73- Use DESTDIR rather than PERL_INSTALL_ROOT
74- No need to remove empty directories from buildroot
75- Don't use macros for commands
76- Use tabs
77
78* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-12
79- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
80
81* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.04-11
82- Perl mass rebuild
83
84* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-10
85- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
86
87* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-9
88- Rebuild to fix problems with vendorarch/lib (#661697)
89
90* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-8
91- Mass rebuild with perl-5.12.0
92
93* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.04-7
94- Rebuild against perl 5.10.1
95
96* Fri Aug 28 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.04-6
97- Bump
98
99* Thu Aug 27 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.04-5
100- Filtering errant private provides
101
102* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-4
103- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
104
105* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-3
106- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
107
108* Wed Feb 11 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.04-2
109- Aaaand change files to look in the the arch-dependent dirs
110
111* Wed Feb 11 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.04-1
112- Update to 0.04
113- Drop buildarch noarch, as we have some XS bits now
114
115* Wed May 28 2008 Chris Weyl <cweyl@alumni.drew.edu> - 0.03-1
116- Update to 0.03
117
118* Tue Mar 04 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.02-3
119- Rebuild for new perl
120
121* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.02-2.2
122- Add BR: perl(Test::More)
123
124* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.02-2.1
125- Correct license tag
126- Add BR: perl(ExtUtils::MakeMaker)
127
128* Wed Sep 06 2006 Chris Weyl <cweyl@alumni.drew.edu> - 0.02-2
129- Bump
130
131* Tue Sep 05 2006 Chris Weyl <cweyl@alumni.drew.edu> - 0.02-1
132- Specfile autogenerated by cpanspec 1.69.1
Note: See TracBrowser for help on using the repository browser.