]> git.pld-linux.org Git - packages/Gforecast.git/blob - Gforecast.spec
- raw version.
[packages/Gforecast.git] / Gforecast.spec
1 Summary: A weather forecasting applet for the GNOME Panel
2 Name: Gforecast
3 Version: 0.1
4 Release: 1
5 Copyright: GPL
6 Group: User Interface/Desktops
7 Source: Gforecast-0.1.tar.gz
8 Requires: gnome-libs >= 1.2.1
9 Requires: gnome-core >= 1.2.1
10 URL: http://waepplets.sourceforge.net/
11 BuildRoot: /tmp/Gforecast-root
12
13 %description
14 Simple applet that gets the forecast for a chosen city and shows it as
15 an icon image in a GNOME applet.
16
17 %prep
18 %setup
19
20 %build
21 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
22 make
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 make prefix=$RPM_BUILD_ROOT/usr install
27 du -k $RPM_BUILD_ROOT
28
29 %clean
30 rm -rf $RPM_BUILD_ROOT
31
32 %files
33 %defattr(-, root, root)
34 %doc AUTHORS COPYING ChangeLog NEWS README TODO
35 /usr/bin/*
36 /usr/share/applets/*
37 /usr/etc/CORBA/servers/*
This page took 0.066881 seconds and 3 git commands to generate.