Blob Blame History Raw
Name:           wmweather+
Version:        2.9
Release:        3%{?dist}
Summary:        Weather status dockapp

Group:          User Interface/X
License:        GPL
URL:            http://sourceforge.net/projects/wmweatherplus/
Source0:        http://dl.sf.net/wmweatherplus/wmweather+-2.9.tar.gz
Patch0:         wmweather+-configure.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libICE-devel
BuildRequires:  libSM-devel
BuildRequires:  libX11-devel
BuildRequires:  libXext-devel
BuildRequireS:  libXpm-devel
BuildRequires:  WindowMaker-devel
BuildRequires:  pcre-devel
BuildRequires:  w3c-libwww-devel
BuildRequires:  openssl-devel

%description
wmweather+ will download the National Weather Serivce METAR bulletins; AVN,
ETA, and MRF forecasts; and any weather map for display in a WindowMaker
dockapp. Think wmweather with a smaller font, forecasts, a weather map, and a
sky condition display.

%prep
%setup -q
%patch0

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README
%{_bindir}/wmweather+
%{_mandir}/man1/*

%changelog
* Thu Sep 15 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
2.9-2
- add dist tag
- don't doc ChangeLog

* Fri Jun 03 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
2.9-1
- Initial Release