OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Aug-2003 13:11:13
Branch: OPENPKG_1_STABLE Handle: 2003080112111200
Modified files: (Branch: OPENPKG_1_STABLE)
openpkg-src/tetex tetex.spec
Log:
MFC: changes since last merge
Summary:
Revision Changes Path
1.36.2.3 +5 -2 openpkg-src/tetex/tetex.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tetex/tetex.spec
============================================================================
$ cvs diff -u -r1.36.2.2 -r1.36.2.3 tetex.spec
--- openpkg-src/tetex/tetex.spec 24 Jul 2003 20:45:30 -0000 1.36.2.2
+++ openpkg-src/tetex/tetex.spec 1 Aug 2003 11:11:12 -0000 1.36.2.3
@@ -38,7 +38,7 @@
Group: Text
License: GPL
Version: %{V_src}
-Release: 1.20030724
+Release: 1.20030801
# package options
%option with_x11 no
@@ -53,7 +53,7 @@
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 1.20030724, gcc, make, infozip, flex, bison
-PreReq: OpenPKG, openpkg >= 1.20030724
+PreReq: OpenPKG, openpkg >= 1.20030724, perl
%if "%{with_x11}" == "yes"
BuildPreReq: X11
PreReq: X11
@@ -131,6 +131,9 @@
# minor fixes to the teTeX sources
%{l_shtool} subst -e "s;\|O_SYNC;;g" libs/libwww/HTMemLog.c
%{l_shtool} subst -e "s;strnstr;my_strnstr;g" libs/libwww/HTReader.c
+ %{l_shtool} subst \
+ -e '1s;/usr/bin/perl;/usr/bin/env perl;' \
+ texk/*/t1mapper
%build
# configure the system by using the (wrong) paths to the temporary
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]