]> git.pld-linux.org Git - packages/perl.git/blame - perl.spec
switch to new conditional builds macros (bcond_on_ -> _with_/bcond_off_ -> _without_...
[packages/perl.git] / perl.spec
CommitLineData
b9619944 1%define __find_provides %{_builddir}/%{name}-%{version}/find-perl-provides
f6702754 2%define perlthread %{?_with_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
00bababd 9Version: 5.6.1
f675ab89 10Release: 7
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
00bababd
TP
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
faa03b87 28Patch10: %{name}-sitearch.patch
7da49777 29Patch11: %{name}-soname.patch
d6fc75f5 30Patch12: %{name}-db3.patch
c82a4287 31URL: http://www.perl.org/
0de85e48 32BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
f675ab89 33Obsoletes: perl-lib
d0796292 34
35%description
36Perl is an interpreted language optimized for scanning arbitrary text
b7856278 37files, extracting information from those text files, and printing
38reports based on that information. It's also a good language for many
39system management tasks. The language is intended to be practical
40(easy to use, efficient, complete) rather than beautiful (tiny,
41elegant, minimal).
d0796292 42
d0796292 43%description -l de
b7856278 44Perl ist eine Interpreter-Sprache, die zum Durchsuchen beliebiger
45Text- dateien, Extrahieren von Informationen aus diesen Dateien und
46Drucken von auf diesen Informationen basierenden Berichten optimiert
47