removed --with texmf configure option and added xdg-open patch

OBS-URL: https://build.opensuse.org/package/show/Publishing/lyx?expand=0&rev=25
This commit is contained in:
Cor Blom
2011-06-28 19:54:06 +00:00
committed by Git OBS Bridge
parent e0b28a974e
commit 1c950bf65a
3 changed files with 62 additions and 1 deletions

View File

@@ -36,6 +36,9 @@ Source3: lyxrc.dist
# hunspell pkgconfig support
# see http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg169351.html
Patch0: lyx-2.0.0-hunspell_pkgconfig.patch
# xdg path from fedora
# This was rejected by upstream (http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg133878.html)
Patch1: lyx-2.0.0rc1-xdg_open.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Recommends: texlive-xetex xindy
@@ -50,6 +53,7 @@ each paragraph. Of course, low level formatting is still possible.
%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1
%build
#%{?suse_update_config:%{suse_update_config -f config}}
@@ -64,7 +68,6 @@ TEXMF=$(kpsexpand '$TEXMFDIST')
%endif
%endif
%configure \
--with-texmf=$TEXMF \
--without-included-boost \
%if %suse_version < 1020
--with-extra-inc=/usr/X11R6/include/X11 \