]> git.pld-linux.org Git - packages/perl.git/blobdiff - perl.spec
- Release: 1
[packages/perl.git] / perl.spec
index c4eb4f8fd6b6011f0f71855e20e32ed96bda8e58..6ca8f01aa9df610131899428e31eaa9d56802cb4 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -1,5 +1,5 @@
 %define                perlver 5.005
-%define                perlrel 03
+%define                perlrel 61
 %define                perlthread -thread
 
 Summary:       Practical Extraction and Report Language
@@ -9,12 +9,13 @@ Summary(pl):  Practical Extraction and Report Language (Perl)
 Summary(tr):   Kabuk yorumlama dili
 Name:          perl
 Version:       %{perlver}_%{perlrel}
-Release:       5
+Release:       1
 Copyright:     GPL
 Group:         Utilities/Text
 Group(pl):     Narzêdzia/Tekst
 Source:                ftp://ftp.perl.org/pub/perl/CPAN/src/5.0/%{name}%{version}.tar.gz
 Patch0:                perl-noroot_install.patch
+Patch1:                perl-DESTDIR.patch
 URL:           http://www.perl.org/
 Requires:      csh
 Buildroot:     /tmp/%{name}-%{version}-root
@@ -71,8 +72,9 @@ Practical Extraction and Report Language (SUID root binary).
 Practical Extraction and Report Language (SUID root binaria).
 
 %prep
-%setup -q -n %{name}%{version}
-%patch -p1
+%setup  -q -n %{name}%{version}
+%patch0 -p1
+%patch1 -p1
 
 %build
 # this is gross
@@ -92,8 +94,9 @@ EOF
 
 sh Configure \
        -des \
+       -Dcc=gcc \
        -Darchname=%{_target_platform} \
-       -Dprefix=/usr \
+       -Dprefix=%{_prefix} \
        -Dman1dir=%{_mandir}/man1 \
        -Dman3dir=%{_mandir}/man3 \
        -Dman3ext=3pm \
@@ -149,6 +152,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %attr(755,root,root) %{_bindir}/a2p
 %attr(755,root,root) %{_bindir}/c2ph
+%attr(755,root,root) %{_bindir}/dprofpp
 %attr(755,root,root) %{_bindir}/find2perl
 %attr(755,root,root) %{_bindir}/h2ph
 %attr(755,root,root) %{_bindir}/h2xs
@@ -162,12 +166,17 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/pod2latex
 %attr(755,root,root) %{_bindir}/pod2man
 %attr(755,root,root) %{_bindir}/pod2text
+%attr(755,root,root) %{_bindir}/pod2usage
+%attr(755,root,root) %{_bindir}/podchecker
+%attr(755,root,root) %{_bindir}/podselect
 %attr(755,root,root) %{_bindir}/pstruct
 %attr(755,root,root) %{_bindir}/s2p
 %attr(755,root,root) %{_bindir}/splain
 
 %dir %{_libdir}/perl5
 %attr( - ,root,root) %{_libdir}/perl5/*
+%dir %{_libdir}/site_perl
+%attr( - ,root,root) %{_libdir}/site_perl/*
 %{_mandir}/man[13]/*
 
 %files -n sperl
This page took 0.027714 seconds and 4 git commands to generate.