File cellwriter.spec of Package cellwriter
#
# spec file for package cellwriter (Version 1.3.4 )
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: cellwriter
Summary: Character-based handwriting input panel
Version: 1.3.4
Release: 1
Source0: %{name}-%{version}.tar.bz2
Url: http://risujin.org/cellwriter/
Group: System/GUI/GNOME
BuildRoot: %{_tmppath}/%{name}-%{version}-build
License: GPL v2 or later
BuildRequires: gtk2-devel update-desktop-files xorg-x11-devel
Requires: gtk2
%description
CellWriter is a grid-entry natural handwriting input panel. As you
write characters into the cells, your writing is instantly recognized
at the character level. When you press Enter on the panel, the input
you entered is sent to the currently focused application as if typed on
the keyboard.
Authors:
--------
Michael Levin <risujin@risujin.org>
%prep
%setup -q
%build
%configure \
--without-gnome
make %{?jobs:-j%jobs}
%install
%makeinstall
%suse_update_desktop_file -i cellwriter Utility Accessibility
%post
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README NEWS COPYING AUTHORS
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/%name
%{_datadir}/pixmaps/*
%{_datadir}/icons/hicolor/scalable/apps/cellwriter.svg
%{_datadir}/applications/*
%changelog
* Tue Jun 10 2008 dkukawka@suse.de
- updated to v1.3.4:
- stroke.c, averages.c: Fixed two memory leak
* Thu Jan 31 2008 dkukawka@suse.de
- updated to v1.3.3
* Tue Nov 13 2007 dkukawka@suse.de
- updated to v1.3.1
* Fri Nov 02 2007 dkukawka@suse.de
- initial package v1.3.0