Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Mario Blättermann
a7b9318b44 Initial commit 2011-08-13 22:00:47 +02:00
3 changed files with 52 additions and 0 deletions

1
.gitignore vendored
View file

@ -0,0 +1 @@
/wmweather_2.4.5.orig.tar.gz

View file

@ -0,0 +1 @@
327263e96126ad6cf1ccde572111190d wmweather_2.4.5.orig.tar.gz

50
wmweather.spec Normal file
View file

@ -0,0 +1,50 @@
Name: wmweather
Version: 2.4.5
Release: 2%{?dist}
Summary: Applet which shows local weather conditions
Summary(de): Applet, welches die lokalen Wetterbedingungen anzeigt
Group: User Interface/X
License: GPLv2+
URL: http://people.debian.org/~godisch/wmweather/
Source0: http://ftp.de.debian.org/debian/pool/main/w/wmweather/%{name}_%{version}.orig.tar.gz
BuildRequires: curl-devel
BuildRequires: libXext-devel
BuildRequires: libXpm-devel
Requires: xorg-x11-fonts-misc
%description
wmWeather is a dockapp that displays the local weather conditions, using the
values provided from some weather services.
%description -l de
wmWeather ist ein Dockapp, welches die lokalen Wetterdedingungen anzeigt, unter
Verwendung der Werte von verschiedenen Wetterdiensten.
%prep
%setup -q
%build
cd src
%configure --without-xmessage
%install
cd src
make install DESTDIR=%{buildroot} %{?_smp_mflags}
%files
%doc CHANGES COPYING README src/wmweather.conf
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*
%config(noreplace) %{_sysconfdir}/%{name}.conf
%exclude %{_bindir}/wmWeather
%exclude %{_mandir}/man1/wmWeather.1.*
%changelog
* Thu Aug 11 2011 Mario Blättermann <mariobl@fedoraproject.org> 2.4.5-2
- Added Group
* Sun Jul 31 2011 Mario Blättermann <mariobl@fedoraproject.org> 2.4.5-1
- Initial package