]> git.pld-linux.org Git - packages/Gforecast.git/blob - Gforecast.spec
312c9771bea73d8ab139ad2a40fc17d2b9c09ad8
[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:        2
6 License:        GPL
7 Group:          X11/Applications
8 Group(de):      X11/Applikationen
9 Group(es):      X11/Aplicaciones
10 Group(pl):      X11/Aplikacje
11 Group(pt_BR):   X11/Aplicações
12 Group(pt):      X11/Aplicações
13 Source0:        ftp://download.sourceforge.net/pub/sourceforge/waepplets/%{name}-%{version}.tar.gz
14 URL:            http://waepplets.sourceforge.net/
15 BuildRequires:  gnome-core-devel
16 BuildRequires:  gnome-libs-devel
17 BuildRequires:  gettext-devel
18 BuildRequires:  autoconf
19 BuildRequires:  automake
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %define         _prefix         /usr/X11R6
23 %define         _sysconfdir     /etc/X11/GNOME
24
25 %description
26 Simple applet that gets the forecast for a chosen city and shows it as
27 an icon image in a GNOME applet.
28
29 %description -l pl
30 Prosty applet, który pobiera informacjê o pogodzie dla danego miasta i
31 wy¶wietla j± w formie ikony.
32
33 %prep
34 %setup -q
35
36 %build
37 rm -rf missing
38 gettextize --copy --force
39 aclocal -I macros
40 autoconf
41 automake -a -c
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install DESTDIR=$RPM_BUILD_ROOT
49
50 gzip -9nf AUTHORS ChangeLog NEWS README TODO
51
52 %find_lang %{name}
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files -f %{name}.lang
58 %defattr(644,root,root,755)
59 %doc *.gz
60 %attr(755,root,root) %{_bindir}/*
61 %{_sysconfdir}/CORBA/servers/*
62 %{_datadir}/applets/Monitors/*
63 %{_pixmapsdir}/*
This page took 0.024935 seconds and 2 git commands to generate.