From 3a5f28ae18dafb438785bf07f128c73ddc018a1f 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 37.0.1-1mamba;Tue Dec 24 2013] --- README.md | 2 ++ tea-makefile.patch | 16 +++++++++ tea.spec | 85 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 103 insertions(+) create mode 100644 tea-makefile.patch create mode 100644 tea.spec diff --git a/README.md b/README.md index 9faef51..4b52956 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/tea-makefile.patch b/tea-makefile.patch new file mode 100644 index 0000000..dfc3881 --- /dev/null +++ b/tea-makefile.patch @@ -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 diff --git a/tea.spec b/tea.spec new file mode 100644 index 0000000..26e23da --- /dev/null +++ b/tea.spec @@ -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 +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 37.0.1-1mamba +- automatic version update by autodist + +* Thu Oct 17 2013 Automatic Build System 37.0.0-1mamba +- automatic version update by autodist + +* Tue Sep 10 2013 Automatic Build System 36.0.3-1mamba +- automatic update by autodist + +* Fri Jul 12 2013 Automatic Build System 36.0.2-1mamba +- automatic version update by autodist + +* Fri Jun 07 2013 Automatic Build System 36.0.1-1mamba +- update to 36.0.1 + +* Tue Mar 26 2013 Automatic Build System 35.0.0-1mamba +- automatic version update by autodist + +* Wed Feb 06 2013 Automatic Build System 34.0.1-1mamba +- automatic version update by autodist + +* Fri Feb 01 2013 Automatic Build System 34.0.0-1mamba +- automatic version update by autodist + +* Sat Jan 26 2013 Automatic Build System 33.5.0-1mamba +- update to 33.5.0 + +* Fri Oct 12 2012 Automatic Build System 33.3.0-1mamba +- automatic version update by autodist + +* Sat Aug 11 2012 Automatic Build System 33.2.0-1mamba +- automatic version update by autodist + +* Sun Apr 29 2012 Ercole 'ercolinux' Carpanetto 33.0.0-1mamba +- package created by autospec