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