]> git.pld-linux.org Git - packages/perl-Scalar-List-Utils.git/blob - perl-Scalar-List-Utils.spec
a60fd99977064371d12d220246877b91e9189480
[packages/perl-Scalar-List-Utils.git] / perl-Scalar-List-Utils.spec
1 #
2 # perl modules provided by this package are part of perl-modules
3 # DO NOT send this package to Th builders if version is <= provided by perl-modules
4 #
5 # Conditional build:
6 %bcond_without  tests   # don't perform "make test"
7 #
8 %include        /usr/lib/rpm/macros.perl
9 %define         pdir    Scalar
10 %define         pnam    List-Utils
11 Summary:        List::Util and Scalar::Util - selection of general-utility scalar subroutines
12 Summary(pl.UTF-8):      List::Util i Scalar::Util - wybór procedur skalarnych ogólnego zastosowania
13 Name:           perl-Scalar-List-Utils
14 Version:        1.50
15 Release:        3
16 # same as perl
17 License:        GPL v1+ or Artistic
18 Group:          Development/Languages/Perl
19 Source0:        http://www.cpan.org/modules/by-module/Scalar/%{pdir}-%{pnam}-%{version}.tar.gz
20 # Source0-md5:  136313884d1afa2fb6840695a1034b2c
21 URL:            http://search.cpan.org/dist/Scalar-List-Utils/
22 BuildRequires:  perl-devel >= 1:5.8.0
23 BuildRequires:  rpm-perlprov >= 4.1-13
24 #BuildRequires: th-blocker, not for ftp
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 This package contains a selection of subroutines that people have
29 expressed would be nice to have in the perl core, but the usage would
30 not really be high enough to warrant the use of a keyword, and the
31 size so small such that being individual extensions would be wasteful.
32
33 %description -l pl.UTF-8
34 Ten pakiet zawiera wybrane procedury, które według niektórych ludzi
35 powinny znaleźć się w głównym pakiecie Perla, ale użyteczność nie jest
36 zbyt duża, a rozmiar za mały na tworzenie oddzielnych rozszerzeń.
37
38 %prep
39 %setup -q -n %{pdir}-%{pnam}-%{version}
40
41 %build
42 %{__perl} Makefile.PL -xs \
43         INSTALLDIRS=vendor
44 %{__make} \
45         CC="%{__cc}" \
46         OPTIMIZE="%{rpmcflags}"
47
48 %{?with_tests:%{__make} test}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc Changes README
62 %dir %{perl_vendorarch}/List
63 %{perl_vendorarch}/List/Util.pm
64 %dir %{perl_vendorarch}/List/Util
65 %{perl_vendorarch}/List/Util/*.pm
66 %dir %{perl_vendorarch}/Scalar
67 %{perl_vendorarch}/Scalar/Util.pm
68 %dir %{perl_vendorarch}/Sub
69 %{perl_vendorarch}/Sub/Util.pm
70 %dir %{perl_vendorarch}/auto/List
71 %dir %{perl_vendorarch}/auto/List/Util
72 %attr(755,root,root) %{perl_vendorarch}/auto/List/Util/Util.so
73 %{_mandir}/man3/List::Util*.3pm*
74 %{_mandir}/man3/Scalar::Util.3pm*
75 %{_mandir}/man3/Sub::Util.3pm*
This page took 0.048261 seconds and 2 git commands to generate.