]> git.pld-linux.org Git - packages/Gforecast.git/blob - Gforecast.spec
- removed all Group fields translations (oure rpm now can handle translating
[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 Source0:        ftp://download.sourceforge.net/pub/sourceforge/waepplets/%{name}-%{version}.tar.gz
9 URL:            http://waepplets.sourceforge.net/
10 BuildRequires:  gnome-core-devel
11 BuildRequires:  gnome-libs-devel
12 BuildRequires:  gettext-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
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
31 %build
32 rm -rf missing
33 gettextize --copy --force
34 aclocal -I macros
35 autoconf
36 automake -a -c
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install DESTDIR=$RPM_BUILD_ROOT
44
45 gzip -9nf AUTHORS ChangeLog NEWS README TODO
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 *.gz
55 %attr(755,root,root) %{_bindir}/*
56 %{_sysconfdir}/CORBA/servers/*
57 %{_datadir}/applets/Monitors/*
58 %{_pixmapsdir}/*
This page took 0.07144 seconds and 3 git commands to generate.