source: projects/specs/trunk/p/perl-Module-Runtime/perl-Module-Runtime-vl.spec @ 12120

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

perl-5.26 and friends

Line 
1# This file is licensed under the terms of GNU GPLv2+.
2Name:           perl-Module-Runtime
3Version:        0.016
4Release:        1%{?_dist_release}
5Summary:        Runtime module handling
6License:        GPL+ or Artistic
7Group:          Development/Libraries
8URL:            http://search.cpan.org/dist/Module-Runtime/
9Source0:        http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-%{version}.tar.gz
10
11Vendor:         Project Vine
12Distribution:   Vine Linux
13
14BuildArch:      noarch
15BuildRequires:  perl(Module::Build)
16# Tests:
17BuildRequires:  perl(Test::More)
18# Optional tests:
19BuildRequires:  perl(Test::Pod)
20BuildRequires:  perl(Test::Pod::Coverage)
21Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
22
23%description
24The functions exported by this module deal with runtime handling of Perl
25modules, which are normally handled at compile time.
26
27%prep
28%setup -q -n Module-Runtime-%{version}
29
30%build
31%{__perl} Build.PL installdirs=vendor
32./Build
33
34%install
35rm -rf %{buildroot}
36./Build install destdir=%{buildroot} create_packlist=0
37find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
38%{_fixperms} %{buildroot}/*
39
40%check
41./Build test
42
43%clean
44rm -rf %{buildroot}
45
46%files
47%doc Changes README
48%{perl_vendorlib}/*
49%{_mandir}/man3/*
50
51%changelog
52* Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.016-1
53- new upstream release.
54- rebuilt with perl-5.26.
55
56* Mon Jun 30 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.014-1
57- new upstream release.
58
59* Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.013-1
60- initial build for Vine Linux
61
62* Mon Feb 20 2012 Petr Pisar <ppisar@redhat.com> - 0.013-1
63- 0.013 bump
64
65* Mon Feb 13 2012 Petr Pisar <ppisar@redhat.com> - 0.012-1
66- 0.012 bump
67
68* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.011-2
69- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
70
71* Tue Oct 25 2011 Petr Pisar <ppisar@redhat.com> - 0.011-1
72- 0.011 bump
73
74* Fri Oct 07 2011 Petr Pisar <ppisar@redhat.com> - 0.010-1
75- 0.010 bump
76
77* Wed Oct 05 2011 Petr Pisar <ppisar@redhat.com> - 0.009-1
78- 0.009 bump
79- Remove defattr now
80
81* Fri Jul 22 2011 Petr Sabata <contyk@redhat.com> - 0.008-2
82- Perl mass rebuild
83
84* Mon Jul 11 2011 Petr Pisar <ppisar@redhat.com> 0.008-1
85- Specfile autogenerated by cpanspec 1.78.
86- Remove BuildRoot and defattr
Note: See TracBrowser for help on using the repository browser.