/[packages]/updates/1/perl/current/SPECS/perl.spec
ViewVC logotype

Diff of /updates/1/perl/current/SPECS/perl.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 45157 by jquelin, Wed Jan 26 11:08:33 2011 UTC revision 45158 by jquelin, Mon Jan 31 10:32:45 2011 UTC
# Line 19  Line 19 
19  Name:     perl  Name:     perl
20  Version:  5.12.2  Version:  5.12.2
21  #Release:  %mkrel 0.RC4.1  #Release:  %mkrel 0.RC4.1
22  Release:  %mkrel 9  Release:  %mkrel 10
23  Epoch:    2  Epoch:    2
24    
25  %define rel %{nil}  %define rel %{nil}
# Line 301  sh Configure -des \ Line 301  sh Configure -des \
301    -Dsiteprefix=%_prefix -Dsitebin=%_prefix/local/bin \    -Dsiteprefix=%_prefix -Dsitebin=%_prefix/local/bin \
302    -Dsiteman1dir=%_prefix/local/share/man/man1 \    -Dsiteman1dir=%_prefix/local/share/man/man1 \
303    -Dsiteman3dir=%_prefix/local/share/man/man3 \    -Dsiteman3dir=%_prefix/local/share/man/man3 \
304      -Dman3dir=%_mandir/man3pm \
305      -Dvendorman3dir=%_mandir/man3 \
306    -Dman3ext=3pm \    -Dman3ext=3pm \
307    -Dcf_by=%{distribution} -Dmyhostname=localhost -Dperladmin=root@localhost -Dcf_email=root@localhost  \    -Dcf_by=%{distribution} -Dmyhostname=localhost -Dperladmin=root@localhost -Dcf_email=root@localhost  \
308    -Ud_csh \    -Ud_csh \
# Line 591  EOF Line 593  EOF
593     rel_mandir=`echo %{_mandir} | sed "s,/,,"`     rel_mandir=`echo %{_mandir} | sed "s,/,,"`
594     (cd $RPM_BUILD_ROOT ; find $rel_perl_root/%{version} "(" -name "*.pod" -o -iname "Changes*" -o -iname "ChangeLog*" -o -iname "README*" ")" -a -not -name perldiag.pod -printf "%%%%doc /%%p\n") >> perl-doc.list     (cd $RPM_BUILD_ROOT ; find $rel_perl_root/%{version} "(" -name "*.pod" -o -iname "Changes*" -o -iname "ChangeLog*" -o -iname "README*" ")" -a -not -name perldiag.pod -printf "%%%%doc /%%p\n") >> perl-doc.list
595     (cd $RPM_BUILD_ROOT ; find $rel_mandir/man1 ! -name "perlivp.1*" ! -type d -printf "/%%p\n") >> perl.list     (cd $RPM_BUILD_ROOT ; find $rel_mandir/man1 ! -name "perlivp.1*" ! -type d -printf "/%%p\n") >> perl.list
596     (cd $RPM_BUILD_ROOT ; find $rel_mandir/man3 ! -type d ! -name "Pod::Perldoc*" -printf "/%%p\n") >> perl.list     (cd $RPM_BUILD_ROOT ; find $rel_mandir/man3pm ! -type d ! -name "Pod::Perldoc*" -printf "/%%p\n") >> perl.list
597     (cd $RPM_BUILD_ROOT ; find $rel_perl_root/%{version} ! -type d -printf "/%%p\n") >> perl.list     (cd $RPM_BUILD_ROOT ; find $rel_perl_root/%{version} ! -type d -printf "/%%p\n") >> perl.list
598     (cd $RPM_BUILD_ROOT ; find $rel_perl_root/%{version} -type d -printf "%%%%dir /%%p\n") >> perl.list     (cd $RPM_BUILD_ROOT ; find $rel_perl_root/%{version} -type d -printf "%%%%dir /%%p\n") >> perl.list
599    

Legend:
Removed from v.45157  
changed lines
  Added in v.45158

  ViewVC Help
Powered by ViewVC 1.1.30