update to 2.3.4.4 [release 2.3.4.4-1mamba;Tue Mar 03 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 06:38:09 +01:00
parent e80a75a89f
commit 9831e9ae72

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: lyx
Version: 2.3.4.2
Version: 2.3.4.4
Release: 1mamba
Summary: WYSIWYM (What You See Is What You Mean) document processor
Group: Applications/Publishing
@ -8,22 +8,23 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.lyx.org/
Source0: ftp://ftp.lip6.fr/pub/lyx/stable/%{majver}.x/lyx-%{version}.tar.xz
Source0: ftp://ftp.lip6.fr/pub/lyx/stable/%{majver}.x/lyx-%{version}.tar.bz2
#Source0: ftp://ftp.lyx.org/pub/lyx/stable/%{majver}.x/lyx-%{version}.tar.xz
Source1: lyx-desktop
Patch0: %{name}-2.0.0-hunspell-1.3.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libaspell-devel
BuildRequires: libboost-devel
BuildRequires: libenchant-devel
BuildRequires: libgcc
BuildRequires: libglib-devel
BuildRequires: libhunspell-devel
BuildRequires: libmagic-devel
BuildRequires: libmythes-devel
BuildRequires: libqt5-devel
BuildRequires: libstdc++6-devel
BuildRequires: libxcb-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: gettext-devel
@ -69,6 +70,8 @@ LyX is stable and fully featured.
It has been used for documents as large as a thesis, or as small as a business letter.
Despite its simple GUI interface (available in many languages), it supports tables, figures, and hyperlinked cross-references, and has a best-of-breed math editor.
%debug_package
%prep
%setup -q
#%patch0 -p1
@ -113,6 +116,9 @@ install -D -m644 %{S:1} \
#NEWS README
%changelog
* Tue Mar 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.4.4-1mamba
- update to 2.3.4.4
* Thu Feb 13 2020 Automatic Build System <autodist@mambasoft.it> 2.3.4.2-1mamba
- automatic version update by autodist