automatic version update by autodist [release 38.0.0-1mamba;Thu Oct 16 2014]
This commit is contained in:
parent
08ba0b1002
commit
5d6a7b3749
11
tea-38.0.0-qmake_prefix.patch
Normal file
11
tea-38.0.0-qmake_prefix.patch
Normal 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)
|
@ -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
|
|
9
tea.spec
9
tea.spec
@ -1,5 +1,5 @@
|
|||||||
Name: tea
|
Name: tea
|
||||||
Version: 37.2.1
|
Version: 38.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A powerful and easy-to-use Qt4-based editor with many useful features for HTML, Docbook, and LaTeX editing
|
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
|
Group: Graphical Desktop/Applications/Development
|
||||||
@ -9,7 +9,7 @@ Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
|||||||
URL: http://semiletov.org/tea/
|
URL: http://semiletov.org/tea/
|
||||||
Source: http://semiletov.org/tea/dloads/tea-%{version}.tar.bz2
|
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
|
#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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -29,7 +29,7 @@ TEA is a powerful and easy-to-use Qt4-based editor with many useful features for
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch1 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
qmake PREFIX=%{_bindir}
|
qmake PREFIX=%{_bindir}
|
||||||
@ -48,6 +48,9 @@ qmake PREFIX=%{_bindir}
|
|||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 09 2014 Automatic Build System <autodist@mambasoft.it> 37.2.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user