diff --git a/.perl-Module-Runtime.metadata b/.perl-Module-Runtime.metadata new file mode 100644 index 0000000..76ad34c --- /dev/null +++ b/.perl-Module-Runtime.metadata @@ -0,0 +1 @@ +46231a59b9c48d6791cf4b0ddc964c57dfa47305 SOURCES/Module-Runtime-0.013.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-Module-Runtime.spec b/SPECS/perl-Module-Runtime.spec new file mode 100644 index 0000000..bebfe51 --- /dev/null +++ b/SPECS/perl-Module-Runtime.spec @@ -0,0 +1,77 @@ +# This file is licensed under the terms of GNU GPLv2+. +Name: perl-Module-Runtime +Version: 0.013 +Release: 3.1%{?dist} +Summary: Runtime module handling +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Module-Runtime/ +Source0: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl(Module::Build) +# Tests: +BuildRequires: perl(Test::More) +# Optional tests: +BuildRequires: perl(Test::Pod) >= 1.00 +BuildRequires: perl(Test::Pod::Coverage) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +The functions exported by this module deal with runtime handling of Perl +modules, which are normally handled at compile time. + +%prep +%setup -q -n Module-Runtime-%{version} + +%build +%{__perl} Build.PL installdirs=vendor +./Build + +%install +./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +./Build test + +%files +%doc Changes README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Wed Aug 15 2012 Daniel Mach - 0.013-3.1 +- Rebuild for perl 5.16 + +* Fri Jul 20 2012 Fedora Release Engineering - 0.013-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 12 2012 Petr Pisar - 0.013-2 +- Perl 5.16 rebuild + +* Mon Feb 20 2012 Petr Pisar - 0.013-1 +- 0.013 bump + +* Mon Feb 13 2012 Petr Pisar - 0.012-1 +- 0.012 bump + +* Fri Jan 13 2012 Fedora Release Engineering - 0.011-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Oct 25 2011 Petr Pisar - 0.011-1 +- 0.011 bump + +* Fri Oct 07 2011 Petr Pisar - 0.010-1 +- 0.010 bump + +* Wed Oct 05 2011 Petr Pisar - 0.009-1 +- 0.009 bump +- Remove defattr now + +* Fri Jul 22 2011 Petr Sabata - 0.008-2 +- Perl mass rebuild + +* Mon Jul 11 2011 Petr Pisar 0.008-1 +- Specfile autogenerated by cpanspec 1.78. +- Remove BuildRoot and defattr