automatic version update by autodist [release 63.0.2-1mamba;Thu May 16 2024]

This commit is contained in:
Automatic Build System 2024-05-16 15:56:50 +02:00
parent 5ed68b757b
commit 533300109e
4 changed files with 4 additions and 40 deletions

View File

@ -1,11 +0,0 @@
--- tea-38.0.0/src.pro.orig 2014-10-16 13:14:29.306156624 +0200
+++ tea-38.0.0/src.pro 2014-10-16 13:14:40.474157214 +0200
@@ -17,7 +17,7 @@
USE_DEBUG = false
-PREFIX = /usr/local/bin
+PREFIX = /usr/bin
contains (USE_PRINTER,true)

View File

@ -1,11 +0,0 @@
--- tea-qt-62.0.2/desktop/tea.desktop.orig 2023-09-14 21:06:41.068839572 +0200
+++ tea-qt-62.0.2/desktop/tea.desktop 2023-09-14 21:06:48.883847594 +0200
@@ -6,7 +6,7 @@
Exec=tea %F
Categories=Utility;TextEditor;
StartupNotify=false
-MimeType=text/plain;application/epub+zip;application/fb2;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.oasis.opendocument.text;application/rtf;application/x-tex;
+MimeType=text/plain;application/epub+zip;application/fb2;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.oasis.opendocument.text;application/rtf;application/x-tex;
NoDisplay=false
Version=1.1
Keywords=text editor;text;editor;

View File

@ -1,10 +0,0 @@
--- tea-qt-62.0.2/tea-qmake.pro.orig 2023-04-02 16:31:42.122846378 +0200
+++ tea-qt-62.0.2/tea-qmake.pro 2023-04-02 16:33:44.855183686 +0200
@@ -184,6 +184,7 @@
greaterThan(QT_MAJOR_VERSION, 4) {
QT += widgets
QT += printsupport
+ QT += core5compat
noprinter{
QT -= printsupport

View File

@ -1,5 +1,5 @@
Name: tea
Version: 62.4.0
Version: 63.0.2
Release: 1mamba
Summary: A powerful and easy-to-use Qt-based editor with many useful features for HTML, Docbook, and LaTeX editing
Group: Graphical Desktop/Applications/Development
@ -8,9 +8,6 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://tea.ourproject.org/
Source: https://github.com/psemiletov/tea-qt.git/%{version}/tea-qt-%{version}.tar.bz2
Patch0: tea-38.0.0-qmake_prefix.patch
Patch1: tea-qt-62.0.2-qt6-add-qt5compat.patch
Patch2: tea-62.0.2-desktop-mimetype-remove_trailing_space.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -19,7 +16,6 @@ BuildRequires: libgcc
BuildRequires: libglvnd-devel
BuildRequires: libhunspell-devel
BuildRequires: libstdc++6-devel
BuildRequires: libz-devel
BuildRequires: qt5-qtbase-devel
## AUTOBUILDREQ-END
@ -31,9 +27,6 @@ It features a small footprint, a tabbed layout engine, support for multiple enco
%prep
%setup -q -n tea-qt-%{version}
#%patch0 -p1
#%patch 1 -p1
%patch 2 -p1
%build
%{_qt5_qmake} PREFIX=%{_bindir}
@ -55,6 +48,9 @@ It features a small footprint, a tabbed layout engine, support for multiple enco
%doc AUTHORS COPYING
%changelog
* Thu May 16 2024 Automatic Build System <autodist@openmamba.org> 63.0.2-1mamba
- automatic version update by autodist
* Sun Mar 10 2024 Automatic Build System <autodist@openmamba.org> 62.4.0-1mamba
- automatic version update by autodist