automatic version update by autodist [release 3.44-1mamba;Sat Aug 25 2018]
This commit is contained in:
parent
ef7381d25d
commit
11c87123b9
11
highlight-3.33-termcap.patch
Normal file
11
highlight-3.33-termcap.patch
Normal file
@ -0,0 +1,11 @@
|
||||
diff -Nru highlight-3.33.orig/src/gui-qt/highlight.pro highlight-3.33/src/gui-qt/highlight.pro
|
||||
--- highlight-3.33.orig/src/gui-qt/highlight.pro 2016-12-16 11:12:44.694150984 +0100
|
||||
+++ highlight-3.33/src/gui-qt/highlight.pro 2016-12-16 11:14:54.566710464 +0100
|
||||
@@ -36,6 +36,7 @@
|
||||
DESTDIR = ../
|
||||
LIBS += -L.. -lhighlight
|
||||
LIBS += -llua
|
||||
+ LIBS += -ltermcap
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += lua
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: highlight
|
||||
Version: 3.25
|
||||
Version: 3.44
|
||||
Release: 1mamba
|
||||
Summary: A universal source code to formatted text converter
|
||||
Group: Development/Tools
|
||||
@ -10,6 +10,7 @@ Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
URL: http://www.andre-simon.de/
|
||||
Source: http://www.andre-simon.de/zip/highlight-%{version}.tar.bz2
|
||||
Patch: highlight-2.15-doc_dir.patch
|
||||
Patch1: highlight-3.33-termcap.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -51,8 +52,8 @@ This package contains the Qt-based GUI.
|
||||
%prep
|
||||
%setup -q -n %{name}-%{majver}
|
||||
#%patch -p1
|
||||
|
||||
sed -i "s|\-llua5\.1||g" src/gui-qt/highlight.pro
|
||||
%patch1 -p1
|
||||
|
||||
# Provides: exclude perl(highlight_pipe) from examples
|
||||
cat <<__EOF__ > %{name}-perl.prov
|
||||
@ -110,6 +111,9 @@ rm -rf examples/plugins/movabletype
|
||||
#%doc ChangeLog README* TODO examples
|
||||
|
||||
%changelog
|
||||
* Sat Aug 25 2018 Automatic Build System <autodist@mambasoft.it> 3.44-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 21 2016 Automatic Build System <autodist@mambasoft.it> 3.25-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user