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

Revision 8703, 2.1 KB checked in by tomop, 10 years ago (diff)

updated perl modules.

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