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