]> git.pld-linux.org Git - packages/Gforecast.git/blob - Gforecast.spec
- updated to 0.4 (removed gettexize obsoleted patch).
[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:        1
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 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
26 i wy¶wietla j± w formie ikony.
27
28 %prep
29 %setup -q
30
31 %build
32 gettextize --copy --force
33 %configure
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install DESTDIR=$RPM_BUILD_ROOT
40
41 gzip -9nf AUTHORS ChangeLog NEWS README TODO
42
43 %find_lang %{name}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files -f %{name}.lang
49 %defattr(644,root,root,755)
50 %doc *.gz
51 %attr(755,root,root) %{_bindir}/*
52 %{_sysconfdir}/CORBA/servers/*
53 %{_datadir}/applets/Monitors/*
54 %{_pixmapsdir}/*
This page took 0.083197 seconds and 4 git commands to generate.