diff --git a/.perl-Scalar-List-Utils.metadata b/.perl-Scalar-List-Utils.metadata new file mode 100644 index 0000000..8ec8fcc --- /dev/null +++ b/.perl-Scalar-List-Utils.metadata @@ -0,0 +1 @@ +b5cc59a145463def6978508c7567b4bf8f019c22 SOURCES/Scalar-List-Utils-1.27.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-Scalar-List-Utils.spec b/SPECS/perl-Scalar-List-Utils.spec new file mode 100644 index 0000000..27edf2c --- /dev/null +++ b/SPECS/perl-Scalar-List-Utils.spec @@ -0,0 +1,100 @@ +Name: perl-Scalar-List-Utils +Version: 1.27 +Release: 246%{?dist} +Summary: A selection of general-utility scalar and list subroutines +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Scalar-List-Utils/ +Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Scalar-List-Utils-%{version}.tar.gz +BuildRequires: perl +BuildRequires: perl(base) +BuildRequires: perl(Carp) +BuildRequires: perl(Config) +BuildRequires: perl(constant) +BuildRequires: perl(Exporter) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Spec) +BuildRequires: perl(IO::File) +BuildRequires: perl(IO::Handle) +BuildRequires: perl(Math::BigInt) +BuildRequires: perl(overload) +BuildRequires: perl(strict) +BuildRequires: perl(Symbol) +BuildRequires: perl(Test::More) +BuildRequires: perl(threads) +BuildRequires: perl(threads::shared) +BuildRequires: perl(Tie::Handle) +BuildRequires: perl(Tie::Scalar) +BuildRequires: perl(Tie::StdScalar) +BuildRequires: perl(vars) +BuildRequires: perl(warnings) +BuildRequires: perl(XSLoader) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Carp) + +%{?perl_default_filter} + +%description +This package contains a selection of subroutines that people have expressed +would be nice to have in the perl core, but the usage would not really be +high enough to warrant the use of a keyword, and the size so small such +that being individual extensions would be wasteful. + +%prep +%setup -q -n Scalar-List-Utils-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=%{buildroot} + +find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; + +%{_fixperms} %{buildroot}/* + +%check +make test + +%files +%doc Changes README +%{perl_vendorarch}/auto/* +%{perl_vendorarch}/List* +%{perl_vendorarch}/Scalar* +%{_mandir}/man3/* + +%changelog +* Wed Jul 31 2013 Petr Pisar - 1.27-246 +- Specify all dependencies + +* Fri Jan 04 2013 Iain Arnell 1.27-245 +- update to latest upstream version + +* Fri Aug 17 2012 Petr Pisar - 1.25-240 +- Increase release to replace perl sub-package (bug #848961) + +* Thu Aug 16 2012 Petr Pisar - 1.25-4 +- Correct dependencies + +* Tue Aug 14 2012 Daniel Mach - 1.25-3.1 +- Rebuild for perl 5.16 + +* Fri Jul 20 2012 Fedora Release Engineering - 1.25-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Wed Jun 06 2012 Petr Pisar - 1.25-2 +- Perl 5.16 rebuild + +* Sun Mar 25 2012 Iain Arnell 1.25-1 +- update to latest upstream version + +* Fri Jan 13 2012 Fedora Release Engineering - 1.23-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Fri Jun 17 2011 Marcela Mašláňová - 1.23-2 +- Perl mass rebuild + +* Mon Feb 21 2011 Iain Arnell 1.23-1 +- Specfile autogenerated by cpanspec 1.79.