From 5a88cd01db69784f87d6bf0a48516a7fd0f1a1d4 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 03 2018 06:10:42 +0000 Subject: import rh-perl526-perl-inc-latest-0.500-9.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..63b7d8e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/inc-latest-0.500.tar.gz diff --git a/.rh-perl526-perl-inc-latest.metadata b/.rh-perl526-perl-inc-latest.metadata new file mode 100644 index 0000000..516bf2f --- /dev/null +++ b/.rh-perl526-perl-inc-latest.metadata @@ -0,0 +1 @@ +808f7035a431352b0c05b519652ecdb7b0dcf216 SOURCES/inc-latest-0.500.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-inc-latest.spec b/SPECS/perl-inc-latest.spec new file mode 100644 index 0000000..e87329f --- /dev/null +++ b/SPECS/perl-inc-latest.spec @@ -0,0 +1,79 @@ +%{?scl:%scl_package perl-inc-latest} + +Name: %{?scl_prefix}perl-inc-latest +Epoch: 2 +Version: 0.500 +Release: 9%{?dist} +Summary: Use modules bundled in inc/ if they are newer than installed ones +License: ASL 2.0 +Group: Development/Libraries +URL: http://search.cpan.org/dist/inc-latest/ +Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/inc-latest-%{version}.tar.gz +BuildArch: noarch +BuildRequires: %{?scl_prefix}perl +BuildRequires: %{?scl_prefix}perl-generators +BuildRequires: %{?scl_prefix}perl(ExtUtils::MakeMaker) >= 6.17 +BuildRequires: %{?scl_prefix}perl(strict) +BuildRequires: %{?scl_prefix}perl(warnings) +# Tests +BuildRequires: %{?scl_prefix}perl(File::Spec) +BuildRequires: %{?scl_prefix}perl(Test::More) +Requires: %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'})) +Requires: %{?scl_prefix}perl(ExtUtils::Installed) +Conflicts: %{?scl_prefix}perl-Module-Build < 2:0.42.10-4 + +%description +The inc::latest module helps bootstrap configure-time dependencies for CPAN +distributions. These dependencies get bundled into the inc directory within +a distribution and are used by Makefile.PL or Build.PL. + +%prep +%setup -q -n inc-latest-%{version} + +%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 -exec rm -f {} \; +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +%{?scl:scl enable %{scl} '}make test%{?scl:'} + +%files +%doc LICENSE +%doc Changes README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Mon Dec 18 2017 Jitka Plesnikova - 2:0.500-9 +- SCL + +* Thu Jul 27 2017 Fedora Release Engineering - 2:0.500-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sun Jun 04 2017 Jitka Plesnikova - 2:0.500-7 +- Perl 5.26 rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 2:0.500-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sat May 14 2016 Jitka Plesnikova - 2:0.500-5 +- Perl 5.24 rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 2:0.500-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Jun 18 2015 Fedora Release Engineering - 2:0.500-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Jun 03 2015 Jitka Plesnikova - 2:0.500-2 +- Perl 5.22 rebuild + +* Fri Jan 30 2015 Jitka Plesnikova - 2:0.500-1 +- Set epoch to compete with perl-Module-Build sub-package + +* Thu Jan 29 2015 Jitka Plesnikova - 0.500-1 +- Specfile autogenerated by cpanspec 1.78.