This commit is contained in:
parent
30a76c1710
commit
12391ec1b4
@ -5,8 +5,7 @@ Tue Jun 25 18:39:19 UTC 2019 - Cor Blom <cornelis@solcon.nl>
|
||||
This is a bugfix release with only minor improvements that are
|
||||
not really bugfixes. The many details can be found here:
|
||||
https://www.lyx.org/announce/2_3_3.txt
|
||||
- Removed upstream patches: correct-shebang.patch and
|
||||
fix_boost_169.patch
|
||||
- Removed upstream patch: fix_boost_169.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 13:49:18 UTC 2019 - Cor Blom <cornelis@solcon.nl>
|
||||
|
6
lyx.spec
6
lyx.spec
@ -27,6 +27,11 @@ Source: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz
|
||||
Source1: lyxrc.dist
|
||||
Source2: lyx.keyring
|
||||
Source3: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz.sig
|
||||
# PATCH-FIX-UPSTREAM to satisfy rpmlint - use #! /usr/bin/python as shebang
|
||||
# See: https://www.lyx.org/trac/changeset/cac27076ead10684270520670adc6bd004793361/lyxgit
|
||||
# Upstream also made change to python3 in master. Because 2.3.1 is compatible with both
|
||||
# python2 and 3 we follow and switch to python3
|
||||
Patch0: correct-shebang.patch
|
||||
#!BuildIgnore: lyx
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
@ -113,6 +118,7 @@ document under "Help" on the menubar.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
#./autogen.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user