artha/artha.spec

67 lines
3.0 KiB
RPMSpec

Name: artha
Version: 1.0.5
Release: 2mamba
Summary: A handy thesaurus based on wordnet
Group: Graphical Desktop/Applications/Office
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://artha.sourceforge.net/wiki/index.php/Home
Source: https://downloads.sourceforge.net/project/artha/artha/%{version}/artha-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libdbus-devel
BuildRequires: libdbus-glib-devel
BuildRequires: libglib-devel
BuildRequires: libgtk2-devel
BuildRequires: libwordnet-devel
## AUTOBUILDREQ-END
%description
Artha is a handy thesaurus that focuses on high usability, without trading off simplicity and ease of use. It has the following distinct features that increases its usability:
- WordNet - Artha harnesses the extensive & in-depth database provided by WordNet. Unlike other dictionaries which goes on-line for every single lookup, Artha works completely off-line; thanks to WordNet for its excellent and cognitive database.
- Hot key Lookup - When you press a pre-set hot key, after selecting some text on any window, Artha pops up with the selection's definitions looked-up.
- Regular Expressions Search - When a word is vaguely known I.e. the user is unclear of its spelling or when it's start/end alone is known or when the number of characters is known; one can speed up/narrow the search using regular expression to locate the particular word they have in mind.
- Notifications - Artha can show passive notifications (balloon tips) instead of the application's window popping up, so that you can continue what you were doing, uninterrupted. (like reading, writing, etc.)
- Suggestions - When a misspelled word is queried for, Artha gives you its near-match suggestions.
- Relative to Sense Mapping - Relative words like synonyms, antonyms, etc. that are displayed are many. You might not know to which sense/definition of a word does a relative map to. In Artha, when you select a relative, its corresponding definition is scrolled to and highlighted for easy comprehension.
%debug_package
%prep
%setup -q
%build
CFLAGS="%{optflags} `pkg-config --libs gio-2.0`" \
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/artha
%{_datadir}/applications/artha.desktop
%dir %{_datadir}/artha
%{_datadir}/artha/gui.glade
%{_datadir}/pixmaps/artha.png
%{_mandir}/man1/artha.1*
%doc AUTHORS COPYING
%changelog
* Wed Jan 05 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.5-2mamba
- updated maintainer and fixed build requirements block
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
- automatic version update by autodist
* Mon Oct 08 2012 openmamba WebBuild System <webbuild@openmamba.org> 1.0.3-1mamba
- package created by autospec