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

Group:          User Interface/X
License:        GPLv2+
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
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 2.9-9
- rebuild with new openssl

* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.9-8
- Autorebuild for GCC 4.3

* Mon Feb 11 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> - 2.9-7
- Rebuilt for gcc43

* Wed Dec 05 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 2.9-6
- bump

* Thu Aug 23 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 2.9-5
- new license tag
- rebuild for buildid

* Fri Sep 15 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
2.9-4
- FE6 rebuild

* 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