little updates before coming 2.0.3 release

OBS-URL: https://build.opensuse.org/package/show/Publishing/lyx?expand=0&rev=52
This commit is contained in:
Cor Blom 2012-02-23 13:00:42 +00:00 committed by Git OBS Bridge
parent a6e64c8a7e
commit 553bf59d18
5 changed files with 40 additions and 37 deletions

View File

@ -1,7 +1,13 @@
-------------------------------------------------------------------
Thu Feb 23 12:55:00 UTC 2012 - cornelis@solcon.nl
- Updated icon and desktop file to conform to upstream (part of trunk, will be in 2.1)
- Cleaned up lyxrc.dist
-------------------------------------------------------------------
Tue Nov 29 15:58:32 UTC 2011 - cornelis@solcon.nl
- update to 2.0.2:
- Update to 2.0.2:
* Improvements in export filters
* Updates to the tex2lyx conversion script
* Support for the ctex documents classes, used for Chinese documents

View File

@ -1,9 +1,15 @@
[Desktop Entry]
Encoding=UTF-8
Name=LyX
GenericName=Word Processor
Exec=lyx
Terminal=false
Icon=lyx
MimeType=application/x-lyx;
Version=1.0
Type=Application
Name=LyX
GenericName=Document Processor
Comment=High level LaTeX frontend
Exec=lyx %F
TryExec=lyx
Icon=lyx
StartupNotify=false
StartupWMClass=Lyx
Terminal=false
Categories=Office;WordProcessor;Qt;
MimeType=text/x-lyx;application/x-lyx;

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c38f08336f7327b59fa09a32c6925af2bf8131c2c2c4de14ec746edb954dd5c
size 1304
oid sha256:f8a3a5dd27edaa02ab29281cfde31cef23c0362204c3ed60154841deb91b3705
size 2015

View File

@ -1,7 +1,7 @@
#
# spec file for package lyx
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,15 +16,20 @@
#
Name: lyx
#!BuildIgnore: lyx
BuildRequires: boost-devel enchant-devel fdupes hunspell-devel libqt4-devel python update-desktop-files
BuildRequires: boost-devel
BuildRequires: enchant-devel
BuildRequires: fdupes
BuildRequires: hunspell-devel
BuildRequires: libqt4-devel
BuildRequires: python
BuildRequires: update-desktop-files
Version: 2.0.2
Release: 0
Summary: WYSIWYM (What You See Is What You Mean) document processor
License: LGPL-2.1+
Group: Productivity/Publishing/TeX/Frontends
Version: 2.0.2
Release: 1
Summary: WYSIWYM (What You See Is What You Mean) document processor
Url: http://www.lyx.org/
Source: ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/lyx-%{version}.tar.gz
Source1: lyx.desktop
@ -35,7 +40,8 @@ Source3: lyxrc.dist
Patch0: lyx-2.0.1-xdg_open.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: texlive-latex ImageMagick
Requires: ImageMagick
Requires: texlive-latex
Recommends: texlive-xetex xindy
%description
@ -81,7 +87,7 @@ pushd $RPM_BUILD_ROOT%{_datadir}/lyx/doc/
$RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/
done
popd
cp ABOUT-NLS ANNOUNCE COPYING INSTALL* NEWS \
cp ABOUT-NLS ANNOUNCE COPYING NEWS \
README README.localization RELEASE-NOTES UPGRADING \
$RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/
mkdir -p $RPM_BUILD_ROOT$TEXMF/tex/latex

View File

@ -1,26 +1,11 @@
### This file is part of
### ========================================================
### LyX, The Document Processor
###
### Copyright 1995 Matthias Ettrich
### Copyright 1995-2011 The LyX Team.
###
### ========================================================
# This file has some openSUSE specific configuration for LyX.
# The file lyxrc.dist gives initial global options for all LyX users.
# Almost all settings here can be overridden through the preferences in LyX.
# Some default settings for things stuff that otherwise would not work out of the box
#
# MISC SECTION ######################################
#
Format 1
\serverpipe "~/.lyx/lyxpipe"
#
# FILE SECTION ######################################
#
# System directories for spellchecking and thesaurus dictionaries
\thesaurusdir_path "/usr/share/mythes"
\hunspelldir_path "/usr/share/myspell"