]> git.pld-linux.org Git - packages/perl.git/commitdiff
- EOF cosmetics
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 15 Jan 2008 20:09:45 +0000 (20:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl.spec -> 1.368

perl.spec

index 0415fc40558d0b03d59a0381c2b43b8d83c956b9..761f92d3c10b8365923816229eb20b62b68af490 100644 (file)
--- a/perl.spec
+++ b/perl.spec
@@ -13,6 +13,7 @@
 # - consider disabling ithreads by default
 # - what about "prove" (binary+manual)? (conflicts with standalone Test-Harness)
 # - patch MakeMaker to get rid of empty *.bs files (MM_Unix::dynamic_bs())
+# - %{__cc}: cc -c -o uhv.o -DPERL_CORE -DPERL_MICRO -DSTANDARD_C -DPERL_USE_SAFE_PUTENV -O2 -march=i686  hv.c
 #
 # TODO for perl-dependent packages:
 # - change all "R/BR: perl" to one of perl-{base,modules,devel}
@@ -680,7 +681,7 @@ sh Configure \
 ## probably be done in %%prep, but then Configure would complain (->MANIFEST))
 mv ext/List/Util/lib/List/Util.pm ext/List/Util
 rm -f ext/List/Util/Makefile.PL
-cat <<EOF > ext/List/Util/Makefile.PL
+cat <<'EOF' > ext/List/Util/Makefile.PL
 use ExtUtils::MakeMaker;
 WriteMakefile(NAME=>"List::Util", VERSION_FROM=>"Util.pm", DEFINE=>"-DPERL_EXT");
 EOF
@@ -689,11 +690,11 @@ EOF
        LIBPERL_SONAME=libperl.so.%{_abi} \
        LDDLFLAGS="%{rpmcflags} -shared"
 
-cat > runperl <<EOF
+cat > runperl <<'EOF'
 #!/bin/sh
-LD_PRELOAD="%{_builddir}/%{name}-%{version}/libperl.so.%{_abi}" \\
-PERL5LIB="%{buildroot}%{perl_privlib}:%{buildroot}%{perl_archlib}" \\
-exec %{buildroot}%{_bindir}/perl \$*
+LD_PRELOAD="%{_builddir}/%{name}-%{version}/libperl.so.%{_abi}" \
+PERL5LIB="%{buildroot}%{perl_privlib}:%{buildroot}%{perl_archlib}" \
+exec %{buildroot}%{_bindir}/perl $*
 EOF
 chmod a+x runperl
 
This page took 0.115258 seconds and 4 git commands to generate.