Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > a99dd7c4d16f8bbeb946739fba5581eb > files > 2

cellwriter-1.2.4-3mdv2009.0.src.rpm

%define name    cellwriter
%define version 1.2.4
%define release %mkrel 3

Name:           %{name} 
Summary:        Character-based hardwriting input panel
Version:        %{version} 
Release:        %{release} 
Source0:        http://pub.risujin.org/%{name}-%{version}.tar.gz
URL:            http://risujin.org/cellwriter/ 

Group:          Accessibility
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot 
License:        GPL
BuildRequires:  libxtst-devel gtk2-devel libgnome2-devel

%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.

%prep 
%setup -q

%build 
%configure2_5x
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
rm -f %buildroot/%{_iconsdir}/hicolor/icon-theme.cache

%post
%update_icon_cache

%clean 
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr(0755,root,root) 
%doc README NEWS COPYING AUTHORS 
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/%name
%{_datadir}/pixmaps/*
%{_iconsdir}/hicolor/scalable/apps/cellwriter.svg
%{_datadir}/applications/*


%changelog
* Wed Jul 23 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.2.4-3mdv2009.0
+ Revision: 243472
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Thu Oct 18 2007 Austin Acton <austin@mandriva.org> 1.2.4-1mdv2008.1
+ Revision: 99984
- fix buildrequires
- import cellwriter