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:
5
lyx.spec
5
lyx.spec
@@ -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 \
|
||||
|
Reference in New Issue
Block a user