Summary: Cairo Gauge to display values read from your PC Name: gauge Version: 1.1.1 Release: 1%{?dist} License: GPLv2 URL: http://www.gauge.org Packager: Chris Knight Group: Applications/Productivity Source: http://www.tzclock.org/releases/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: pkgconfig desktop-file-utils gtk2-devel cairo-devel BuildRequires: libgnomeui-devel %description GTK/Cairo Gauge. %prep %setup -q %build %configure make CDEBUGFLAGS="$RPM_OPT_FLAGS" CXXDEBUGFLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT mkdir $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_bindir} mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps install -p -m 755 Gauge $RPM_BUILD_ROOT%{_bindir}/Gauge install -p -m 644 Gauge.svg $RPM_BUILD_ROOT%{_datadir}/pixmaps/Gauge.svg desktop-file-install --vendor="" --dir=${RPM_BUILD_ROOT}%{_datadir}/applications Gauge.desktop %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_bindir}/Gauge %{_datadir}/applications/Gauge.desktop %{_datadir}/pixmaps/Gauge.svg %doc COPYING AUTHORS %changelog * Thu Nov 17 2011 Chris Knight 1.1.1-1 - Bug fixed version, may be the last after switch to GTK3. * Tue Mar 09 2010 Chris Knight 1.0.0-1 - Made suggested changes to the spec file