Name: wmfrog Version: 0.3.1 Release: 1%{?dist} Summary: A weather application, it shows the weather in a graphical way Group: Amusements/Graphics License: GPLv2+ URL: http://wiki.colar.net/wmfrog_dockapp Source0: http://bitbucket.org/tcolar/%{name}/downloads/%{name}-%{version}.tgz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: libX11-devel, libXext-devel, libXpm-devel Requires: wget %description This is a weather application, it shows the weather in a graphical way. The artwork looks like a kiddo did it, but that's part of the charm… Ok, I did it when I was 25, I'm a programmer not a designer :) %prep %setup -q -c sed -i -e 's|/lib/wmfrog|/libexec/wmfrog|' Src/Makefile sed -i -e 's|/usr/lib/|%{_libexecdir}/|' Src/wmFrog.c # Remove prebuilt binaries make -C Src clean %build cd Src make CFLAGS="${RPM_OPT_FLAGS}" %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT cd Src make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_bindir}/%{name} %{_libexecdir}/%{name} %doc CHANGES COPYING HINTS %changelog * Thu Dec 02 2010 Petr Pisar - 0.3.1-1 - 0.3.1 bump - Fixed clouds/wind parsing issues * Wed Sep 01 2010 Petr Pisar - 0.2.2-1 - 0.2.2 bump * Mon Aug 09 2010 Petr Pisar - 0.2.1-2 - Change RPM group to Amusements/Graphics * Thu Aug 05 2010 Petr Pisar - 0.2.1-1 - 0.2.1 bump - Fix METAR parser * Tue Aug 03 2010 Petr Pisar - 0.2.0-1 - 0.2.0 import