automatic version update by autodist [release 2.4.3-1mamba;Mon Jan 13 2025]
This commit is contained in:
parent
30b2d78e9e
commit
40e17741d3
@ -12,3 +12,4 @@ LyX is stable and fully featured.
|
|||||||
It has been used for documents as large as a thesis, or as small as a business letter.
|
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.
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
11
lyx.spec
11
lyx.spec
@ -2,7 +2,7 @@
|
|||||||
%define srcver %(echo %version | tr _ -)
|
%define srcver %(echo %version | tr _ -)
|
||||||
%define maj123ver %(echo %version | cut -d_ -f1)
|
%define maj123ver %(echo %version | cut -d_ -f1)
|
||||||
Name: lyx
|
Name: lyx
|
||||||
Version: 2.4.2.1
|
Version: 2.4.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: WYSIWYM (What You See Is What You Mean) document processor
|
Summary: WYSIWYM (What You See Is What You Mean) document processor
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
@ -16,7 +16,11 @@ Patch0: %{name}-2.0.0-hunspell-1.3.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libQt5Concurrent
|
||||||
|
BuildRequires: libQt5Core
|
||||||
|
BuildRequires: libQt5Gui
|
||||||
BuildRequires: libQt5Svg-devel
|
BuildRequires: libQt5Svg-devel
|
||||||
|
BuildRequires: libQt5Widgets
|
||||||
BuildRequires: libQt5X11Extras-devel
|
BuildRequires: libQt5X11Extras-devel
|
||||||
BuildRequires: libaspell-devel
|
BuildRequires: libaspell-devel
|
||||||
BuildRequires: libenchant-devel
|
BuildRequires: libenchant-devel
|
||||||
@ -27,7 +31,6 @@ BuildRequires: libmythes-devel
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: qt5-qtbase-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: tetex >= 3.0
|
BuildRequires: tetex >= 3.0
|
||||||
@ -71,7 +74,6 @@ LyX is stable and fully featured.
|
|||||||
It has been used for documents as large as a thesis, or as small as a business letter.
|
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.
|
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
|
%prep
|
||||||
%setup -q -n %{name}-%{maj123ver}
|
%setup -q -n %{name}-%{maj123ver}
|
||||||
@ -116,6 +118,9 @@ install -D -m644 %{S:1} \
|
|||||||
#NEWS README
|
#NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 13 2025 Automatic Build System <autodist@openmamba.org> 2.4.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Oct 05 2024 Automatic Build System <autodist@openmamba.org> 2.4.2.1-1mamba
|
* Sat Oct 05 2024 Automatic Build System <autodist@openmamba.org> 2.4.2.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user