]> git.pld-linux.org Git - packages/perl.git/commitdiff
- release 5: set siteman1dir properly (/usr/local/man, not /usr/local/share/man) auto/ac/perl-5_8_5-5
authorradek <radek@pld-linux.org>
Sat, 23 Oct 2004 13:32:13 +0000 (13:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl.spec -> 1.286

perl.spec

index 0c3308613c4dd79e4d61920829a659b8d9f68d08..1c047ba5dbe77cd8676ccf15121c1ebac704bbad 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -51,7 +51,7 @@ Summary(tr):  Kabuk yorumlama dili
 Summary(zh_CN):        Perl ±à³ÌÓïÑÔ¡£
 Name:          perl
 Version:       5.8.5
-Release:       4%{!?with_threads:_nothr}
+Release:       5%{!?with_threads:_nothr}
 Epoch:         1
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
@@ -634,10 +634,10 @@ sh Configure \
        -Dd_dosuid \
        -Dman1dir=%{_mandir}/man1 -Dman1ext=1 \
        -Dman3dir=%{_mandir}/man3 -Dman3ext=3perl \
-       -Dvendorman1=%{_mandir}/man1 -Dvendorman1ext=1p \
-       -Dvendorman3=%{_mandir}/man3 -Dvendorman3ext=3pm \
-       -Dsiteman1=%{_usr}/local/man/man1 -Dsiteman1ext=1p \
-       -Dsiteman3=%{_usr}/local/man/man3 -Dsiteman3ext=3pm \
+       -Dvendorman1dir=%{_mandir}/man1 -Dvendorman1ext=1p \
+       -Dvendorman3dir=%{_mandir}/man3 -Dvendorman3ext=3pm \
+       -Dsiteman1dir=%{_usr}/local/man/man1 -Dsiteman1ext=1p \
+       -Dsiteman3dir=%{_usr}/local/man/man3 -Dsiteman3ext=3pm \
        -Dprefix=%{_prefix} -Dvendorprefix=%{_prefix} -Dsiteprefix=%{_usr}/local \
        -Dlibpth="%{_libdir} /%{_lib}" \
        -Dprivlib=%{perl_privlib}     -Darchlib=%{perl_archlib} \
This page took 0.105727 seconds and 4 git commands to generate.