2582c09
# This file is licensed under the terms of GNU GPLv2+.
2582c09
Name:           perl-Module-Runtime
d42004c
Version:        0.013
d443523
Release:        3%{?dist}
2582c09
Summary:        Runtime module handling
2582c09
License:        GPL+ or Artistic
2582c09
Group:          Development/Libraries
2582c09
URL:            http://search.cpan.org/dist/Module-Runtime/
2582c09
Source0:        http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-%{version}.tar.gz
2582c09
BuildArch:      noarch
2582c09
BuildRequires:  perl(Module::Build)
2582c09
# Tests:
2582c09
BuildRequires:  perl(Test::More)
2582c09
# Optional tests:
2582c09
BuildRequires:  perl(Test::Pod) >= 1.00
2582c09
BuildRequires:  perl(Test::Pod::Coverage)
2582c09
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
2582c09
2582c09
%description
2582c09
The functions exported by this module deal with runtime handling of Perl
2582c09
modules, which are normally handled at compile time.
2582c09
2582c09
%prep
2582c09
%setup -q -n Module-Runtime-%{version}
2582c09
2582c09
%build
2582c09
%{__perl} Build.PL installdirs=vendor
2582c09
./Build
2582c09
2582c09
%install
2582c09
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
2582c09
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
2582c09
%{_fixperms} $RPM_BUILD_ROOT/*
2582c09
2582c09
%check
2582c09
./Build test
2582c09
2582c09
%files
2582c09
%doc Changes README
2582c09
%{perl_vendorlib}/*
2582c09
%{_mandir}/man3/*
2582c09
2582c09
%changelog
d443523
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.013-3
d443523
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d443523
f7fd4fe
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.013-2
f7fd4fe
- Perl 5.16 rebuild
f7fd4fe
d42004c
* Mon Feb 20 2012 Petr Pisar <ppisar@redhat.com> - 0.013-1
d42004c
- 0.013 bump
d42004c
6ce500d
* Mon Feb 13 2012 Petr Pisar <ppisar@redhat.com> - 0.012-1
6ce500d
- 0.012 bump
6ce500d
f54096c
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.011-2
f54096c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f54096c
93f67aa
* Tue Oct 25 2011 Petr Pisar <ppisar@redhat.com> - 0.011-1
93f67aa
- 0.011 bump
93f67aa
cc5139d
* Fri Oct 07 2011 Petr Pisar <ppisar@redhat.com> - 0.010-1
cc5139d
- 0.010 bump
cc5139d
60af100
* Wed Oct 05 2011 Petr Pisar <ppisar@redhat.com> - 0.009-1
60af100
- 0.009 bump
60af100
- Remove defattr now
60af100
Petr Sabata de7728b
* Fri Jul 22 2011 Petr Sabata <contyk@redhat.com> - 0.008-2
Petr Sabata de7728b
- Perl mass rebuild
Petr Sabata de7728b
2582c09
* Mon Jul 11 2011 Petr Pisar <ppisar@redhat.com> 0.008-1
2582c09
- Specfile autogenerated by cpanspec 1.78.
2582c09
- Remove BuildRoot and defattr