From 9d42fa796901d41b31ae1727f53006cd27351e00 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 15 2016 08:49:09 +0000 Subject: import rh-perl524-perl-Config-Perl-V-0.26-3.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0a0f588 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Config-Perl-V-0.26.tgz diff --git a/.rh-perl524-perl-Config-Perl-V.metadata b/.rh-perl524-perl-Config-Perl-V.metadata new file mode 100644 index 0000000..83650f8 --- /dev/null +++ b/.rh-perl524-perl-Config-Perl-V.metadata @@ -0,0 +1 @@ +1d9b6f3254809ccfc3124aa7e7e2f47d44df3fc0 SOURCES/Config-Perl-V-0.26.tgz 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/SOURCES/Config-Perl-V-0.24-Remove-invalid-shellbang.patch b/SOURCES/Config-Perl-V-0.24-Remove-invalid-shellbang.patch new file mode 100644 index 0000000..b4c7aa9 --- /dev/null +++ b/SOURCES/Config-Perl-V-0.24-Remove-invalid-shellbang.patch @@ -0,0 +1,26 @@ +From 26c312a1f52b06b26fb035f7e7855b8056d48728 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= +Date: Wed, 1 Jul 2015 13:47:28 +0200 +Subject: [PATCH] Remove invalid shellbang +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Petr Písař +--- + examples/show-v.pl | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/examples/show-v.pl b/examples/show-v.pl +index 2fac597..b43056a 100755 +--- a/examples/show-v.pl ++++ b/examples/show-v.pl +@@ -1,5 +1,3 @@ +-#!/pro/bin/perl +- + use strict; + use warnings; + +-- +2.4.3 + diff --git a/SPECS/perl-Config-Perl-V.spec b/SPECS/perl-Config-Perl-V.spec new file mode 100644 index 0000000..766e4a5 --- /dev/null +++ b/SPECS/perl-Config-Perl-V.spec @@ -0,0 +1,78 @@ +%{?scl:%scl_package perl-Config-Perl-V} + +Name: %{?scl_prefix}perl-Config-Perl-V +Version: 0.26 +Release: 3%{?dist} +Summary: Structured data retrieval of perl -V output +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Config-Perl-V/ +Source0: http://www.cpan.org/authors/id/H/HM/HMBRAND/Config-Perl-V-%{version}.tgz +# Correct example +Patch0: Config-Perl-V-0.24-Remove-invalid-shellbang.patch +BuildArch: noarch +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make +BuildRequires: %{?scl_prefix}perl +BuildRequires: %{?scl_prefix}perl-generators +BuildRequires: %{?scl_prefix}perl(ExtUtils::MakeMaker) +BuildRequires: %{?scl_prefix}perl(strict) +# Run-time: +BuildRequires: %{?scl_prefix}perl(Config) +BuildRequires: %{?scl_prefix}perl(Exporter) +BuildRequires: %{?scl_prefix}perl(vars) +BuildRequires: %{?scl_prefix}perl(warnings) +# Optional run-time: +# Digest::MD5 not used at tests +# Tests: +BuildRequires: %{?scl_prefix}perl(Test::More) +BuildRequires: %{?scl_prefix}perl(Test::NoWarnings) +Requires: %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'})) +Conflicts: %{?scl_prefix}perl < 4:5.22.0-347 + +%description +The command "perl -V" will return you an excerpt from the %%Config::Config +hash combined with the output of "perl -V" that is not stored inside the hash, +but only available to the perl binary itself. This package provides Perl +module that will return you the output of "perl -V" in a structure. + +%prep +%setup -q -n Config-Perl-V-%{version} +%patch0 -p1 +chmod -x examples/* + +%build +%{?scl:scl enable %{scl} '}perl Makefile.PL INSTALLDIRS=vendor && make %{?_smp_mflags}%{?scl:'} + +%install +%{?scl:scl enable %{scl} '}make pure_install DESTDIR=$RPM_BUILD_ROOT%{?scl:'} +find $RPM_BUILD_ROOT -type f -name .packlist -delete +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +%{?scl:scl enable %{scl} '}make test%{?scl:'} + +%files +%doc Changelog CONTRIBUTING.md examples README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Tue Jul 12 2016 Petr Pisar - 0.26-3 +- SCL + +* Sat May 14 2016 Jitka Plesnikova - 0.26-2 +- Perl 5.24 rebuild + +* Wed May 11 2016 Petr Pisar - 0.26-1 +- 0.26 bump + +* Thu Feb 04 2016 Fedora Release Engineering - 0.25-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Nov 18 2015 Petr Pisar - 0.25-1 +- 0.25 bump + +* Wed Jul 01 2015 Petr Pisar 0.24-348 +- Specfile autogenerated by cpanspec 1.78.