Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a7b9318b44 |
3 changed files with 52 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -0,0 +1 @@
|
|||
/wmweather_2.4.5.orig.tar.gz
|
||||
1
sources
1
sources
|
|
@ -0,0 +1 @@
|
|||
327263e96126ad6cf1ccde572111190d wmweather_2.4.5.orig.tar.gz
|
||||
50
wmweather.spec
Normal file
50
wmweather.spec
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue