]> git.pld-linux.org Git - packages/Gforecast.git/blob - Gforecast.spec
d7827ec731cd42f73d60bdce6303e093394f31c5
[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:        ftp://download.sourceforge.net/pub/sourceforge/waepplets/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-configure.in.patch
10 URL:            http://waepplets.sourceforge.net/
11 BuildRequires:  gnome-core-devel
12 BuildRequires:  gnome-libs-devel
13 BuildRequires:  gettext-devel
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _prefix         /usr/X11R6
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 DESTDIR=$RPM_BUILD_ROOT
46
47 %find_lang %{name}
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files -f %{name}.lang
53 %defattr(644,root,root,755)
54 %doc AUTHORS ChangeLog NEWS README TODO
55 %attr(755,root,root) %{_bindir}/*
56 %{_sysconfdir}/CORBA/servers/*
57 %{_datadir}/applets/Monitors/*
58 %{_pixmapsdir}/*
This page took 0.093549 seconds and 3 git commands to generate.