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: 12-Feb-2004 18:20:06
Branch: HEAD Handle: 2004021217200600
Modified files:
openpkg-src/lyx lyx.spec
Log:
modernize packaging
Summary:
Revision Changes Path
1.25 +4 -6 openpkg-src/lyx/lyx.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/lyx/lyx.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 lyx.spec
--- openpkg-src/lyx/lyx.spec 7 Feb 2004 17:56:28 -0000 1.24
+++ openpkg-src/lyx/lyx.spec 12 Feb 2004 17:20:06 -0000 1.25
@@ -38,7 +38,7 @@
Group: Print
License: GPL
Version: %{V_lyx}
-Release: 20040207
+Release: 20040212
# package options
%option with_xforms no
@@ -51,8 +51,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, X11, tetex, make, gcc, perl
-PreReq: OpenPKG, openpkg >= 20040130, X11, tetex, tetex::with_x11 = yes
+BuildPreReq: OpenPKG, openpkg >= 20040212, X11, tetex, make, gcc, perl
+PreReq: OpenPKG, openpkg >= 20040212, X11, tetex, tetex::with_x11 = yes
BuildPreReq: gettext, libiconv
PreReq: gettext, libiconv
%if "%{with_xforms}" == "yes"
@@ -91,9 +91,7 @@
%setup -q
%if "%{with_xforms}" == "yes"
%setup -q -T -D -a 1
- ( cd xforms-%{V_xforms}
- %patch -p0
- ) || exit 1
+ %patch -p0 -d xforms-%{V_xforms}
%endif
%{l_shtool} subst \
-e 's;\(LyXLength::\)\(PC[^_a-zA-Z0-9]\);\1LYX_\2;g' \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]