# Review at https://bugzilla.redhat.com/show_bug.cgi?id=398111 %global minor_version 1.0 Name: xfce4-time-out-plugin Version: 1.0.1 Release: 3%{?dist} Summary: Xfce panel plugin for taking breaks from the computer Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/panel-plugins/%{name} #VSC: git: git://git.xfce.org/panel-plugins/xfce4-time-out-plugin Source0: http://archive.xfce.org/src/panel-plugins/%{name}/%{minor_version}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pkgconfig(libxfce4panel-1.0) >= 4.8.0 BuildRequires: pkgconfig(libxfce4ui-1) >= 4.8.0 BuildRequires: libxml2-devel BuildRequires: libICE-devel BuildRequires: gettext, intltool Requires: xfce4-panel >= 4.8.0 %description This plugin makes it possible to take periodical breaks from the computer every X minutes. During breaks it locks your screen. It optionally allows you to postpone breaks for a certain time. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" chmod -c +x $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/libtime-out.so find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %find_lang %{name} %post touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : %postun if [ $1 -eq 0 ] ; then touch --no-create %{_datadir}/icons/hicolor &>/dev/null gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : fi %posttrans gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README THANKS %{_libdir}/xfce4/panel/plugins/ %{_datadir}/xfce4/panel/plugins/*.desktop %{_datadir}/icons/hicolor/*/*/* %changelog * Sun Jul 22 2012 Fedora Release Engineering - 1.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Apr 24 2012 Ville Skyttä - 1.0.1-2 - Fix -debuginfo. * Wed Apr 18 2012 Christoph Wickert - 1.0.1-1 - Update to 1.0.1 - Add VCS key * Sun Apr 15 2012 Kevin Fenzi - 1.0.0-5 - Rebuild for Xfce 4.10(pre2) * Thu Apr 05 2012 Kevin Fenzi - 1.0.0-4 - Rebuild for Xfce 4.10 * Sat Jan 14 2012 Fedora Release Engineering - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Feb 07 2011 Fedora Release Engineering - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Dec 27 2010 Christoph Wickert - 1.0.0-1 - Update to 1.0.0 - Drop all patches (obsolete) * Sun Dec 19 2010 Christoph Wickert - 0.1.1-6 - Rebuild for xfce4-panel 4.7 * Sun Dec 19 2010 Christoph Wickert - 0.1.1-5 - Hide the time label on startup if settings say so (bugzilla.xfce.org #3224) - Update translations from Xfce Transifex - Update icon-cache scriptlets * Mon Jul 27 2009 Fedora Release Engineering - 0.1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sun Jan 18 2009 Christoph Wickert - 0.1.1-2 - Rebuild for Xfce 4.6 (Beta 3) * Sun Nov 25 2007 Christoph Wickert - 0.1.1-1 - Initial Fedora package