]> git.pld-linux.org Git - packages/Gforecast.git/blob - Gforecast.spec
- some pld.org.pl->pld-linux.org cosmetics
[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         _sysconfdir     /etc/X11/GNOME
19
20 %description
21 Simple applet that gets the forecast for a chosen city and shows it as
22 an icon image in a GNOME applet.
23
24 %description -l pl
25 Prosty applet, który pobiera informacjê o pogodzie dla danego miasta i
26 wy¶wietla j± w formie ikony.
27
28 %prep
29 %setup -q
30 %patch0 -p1
31
32 %build
33 rm -rf missing
34 %{__gettextize}
35 %{__aclocal} -I macros
36 %{__autoconf}
37 %{__automake}
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install DESTDIR=$RPM_BUILD_ROOT
45
46 %find_lang %{name}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files -f %{name}.lang
52 %defattr(644,root,root,755)
53 %doc AUTHORS ChangeLog NEWS README TODO
54 %attr(755,root,root) %{_bindir}/*
55 %{_sysconfdir}/CORBA/servers/*
56 %{_datadir}/applets/Monitors/*
57 %{_pixmapsdir}/*
This page took 0.047012 seconds and 3 git commands to generate.