]> git.pld-linux.org Git - packages/wmfire.git/blob - wmfire.spec
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
[packages/wmfire.git] / wmfire.spec
1 Summary:        Program that displays CPU load as fire in a small icon
2 Summary(pl):    Aplet pokazuj±cy obci±¿enie CPU w ma³ym okienku
3 Name:           wmfire
4 Version:        0.0.3.9pre4
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        %{name}-%{version}.tar.bz2
9 BuildRequires:  XFree86-devel
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %define            _prefix         /usr/X11R6
15
16 %description
17 wmfire is an eye-candy dock applet for Window Maker that displays
18 generated fire, possibly according to how much load the system is
19 experiencing, or from a number somewhere in a file. wmfire requires
20 very little CPU. It has options for cyanish or orange/red flames, you
21 can even set it to display your motherboard temperature through
22 lm_sensors.
23
24 %description -l pl
25 wmfire jest apletem dla Window Makera pokazuj±cym wygenerowany ogieñ
26 w zale¿no¶ci od stopnia obci±¿enia systemu lub liczby w jakim¶ pliku.
27 Nieznacznie obci±¿a procesor, wy¶wietla niebieskie, pomarañczowe lub
28 czerwone p³omienie, mo¿e wy¶wietlaæ tak¿e temperaturê p³yty g³ównej
29 poprzez lm_sensors.
30
31 %prep
32 %setup -q
33
34 %build
35 rm -f missing
36 %{__aclocal}
37 %{__autoconf}
38 %{__automake}
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{_bindir}
45
46 install wmfire fireload_cpu fireload_file  $RPM_BUILD_ROOT%{_bindir}
47
48 gzip -9nf README ChangeLog NEWS AUTHORS CREDITS
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc *.gz
56 %attr(755,root,root) %{_bindir}/*
This page took 0.040568 seconds and 3 git commands to generate.