]> git.pld-linux.org Git - packages/perl.git/blame - perl.spec
- fixed sperl and some duplicate files; release 0.21
[packages/perl.git] / perl.spec
CommitLineData
6d45ca4e 1#
2# Conditional build:
3# _without_tests - do not perform "make test"
4# _without_threads - build without support for threads
5# _without_largefiles - build without large file support
6#
7# TODO:
8# - Think about unicore. If uf8*.pm, encode.pm, charnamess.pm (and
9# probably others) are in the perl-base package, unicore should also
10# be there. But it's 5MB...
11# - Think about the package separation. Split between perl, perl-base
12# and perl-modules is far from obvius.
13# - find out why *.so and *.bs files for some pragmas are ,,listed twice''
14# - merge some fixes from 5.6.1 on HEAD
15# - fix "FIXME"s, review "XXX"s
16# - fix perl.prov's handling in rpm -- it should use the __perl macro
17# - include gdbm-dependent modules, they aren't distributed standalone
18# anymore
80a1a2f4 19# - fix some duplicate files
6d45ca4e 20# - *TESTING*
21#
22
23%define __find_provides %{_builddir}/%{name}-%{version}/find-perl-provides.sh
24%define perlthread %{?!_without_threads:-thread-multi}
3eb80867 25
6d45ca4e 26%define perl_privlib %{_datadir}/perl5/%{version}
27%define perl_archlib %{_libdir}/perl5/%{version}/%{_target_platform}%{perlthread}
01393b52 28%define perl_sitelib %{_usr}/local/share/perl5
6d45ca4e 29%define perl_sitearch %{_usr}/local/lib/perl5/%{version}/%{_target_platform}%{perlthread}
01393b52 30%define perl_vendorlib %{_datadir}/perl5/vendor_perl
6d45ca4e 31%define perl_vendorarch %{_libdir}/perl5/vendor_perl/%{version}/%{_target_platform}%{perlthread}
3eb80867 32
557db02e 33Summary: Practical Extraction and Report Language (Perl)
7095bd2b 34