]> git.pld-linux.org Git - packages/perl.git/commitdiff
- release 15
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 12 Mar 2001 16:57:35 +0000 (16:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disable threads by default
- added site_perl directories to %%files

Changed files:
    perl.spec -> 1.71

perl.spec

index 861e71a3b9963758ec98341824e12b258eb47e52..90227d0e95860d7b51b4f152b991b3c64dde368f 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -1,5 +1,5 @@
 %define        __find_provides %{_builddir}/%{name}-%{version}/find-perl-provides
-%define                perlthread %{!?bcond_off_perl_threads:-thread-multi}
+%define                perlthread %{?bcond_on_perl_threads:-thread-multi}
 Summary:       Practical Extraction and Report Language
 Summary(de):   Praktische Extraktions- und Berichtsprache 
 Summary(fr):   Practical Extraction and Report Language (Perl)
@@ -7,7 +7,7 @@ Summary(pl):    Practical Extraction and Report Language (Perl)
 Summary(tr):   Kabuk yorumlama dili
 Name:          perl
 Version:       5.6.0
-Release:       14
+Release:       15
 Epoch:         1
 License:       GPL
 Group:         Applications/Text
@@ -140,7 +140,7 @@ installsitearch=\`echo \$installsitearch | sed "s!\$prefix!\$installprefix!"\`
 dynamic_ext=\`echo \$dynamic_ext GDBM_File NDBM_File\`
 EOF
 
-USETHREADS=%{?bcond_off_perl_threads:-U}%{!?bcond_off_perl_threads:-D}
+USETHREADS=%{!?bcond_on_perl_threads:-U}%{?bcond_on_perl_threads:-D}
 sh Configure \
        -des \
        -Dcc=%{__cc} \
@@ -248,8 +248,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %dir %{_libdir}/perl5
 %attr( - ,root,root) %{_libdir}/perl5/%{version}/*
-#%dir %{_libdir}/site_perl
-#%attr( - ,root,root) %{_libdir}/site_perl/*
+%dir %{_libdir}/perl5/site_perl
+%attr( - ,root,root) %{_libdir}/perl5/site_perl/*
 %{_mandir}/man[13]/*
 
 %files -n sperl
This page took 0.06063 seconds and 4 git commands to generate.