From 5d6a7b3749b6486788661a20c39c426581deac52 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:22:09 +0100 Subject: [PATCH] automatic version update by autodist [release 38.0.0-1mamba;Thu Oct 16 2014] --- tea-38.0.0-qmake_prefix.patch | 11 +++++++++++ tea-makefile.patch | 16 ---------------- tea.spec | 9 ++++++--- 3 files changed, 17 insertions(+), 19 deletions(-) create mode 100644 tea-38.0.0-qmake_prefix.patch delete mode 100644 tea-makefile.patch diff --git a/tea-38.0.0-qmake_prefix.patch b/tea-38.0.0-qmake_prefix.patch new file mode 100644 index 0000000..d9ce4f0 --- /dev/null +++ b/tea-38.0.0-qmake_prefix.patch @@ -0,0 +1,11 @@ +--- 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) diff --git a/tea-makefile.patch b/tea-makefile.patch deleted file mode 100644 index dfc3881..0000000 --- a/tea-makefile.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -Nru tea-33.0.0.orig/src.pro tea-33.0.0/src.pro ---- tea-33.0.0.orig/src.pro 2012-04-28 18:34:33.000000000 +0200 -+++ tea-33.0.0/src.pro 2012-04-29 16:08:56.004656111 +0200 -@@ -101,10 +101,10 @@ - } - - TARGET = bin/tea --#target.path = /usr/local/bin -+#target.path = /usr/bin - - isEmpty( PREFIX ) { -- PREFIX = /usr/local/bin -+ PREFIX = /usr/bin - } - - target.path = $$PREFIX diff --git a/tea.spec b/tea.spec index 73855f7..6d28773 100644 --- a/tea.spec +++ b/tea.spec @@ -1,5 +1,5 @@ Name: tea -Version: 37.2.1 +Version: 38.0.0 Release: 1mamba Summary: A powerful and easy-to-use Qt4-based editor with many useful features for HTML, Docbook, and LaTeX editing Group: Graphical Desktop/Applications/Development @@ -9,7 +9,7 @@ Packager: Ercole 'ercolinux' Carpanetto URL: http://semiletov.org/tea/ Source: http://semiletov.org/tea/dloads/tea-%{version}.tar.bz2 #Source: http://downloads.sourceforge.net/project/tea-editor/tea-editor/%{version}/tea-%{version}.tar.bz2 -Patch1: tea-makefile.patch +Patch0: tea-38.0.0-qmake_prefix.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -29,7 +29,7 @@ TEA is a powerful and easy-to-use Qt4-based editor with many useful features for %prep %setup -q -#%patch1 -p1 +%patch0 -p1 %build qmake PREFIX=%{_bindir} @@ -48,6 +48,9 @@ qmake PREFIX=%{_bindir} %doc AUTHORS COPYING %changelog +* Thu Oct 16 2014 Automatic Build System 38.0.0-1mamba +- automatic version update by autodist + * Wed Apr 09 2014 Automatic Build System 37.2.1-1mamba - automatic version update by autodist