Accepting request 158551 from Publishing

Added some Requires for 12.3 and later to get a usable latex environment. The old Requires were not enough for me. Probably needs some fine tuning.

OBS-URL: https://build.opensuse.org/request/show/158551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lyx?expand=0&rev=59
This commit is contained in:
Stephan Kulow 2013-03-12 10:11:34 +00:00 committed by Git OBS Bridge
commit f3984b69c9
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Mar 10 21:12:15 UTC 2013 - cornelis@solcon.nl
- Added new Requires for 12.3 and later that are better suited for the new way texlive is packaged and that give a decent texlive base for using LyX. The old Requires did not give a good latex environment on 12.3 and later.
-------------------------------------------------------------------
Wed Jan 2 17:18:17 UTC 2013 - cornelis@solcon.nl

View File

@ -40,10 +40,18 @@ Source3: lyxrc.dist
# This was rejected by upstream (http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg133878.html)
Patch0: lyx-2.0.1-xdg_open.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} < 1230
Requires: ImageMagick
Requires: texlive-latex
Recommends: texlive-xetex
%else
Requires: texlive-collection-fontsrecommended
Requires: texlive-collection-latexrecommended
Requires: texlive-collection-luatex
Requires: texlive-collection-xetex
Recommends: texlive-biber
Recommends: texlibe-bibtex8
%endif
Recommends: xindy
%description