source: projects/specs/trunk/p/perl-List-AllUtils/perl-List-AllUtils-vl.spec @ 9158

Revision 9158, 2.8 KB checked in by inagaki, 9 years ago (diff)

2014-12-16 Ryoichi INAGAKI <ryo1@…>

  • perl-DateTime?-TimeZone?, perl-LDAP: updated
  • perl-List-AllUtils?, perl-Test-Warnings: NEW
  • perl-Unicode-{Map, Map8, MapUTF8, String}: rebuilt
  • perl-X11-Protocol: rebuilt


Line 
1Name:           perl-List-AllUtils
2Version:        0.04
3Release:        1%{?_dist_release}
4Summary:        Combines List::Util and List::MoreUtils
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/List-AllUtils/
8
9Source0:        http://www.cpan.org/authors/id/D/DR/DROLSKY/List-AllUtils-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11BuildArch:      noarch
12BuildRequires:  perl
13BuildRequires:  perl(ExtUtils::MakeMaker)
14BuildRequires:  perl(strict)
15BuildRequires:  perl(warnings)
16# Run-time:
17BuildRequires:  perl(base)
18BuildRequires:  perl(Exporter)
19BuildRequires:  perl(List::MoreUtils) >= 0.28
20BuildRequires:  perl(List::Util)
21#BuildRequires:  perl(List::Util) >= 1.31
22# Tests:
23BuildRequires:  perl(File::Spec)
24BuildRequires:  perl(IO::Handle)
25BuildRequires:  perl(IPC::Open3)
26BuildRequires:  perl(Test::More) >= 0.88
27# Test::NoTabs not used
28# Test::Pod::LinkCheck not used
29# Test::Portability::Files not used
30# Test::Spelling 0.12 not used
31# Test::Synopsis not used
32BuildRequires:  perl(Test::Warnings)
33Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
34
35Vendor: Project Vine
36Distribution: Vine Linux
37
38
39%description
40Are you sick of trying to remember whether a particular helper is defined
41in List::Util or List::MoreUtils? I sure am. Now you don't have to remember.
42This module will export all of the functions that either of those two
43modules defines.
44
45%prep
46%setup -q -n List-AllUtils-%{version}
47
48%build
49perl Makefile.PL INSTALLDIRS=vendor
50make %{?_smp_mflags}
51
52%install
53make pure_install DESTDIR=$RPM_BUILD_ROOT
54find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
55%{_fixperms} $RPM_BUILD_ROOT/*
56
57%check
58make test
59
60%files
61%doc Changes LICENSE README
62%{perl_vendorlib}/*
63%{_mandir}/man3/*
64
65%changelog
66* Sun Dec 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.04-1
67- inital build for Vine Linux
68  (we use 0.04, which isn't the newest, due to version of List::Util)
69
70* Wed Oct 08 2014 Petr Pisar <ppisar@redhat.com> - 0.09-1
71- 0.09 bump
72
73* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-3
74- Perl 5.20 rebuild
75
76* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-2
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
78
79* Fri Apr 04 2014 Petr Pisar <ppisar@redhat.com> - 0.08-1
80- 0.08 bump
81
82* Tue Oct 15 2013 Petr Pisar <ppisar@redhat.com> - 0.07-1
83- 0.07 bump
84
85* Mon Sep 02 2013 Petr Pisar <ppisar@redhat.com> - 0.05-1
86- 0.05 bump
87
88* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-3
89- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
90
91* Fri Jul 26 2013 Petr Pisar <ppisar@redhat.com> - 0.03-2
92- Perl 5.18 rebuild
93
94* Thu Mar 07 2013 Petr Pisar <ppisar@redhat.com> 0.03-1
95- Specfile autogenerated by cpanspec 1.78.
Note: See TracBrowser for help on using the repository browser.