]> git.pld-linux.org Git - packages/Gforecast.git/blame - Gforecast.spec
- updated to 0.2,
[packages/Gforecast.git] / Gforecast.spec
CommitLineData
a1995588 1Summary: A weather forecasting applet for the GNOME Panel
2Name: Gforecast
3a34a3fa 3Version: 0.2
a1995588 4Release: 1
5License: GPL
6Group: X11/Applications
7Group(pl): X11/Aplikacje
8Source0: ftp://download.sourceforge.net/pub/sourceforge/waepplets/%{name}-%{version}.tar.gz
a1995588 9Requires: gnome-libs >= 1.2.1
10Requires: gnome-core >= 1.2.1
11URL: http://waepplets.sourceforge.net/
a1995588 12BuildRequires: gnome-core-devel
13BuildRequires: gnome-libs-devel
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%define _prefix /usr/X11R6
17%define _sysconfdir /etc/X11/GNOME
1d04a17d 18
19%description
20Simple applet that gets the forecast for a chosen city and shows it as
21an icon image in a GNOME applet.
22
23%prep
a1995588 24%setup -q
1d04a17d 25
26%build
a1995588 27LDFLAGS="-s"; export LDFLAGS
28%configure
29%{__make}
1d04a17d 30
31%install
32rm -rf $RPM_BUILD_ROOT
a1995588 33
34%{__make} install DESTDIR=$RPM_BUILD_ROOT
35
36gzip -9nf AUTHORS ChangeLog NEWS README TODO
1d04a17d 37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
a1995588 42%defattr(644,root,root,755)
43%doc *.gz
44%attr(755,root,root) %{_bindir}/*
45%{_sysconfdir}/CORBA/servers/*
46%{_datadir}/applets/Monitors/*
47%{_datadir}/pixmaps/*
This page took 0.077862 seconds and 4 git commands to generate.