]> git.pld-linux.org Git - packages/Gforecast.git/blob - Gforecast.spec
- many small fixes, mostly inpired by kloczek
[packages/Gforecast.git] / Gforecast.spec
1 Summary:        A weather forecasting applet for the GNOME Panel
2 Summary(pl):    Applet dla GNOME pokazuj±cy pogodê w danym regionie
3 Name:           Gforecast
4 Version:        0.4
5 Release:        3
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/waepplets/%{name}-%{version}.tar.gz
9 # Source0-md5:  c0f582ea548a3be3f46d7acb8249baa3
10 Patch0:         %{name}-configure.in.patch
11 URL:            http://waepplets.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  gnome-core-devel
16 BuildRequires:  gnome-libs-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         _sysconfdir     /etc/X11/GNOME
20
21 %description
22 Simple applet that gets the forecast for a chosen city and shows it as
23 an icon image in a GNOME applet.
24
25 %description -l pl
26 Prosty applet, który pobiera informacjê o pogodzie dla danego miasta i
27 wy¶wietla j± w formie ikony.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32
33 %build
34 rm -rf missing
35 %{__gettextize}
36 %{__aclocal} -I macros
37 %{__autoconf}
38 %{__automake}
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %find_lang %{name}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files -f %{name}.lang
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog NEWS README TODO
56 %attr(755,root,root) %{_bindir}/*
57 %{_sysconfdir}/CORBA/servers/*
58 %{_datadir}/applets/Monitors/*
59 %{_pixmapsdir}/*
This page took 0.190132 seconds and 3 git commands to generate.