]> git.pld-linux.org Git - packages/perl.git/blame - perl.spec
- updated to 5.6.1
[packages/perl.git] / perl.spec
CommitLineData
b9619944 1%define __find_provides %{_builddir}/%{name}-%{version}/find-perl-provides
5dd04f53 2%define perlthread %{?bcond_on_perl_threads:-thread-multi}
c82a4287 3Summary: Practical Extraction and Report Language
4Summary(de): Praktische Extraktions- und Berichtsprache
5Summary(fr): Practical Extraction and Report Language (Perl)
6Summary(pl): Practical Extraction and Report Language (Perl)
7Summary(tr): Kabuk yorumlama dili
8Name: perl
0e1d01b0
JR
9Version: 5.6.1
10Release: 1
6c627d77 11Epoch: 1
b7856278 12License: GPL
02614790 13Group: Applications/Text
14Group(de): Applikationen/Text
b7856278 15Group(fr): Utilitaires/Texte
02614790 16Group(pl): Aplikacje/Tekst
17Source0: ftp://ftp.perl.org/pub/perl/CPAN/src/%{name}-%{version}.tar.gz
18Patch0: %{name}-noroot_install.patch
19Patch1: %{name}-nodb.patch
20Patch2: %{name}-DESTDIR.patch
0e1d01b0
JR
21Patch3: %{name}-find-provides.patch
22Patch4: %{name}-prereq.patch
23Patch5: %{name}-syslog.patch
24Patch6: %{name}-CGI-upload-tmpdir.patch
25Patch7: %{name}-LD_RUN_PATH.patch
26Patch8: %{name}-errno_h-parsing.patch
27Patch9: %{name}-use-LD_PRELOAD-for-libperl.so.patch
c82a4287 28URL: http://www.perl.org/
b9619944 29#Requires: csh
15cf19ca
AM
30Provides: perl-ANSIColor
31Provides: perl-Devel-Peek
32Provides: perl-DProf
33Provides: perl-PodParser
a6f5a8f0 34Provides: perl-CGI
7f59b79e 35Obsoletes: perl-ANSIColor
36Obsoletes: perl-Devel-Peek
37Obsoletes: perl-DProf
38Obsoletes: perl-PodParser
a6f5a8f0 39Obsoletes: perl-CGI
c585e137 40BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
d0796292 41
42%description
43Perl is an interpreted language optimized for scanning arbitrary text
b7856278 44files, extracting information from those text files, and printing
45reports based on that information. It's also a good language for many
46system management tasks. The language is intended to be practical
47(easy to use, efficient, complete) rather than beautiful (tiny,
48elegant, minimal).
d0796292 49
50This version has support for threads compiled in.
51
52%description -l de
b7856278 53Perl ist eine Interpreter-Sprache, die zum Durchsuchen beliebiger
54Text- dateien, Extrahieren von Informationen aus diesen Dateien und
55Drucken von auf diesen Informationen basierenden Berichten optimiert
56