Summary: Cairo Clock to display the time around the world Name: tzclock Version: 2.7.2 Release: 2%{?dist} License: GPLv2 URL: http://www.tzclock.org Group: Applications/Productivity Source: http://www.tzclock.org/releases/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: desktop-file-utils libgnomeui-devel %description Cairo Clock that can display the time around the world. It supports multiple faces showing different time zones. There is also a stopwatch that is accurate to a tenth of a second. Plus many other nice features for you to discover. %prep %setup -q %build %configure make CDEBUGFLAGS="$RPM_OPT_FLAGS" CXXDEBUGFLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_bindir} mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1 install -p -m 755 TzClockCairo $RPM_BUILD_ROOT%{_bindir}/TzClock install -p -m 644 TzClock.svg $RPM_BUILD_ROOT%{_datadir}/pixmaps/TzClock.svg install -p -m 644 TzClock.man $RPM_BUILD_ROOT%{_mandir}/man1/TzClock.1 desktop-file-install --vendor="" --dir=${RPM_BUILD_ROOT}%{_datadir}/applications TzClock.desktop %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_bindir}/TzClock %{_datadir}/applications/TzClock.desktop %{_datadir}/pixmaps/TzClock.svg %{_mandir}/man1/TzClock.1.* %doc COPYING AUTHORS %changelog * Fri Sep 12 2008 Chris Knight 2.7.2-2 - Font sizing and numbers on the face. * Fri May 16 2008 Chris Knight 2.7.1-1 - Added a save preferences option. * Fri Apr 11 2008 Chris Knight 2.6.1-2 - Fixed a few warnings. * Thu Apr 10 2008 Chris Knight 2.6.1-1 - Read zone.tab and use pango to display the text. * Tue Dec 11 2007 Chris Knight 2.5.6-1 - Small fix to man page and new timezone information. * Mon Oct 29 2007 Chris Knight 2.5.5-1 - Prepare a new build, removed tool tips. * Mon Oct 1 2007 Chris Knight 2.5.4-5 - Packaging fixes, preserve dates, vendor fedora, default attr. * Mon Oct 1 2007 Chris Knight 2.5.4-4 - Changed Makefile.am to put the defines into the *_CPPFLAGS. * Sun Sep 30 2007 Chris Knight 2.5.4-3 - Removed the -s from the TzClock install so that debuginfo is generated. * Fri Sep 28 2007 Chris Knight 2.5.4-2 - Fixed comments in the source files to reflect GPLv2 Licence. * Wed Sep 19 2007 Chris Knight 2.5.4-1 - Bug fixes before a new release, including changes to the about page. * Mon Sep 10 2007 Chris Knight 2.5.3-6 - Changed the script to build different version for each distro. * Fri Sep 07 2007 Chris Knight 2.5.3-5 - Added a man file to help with the command line options. * Thu Sep 06 2007 Chris Knight 2.5.3-4 - Removed unnecessary macros from spec file * Wed Sep 05 2007 Chris Knight 2.5.3-3 - Add a TzClock.desktop and a TzClock.svg * Wed Sep 05 2007 Chris Knight 2.5.3-2 - Made suggested changes to the spec file