|
|
@@ -39,7 +39,7 @@ Distribution: OpenPKG [JUNK]
|
|
|
Group: Print
|
|
|
License: GPL
|
|
|
Version: %{V_lyx}
|
|
|
-Release: 20030405
|
|
|
+Release: 20030419
|
|
|
|
|
|
# package options
|
|
|
%option with_xforms yes
|
|
|
@@ -56,7 +56,7 @@ Release: 20030405
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.lyx.org/pub/lyx/stable/lyx-%{V_lyx}.tar.gz
|
|
|
-Source1: ftp://ncmir.ucsd.edu/pub/xforms/OpenSource/xforms-%{V_xforms}-release.tgz
|
|
|
+Source1: http://savannah.nongnu.org/download/xforms/stable.pkg/%{V_xforms}/xforms-%{V_xforms}.tar.gz
|
|
|
Patch0: lyx.patch
|
|
|
|
|
|
# build information
|
|
|
@@ -85,7 +85,7 @@ AutoReqProv: no
|
|
|
%setup -q -c
|
|
|
%if "%{with_xforms}" == "yes"
|
|
|
%setup -q -T -D -a 1
|
|
|
- ( cd xforms-%{V_xforms}-release
|
|
|
+ ( cd xforms-%{V_xforms}
|
|
|
%patch0 -p0
|
|
|
) || exit 1
|
|
|
%endif
|
|
|
@@ -95,7 +95,7 @@ AutoReqProv: no
|
|
|
x11_inc=`%{l_prefix}/etc/rc --query x11_incdir`
|
|
|
x11_lib=`%{l_prefix}/etc/rc --query x11_libdir`
|
|
|
%if "%{with_xforms}" == "yes"
|
|
|
- ( cd xforms-%{V_xforms}-release
|
|
|
+ ( cd xforms-%{V_xforms}
|
|
|
%{l_shtool} subst \
|
|
|
-e 's;@l_prefix@;%{l_prefix};g' \
|
|
|
Imakefile */Imakefile
|