automatic version update by autodist [release 38.0.0-1mamba;Thu Oct 16 2014]

This commit is contained in:
Automatic Build System 2024-01-05 18:22:09 +01:00
parent 08ba0b1002
commit 5d6a7b3749
3 changed files with 17 additions and 19 deletions

View File

@ -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)

View File

@ -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

View File

@ -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 <ercole69@gmail.com>
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 <autodist@mambasoft.it> 38.0.0-1mamba
- automatic version update by autodist
* Wed Apr 09 2014 Automatic Build System <autodist@mambasoft.it> 37.2.1-1mamba
- automatic version update by autodist