Ben Konrath 5add48
%global debug_package %{nil}
Ben Konrath 5add48
Matthias Clasen 1dcf21
Name:           caribou
Matthias Clasen 3eed84
Version:        0.2.00
Parag Nemade ba9918
Release:        1%{?dist}
Ben Konrath 5add48
Summary:        A simplified in-place on-screen keyboard
Ben Konrath 5add48
Ben Konrath 5add48
Group:          User Interface/Desktops
Ben Konrath 5add48
License:        LGPLv2+
Ben Konrath 5add48
URL:            http://live.gnome.org/Caribou
Matthias Clasen 3eed84
Source0:        http://ftp.gnome.org/pub/GNOME/sources/caribou/0.2/caribou-%{version}.tar.bz2
Ben Konrath 5add48
Ben Konrath 5add48
BuildArch:      noarch
Ben Konrath 5add48
Ben Konrath 5add48
BuildRequires:  python-devel
Parag Nemade ba9918
BuildRequires:  gtk3-devel
Parag Nemade ba9918
BuildRequires:  pygobject2-devel
Matthias Clasen 191e6b
BuildRequires:  pyclutter-devel
Matthias Clasen da06c9
BuildRequires:  pyatspi
Matthias Clasen 191e6b
BuildRequires:  python-virtkey
Matthias Clasen 5e58d5
BuildRequires:  intltool
Matthias Clasen 157b72
BuildRequires:  gnome-doc-utils
Matthias Clasen f8baf8
BuildRequires:  desktop-file-utils
Parag Nemade ba9918
BuildRequires:  gettext
Matthias Clasen 191e6b
Ben Konrath 5add48
Requires:       pygtk2
Matthias Clasen da06c9
Requires:       gnome-python2-gconf
Matthias Clasen da06c9
Requires:       pyatspi
Ben Konrath 5add48
Requires:       pyclutter
Ben Konrath 5add48
Requires:       python-virtkey
Ben Konrath 5add48
Ben Konrath 5add48
%description
Ben Konrath 5add48
Caribou is a text entry application that currently manifests itself as
Ben Konrath 5add48
a simplified in-place on-screen keyboard.
Ben Konrath 5add48
Ben Konrath 5add48
%prep
Ben Konrath 5add48
%setup -q
Ben Konrath 5add48
Ben Konrath 5add48
Ben Konrath 5add48
%build
Matthias Clasen 191e6b
%configure
Parag Nemade ba9918
make %{?_smp_mflags}
Ben Konrath 5add48
Ben Konrath 5add48
%install
Parag Nemade ba9918
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
Parag Nemade ba9918
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
Ben Konrath 5add48
Matthias Clasen 1d7d79
echo "NoDisplay=true" >> $RPM_BUILD_ROOT%{_datadir}/applications/caribou.desktop
Matthias Clasen 1c23a9
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/caribou.desktop
Matthias Clasen 1c23a9
Matthias Clasen 191e6b
%find_lang caribou
Ben Konrath 5add48
Parag Nemade ba9918
%postun
Parag Nemade ba9918
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
Matthias Clasen 1c23a9
Parag Nemade ba9918
%post
Parag Nemade ba9918
if [ $1 -eq 1 ] ; then
Parag Nemade ba9918
    glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
Parag Nemade ba9918
fi
Matthias Clasen 1c23a9
Matthias Clasen 191e6b
%files -f caribou.lang
Ben Konrath 5add48
%defattr(-,root,root,-)
Parag Nemade ba9918
%doc NEWS COPYING README
Ben Konrath 5add48
%{python_sitelib}/caribou
Matthias Clasen 1dcf21
%{_bindir}/caribou
Matthias Clasen 191e6b
%{_datadir}/caribou
Matthias Clasen 1c23a9
%{_datadir}/applications/caribou.desktop
Parag Nemade ba9918
%{_sysconfdir}/xdg/autostart/caribou-autostart.desktop
Parag Nemade ba9918
%{_datadir}/glib-2.0/schemas
Ben Konrath 5add48
Ben Konrath 5add48
%changelog
Matthias Clasen 3eed84
* Tue Apr  5 2011 Matthias Clasen <mclasen@redhat.com> - 0.2.00-1
Matthias Clasen 3eed84
- Update to 0.2.00
Matthias Clasen 3eed84
Parag Nemade ba9918
* Tue Mar 22 2011 Parag Nemade <pnemade AT redhat.com> - 0.1.92-1
Parag Nemade ba9918
- Update to 0.1.92
Parag Nemade ba9918
Parag Nemade ba9918
* Thu Mar 10 2011 Parag Nemade <pnemade AT redhat.com> - 0.1.91-1
Parag Nemade ba9918
- Update to 0.1.91
Parag Nemade ba9918
Parag Nemade ba9918
* Thu Mar 10 2011 Parag Nemade <pnemade AT redhat.com> - 0.1.7-1
Parag Nemade ba9918
- Update to 0.1.7
Parag Nemade ba9918
Dennis Gilmore 163caf
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.5-3
Dennis Gilmore 163caf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Dennis Gilmore 163caf
dmalcolm cfd2c8
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.1.5-2
dmalcolm cfd2c8
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
dmalcolm cfd2c8
Matthias Clasen 1c23a9
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
Matthias Clasen 1c23a9
- Update to 0.1.5
Matthias Clasen 1c23a9
Matthias Clasen da06c9
* Wed Jun 16 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.2-3
Matthias Clasen da06c9
- Require pyatspi, not at-spi-python
Matthias Clasen da06c9
Matthias Clasen f400e1
* Sat May 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.2-2
Matthias Clasen f400e1
- Rewrite spec for autotools
Matthias Clasen f400e1
Matthias Clasen 1dcf21
* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.2-1
Matthias Clasen 1dcf21
- Update to 0.1.2
Matthias Clasen 1dcf21
Ben Konrath 5add48
* Thu Jan 21 2009 Ben Konrath <ben@bagu.org> - 0.0.2-1
Ben Konrath 5add48
- Initial release.