automatic version update by autodist [release 37.0.1-1mamba;Tue Dec 24 2013]

This commit is contained in:
Automatic Build System 2024-01-05 18:22:09 +01:00
parent 5b4a407061
commit 3a5f28ae18
3 changed files with 103 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# tea
TEA is a powerful and easy-to-use Qt4-based editor with many useful features for HTML, Docbook, and LaTeX editing. It features a small footprint, a tabbed layout engine, support for multiple encodings, code snippets, templates, customizable hotkeys, an "open at cursor" function for HTML files and images, miscellaneous HTML tools, preview in external browser, string manipulation functions, Morse-code tools, bookmarks, syntax highlighting, and more.

16
tea-makefile.patch Normal file
View File

@ -0,0 +1,16 @@
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

85
tea.spec Normal file
View File

@ -0,0 +1,85 @@
Name: tea
Version: 37.0.1
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
Vendor: openmamba
Distribution: openmamba
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
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libGL-devel
BuildRequires: libhunspell-devel
BuildRequires: libqt4-devel
BuildRequires: libstdc++6-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%debug_package
%description
TEA is a powerful and easy-to-use Qt4-based editor with many useful features for HTML, Docbook, and LaTeX editing. It features a small footprint, a tabbed layout engine, support for multiple encodings, code snippets, templates, customizable hotkeys, an "open at cursor" function for HTML files and images, miscellaneous HTML tools, preview in external browser, string manipulation functions, Morse-code tools, bookmarks, syntax highlighting, and more.
%prep
%setup -q
#%patch1 -p1
%build
qmake PREFIX=%{_bindir}
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall INSTALL_ROOT=%{buildroot}/
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/tea
%doc AUTHORS COPYING
%changelog
* Tue Dec 24 2013 Automatic Build System <autodist@mambasoft.it> 37.0.1-1mamba
- automatic version update by autodist
* Thu Oct 17 2013 Automatic Build System <autodist@mambasoft.it> 37.0.0-1mamba
- automatic version update by autodist
* Tue Sep 10 2013 Automatic Build System <autodist@mambasoft.it> 36.0.3-1mamba
- automatic update by autodist
* Fri Jul 12 2013 Automatic Build System <autodist@mambasoft.it> 36.0.2-1mamba
- automatic version update by autodist
* Fri Jun 07 2013 Automatic Build System <autodist@mambasoft.it> 36.0.1-1mamba
- update to 36.0.1
* Tue Mar 26 2013 Automatic Build System <autodist@mambasoft.it> 35.0.0-1mamba
- automatic version update by autodist
* Wed Feb 06 2013 Automatic Build System <autodist@mambasoft.it> 34.0.1-1mamba
- automatic version update by autodist
* Fri Feb 01 2013 Automatic Build System <autodist@mambasoft.it> 34.0.0-1mamba
- automatic version update by autodist
* Sat Jan 26 2013 Automatic Build System <autodist@mambasoft.it> 33.5.0-1mamba
- update to 33.5.0
* Fri Oct 12 2012 Automatic Build System <autodist@mambasoft.it> 33.3.0-1mamba
- automatic version update by autodist
* Sat Aug 11 2012 Automatic Build System <autodist@mambasoft.it> 33.2.0-1mamba
- automatic version update by autodist
* Sun Apr 29 2012 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 33.0.0-1mamba
- package created by autospec