OBS User unknown
2007-04-27 14:48:55 +00:00
committed by Git OBS Bridge
parent 02205848f0
commit 464f7afd43
9 changed files with 43 additions and 118 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package lyx (Version 1.4.2)
# spec file for package lyx (Version 1.5.0beta2)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -12,19 +12,17 @@
Name: lyx
#!BuildIgnore: lyx
BuildRequires: ImageMagick aspell-devel boost-devel gv ispell libdrm-devel libjpeg-devel lprng qt3-devel sgmltool te_ams te_latex te_web update-desktop-files
BuildRequires: ImageMagick aspell-devel boost-devel gv ispell libdrm-devel libjpeg-devel libqt4-devel lprng python sgmltool texlive-devel texlive-latex update-desktop-files
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: Productivity/Publishing/TeX/Frontends
Requires: tetex te_latex ImageMagick free-ttf-fonts
Requires: texlive-latex ImageMagick free-ttf-fonts
Autoreqprov: on
Version: 1.4.2
Release: 14
Version: 1.5.0beta2
Release: 1
Summary: LaTeX-Based WYSIWYG Editor
URL: http://www.lyx.org/
Source: lyx-%{version}.tar.bz2
Patch: debugstream.diff
Patch1: boost_regex.diff
Patch5: autogen.diff
Patch: strict-aliasing-punning.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -43,8 +41,6 @@ Authors:
%prep
%setup -q -n %{name}-%{version}
%patch
%patch1
%patch5
%build
%{?suse_update_config:%{suse_update_config -f config}}
@@ -56,9 +52,8 @@ export PATH=$QTDIR/bin:$PATH
%configure \
--with-texmf=/usr/lib/teTeX/texmf \
--with-extra-inc=/usr/X11R6/include/X11 \
--without-included-boost \
--with-aspell \
--with-frontend=qt \
--with-frontend=qt4 \
--with-qt-dir=$QTDIR \
--with-qt-libraries=$QTDIR/%{_lib} \
--with-qt-includes=$QTDIR/include
@@ -101,7 +96,16 @@ ln -s /usr/share/lyx/tex $RPM_BUILD_ROOT/usr/share/texmf/tex/latex/lyx
%doc %{_mandir}/man1/lyxclient.1.gz
%doc %{_mandir}/man1/tex2lyx.1.gz
%changelog -n lyx
%changelog
* Fri Apr 27 2007 - bg@suse.de
- update to version 1.5.0beta2, notably:
o merge with CJK version
o initial unicode support
o qt4 frontend
o http://www.lyx.org/announce/1_5_0_beta2.txt
- use included boost (which is newer than our system boost, and
unfortunately not compatible)
- use TeXLive
* Sat Oct 21 2006 - schwab@suse.de
- Fix bogus version check.
* Mon Jul 17 2006 - bg@suse.de