SPECS: perl.spec - EOF cosmetics
glen
glen at pld-linux.org
Tue Jan 15 21:09:50 CET 2008
Author: glen Date: Tue Jan 15 20:09:50 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- EOF cosmetics
---- Files affected:
SPECS:
perl.spec (1.367 -> 1.368)
---- Diffs:
================================================================
Index: SPECS/perl.spec
diff -u SPECS/perl.spec:1.367 SPECS/perl.spec:1.368
--- SPECS/perl.spec:1.367 Mon Jan 14 00:13:31 2008
+++ SPECS/perl.spec Tue Jan 15 21:09:45 2008
@@ -14,6 +14,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}
@@ -681,7 +682,7 @@
## 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
@@ -690,11 +691,11 @@
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
@@ -1418,6 +1419,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.368 2008-01-15 20:09:45 glen
+- EOF cosmetics
+
Revision 1.367 2008-01-13 23:13:31 radek
- more %files, nfy
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl.spec?r1=1.367&r2=1.368&f=u
More information about the pld-cvs-commit
mailing list