Summary: Typing monitor to force typing breaks Name: drwright Version: 3.2.3 Release: 1%{?_dist_release} Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.2/%{name}-%{version}.tar.xz License: GPLv2 Group: User Interface/Desktops URL: https://live.gnome.org/ThreePointOne/Features/FilePreviewing BuildRequires: gtk3-devel >= 3.2.0 BuildRequires: gnome-settings-daemon-devel BuildRequires: libcanberra-gtk3-devel BuildRequires: libnotify-devel BuildRequires: libXScrnSaver-devel BuildRequires: libSM-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root Vendor: Project Vine Distribution: Vine Linux Packager: Takemikaduchi %description DrWright monitors your typing and forces you to periodically take typing breaks. %prep %setup -q %build %configure --disable-static %{__make} %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %find_lang %{name} %clean %{__rm} -rf $RPM_BUILD_ROOT %post touch %{_datadir}/icons/hicolor if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor fi %postun touch %{_datadir}/icons/hicolor if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor fi glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: %posttrans glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS %{_libdir}/control-center-1/panels/libdrwrightccp.so %{_libdir}/%{name}/gnome-typing-monitor %{_libdir}/gnome-settings-daemon-3.0/libtyping-break.so %{_libdir}/gnome-settings-daemon-3.0/typing-break.gnome-settings-plugin %{_datadir}/%{name} %{_datadir}/applications/gnome-typing-break-panel.desktop %{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.typing-break.gschema.xml %{_datadir}/icons/hicolor/*/*/* %changelog * Wed Dec 28 2011 Yoji TOYODA 3.2.3-1 - new upstream release * Tue Nov 22 2011 Yoji TOYODA 3.2.2-1 - new upstream release - remove Patch0 * Sat Oct 22 2011 Yoji TOYODA 3.2.1-1 - initial build for Vine Linux