diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..46c2d59 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Module-Load-0.32.tar.gz diff --git a/.rh-perl520-perl-Module-Load.metadata b/.rh-perl520-perl-Module-Load.metadata new file mode 100644 index 0000000..a8896da --- /dev/null +++ b/.rh-perl520-perl-Module-Load.metadata @@ -0,0 +1 @@ +7ee2843eb3bad931faa75cef6ace001e5efaa828 SOURCES/Module-Load-0.32.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +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-Load.spec b/SPECS/perl-Module-Load.spec new file mode 100644 index 0000000..b353405 --- /dev/null +++ b/SPECS/perl-Module-Load.spec @@ -0,0 +1,91 @@ +%{?scl:%scl_package perl-Module-Load} + +Name: %{?scl_prefix}perl-Module-Load +# Epoch to compete with perl.spec +Epoch: 1 +Version: 0.32 +Release: 310%{?dist} +Summary: Run-time require of both modules and files +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Module-Load/ +Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Load-%{version}.tar.gz +BuildArch: noarch +BuildRequires: %{?scl_prefix}perl +BuildRequires: %{?scl_prefix}perl(ExtUtils::MakeMaker) +BuildRequires: %{?scl_prefix}perl(strict) +# Run-time: +BuildRequires: %{?scl_prefix}perl(File::Spec) +BuildRequires: %{?scl_prefix}perl(warnings) +# Tests: +BuildRequires: %{?scl_prefix}perl(Config) +BuildRequires: %{?scl_prefix}perl(Exporter) +BuildRequires: %{?scl_prefix}perl(lib) +BuildRequires: %{?scl_prefix}perl(Test::More) >= 0.94 +BuildRequires: %{?scl_prefix}perl(vars) +Requires: %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'})) + +%description +If you consult "perldoc -f require" you will see that "require" will behave +differently when given a bare-word or a string. In the case of a string, +"require" assumes you are wanting to load a file. But in the case of +a bare-word, it assumes you mean a module. + +This gives nasty overhead when you are trying to dynamically require modules +at run-time, since you will need to change the module notation to a file +notation fitting the particular platform you are on. + +"load" eliminates the need for this overhead and will just DWYM. + +%prep +%setup -q -n Module-Load-%{version} + +%build +%{?scl:scl enable %{scl} '}perl Makefile.PL INSTALLDIRS=vendor && make %{?_smp_mflags}%{?scl:'} + +%install +%{?scl:scl enable %{scl} '}make pure_install DESTDIR='%{buildroot}'%{?scl:'} +find '%{buildroot}' -type f -name .packlist -exec rm -f {} + +%{_fixperms} '%{buildroot}'/* + +%check +%{?scl:scl enable %{scl} '}make test%{?scl:'} + +%files +%doc CHANGES README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Wed Sep 03 2014 Jitka Plesnikova - 1:0.32-310 +- Increase release to favour standalone package + +* Tue Aug 26 2014 Jitka Plesnikova - 1:0.32-3 +- Perl 5.20 rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 1:0.32-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Fri Feb 21 2014 Petr Pisar - 1:0.32-1 +- 0.32 bump + +* Mon Jan 27 2014 Petr Pisar - 1:0.30-1 +- 0.30 bump + +* Tue Jan 07 2014 Petr Pisar - 1:0.28-1 +- 0.28 bump + +* Sat Aug 03 2013 Fedora Release Engineering - 1:0.24-291 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Mon Jul 15 2013 Petr Pisar - 1:0.24-290 +- Increase release to favour standalone package + +* Fri Jul 12 2013 Petr Pisar - 1:0.24-3 +- Perl 5.18 rebuild + +* Fri Apr 05 2013 Petr Pisar - 1:0.24-2 +- Set epoch to compete with perl.spec + +* Mon Mar 18 2013 Petr Pisar 0.24-1 +- Specfile autogenerated by cpanspec 1.78.