]> git.pld-linux.org Git - packages/wmfire.git/blob - wmfire.spec
Update to 1.2.4
[packages/wmfire.git] / wmfire.spec
1 Summary:        Program that displays CPU load as fire in a small icon
2 Summary(pl.UTF-8):      Aplet pokazujący obciążenie CPU w małym okienku
3 Name:           wmfire
4 Version:        1.2.4
5 Release:        1
6 License:        GPL
7 Group:          X11/Window Managers/Tools
8 Source0:        http://www.improbability.net/wmfire/%{name}-%{version}.tar.gz
9 # Source0-md5:  e0f298a542ce784806d3e8d1f555e51b
10 Source1:        %{name}.desktop
11 URL:            http://www.improbability.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gtk+2-devel
15 BuildRequires:  libgtop-devel
16 BuildRequires:  xorg-lib-libX11-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19
20 %description
21 wmfire is an eye-candy dock applet for Window Maker that displays
22 generated fire, possibly according to how much load the system is
23 experiencing, or from a number somewhere in a file. wmfire requires
24 very little CPU. It has options for cyanish or orange/red flames, you
25 can even set it to display your motherboard temperature through
26 lm_sensors.
27
28 %description -l pl.UTF-8
29 wmfire jest apletem dla Window Makera pokazującym wygenerowany ogień w
30 zależności od stopnia obciążenia systemu lub liczby w jakimś pliku.
31 Nieznacznie obciąża procesor, wyświetla niebieskie, pomarańczowe lub
32 czerwone płomienie, może wyświetlać także temperaturę płyty głównej
33 poprzez lm_sensors.
34
35 %prep
36 %setup -q
37
38 %build
39 rm -f missing
40 %{__aclocal}
41 %{__autoconf}
42 %{__automake}
43 %configure
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48 install -d $RPM_BUILD_ROOT%{_desktopdir}/docklets
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/docklets
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc AUTHORS README ChangeLog NEWS
60 %attr(755,root,root) %{_bindir}/*
61 %{_desktopdir}/docklets/*
62 %{_mandir}/man1/*
This page took 0.120067 seconds and 4 git commands to generate.