]> git.pld-linux.org Git - packages/bbsload.git/blob - bbsload.spec
- added "rm -f missing" on top %build.
[packages/bbsload.git] / bbsload.spec
1 Summary:        A system load mozitor designed for blackbox
2 Summary(pl):    Monitor obci±¿enia systemu zaprojektowany dla blackboksa
3 Name:           bbsload
4 Version:        0.2.5
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications
8 Group(de):      X11/Applikationen
9 Group(pl):      X11/Aplikacje
10 Source0:        http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
11 Patch0:         %{name}-sysconfdir.patch
12 URL:            http://bbtools.windsofstorm.net/
13 BuildRequires:  XFree86-devel
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _prefix         /usr/X11R6
19 %define         _mandir         %{_prefix}/man
20
21 %description
22 bbsload monitors system, and memory load.
23 It is highly integrated with blackbox window manager (can use it's theme
24 settings), but can work also with other WM.
25
26 %description -l pl
27 bbsload monitoruje obci±¿enie systemu i zajêto¶æ pamiêci.
28 Jest zintegrowany z blackboxem (u¿ywa jego ustawieñ wygl±du), aczkolwiek
29 mo¿e te¿ pracowaæ z innym zarz±d± okien.
30
31 %prep
32 %setup -q
33 %patch0 -p1
34
35 %build
36 rm -f missing
37 aclocal
38 autoconf
39 automake -a -c
40 %configure
41 %{__make} CXX="%{__cc}"
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} DESTDIR=$RPM_BUILD_ROOT install
47
48 gzip -9nf BUGS README TODO
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}/bb*
57 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.0531 seconds and 3 git commands to generate.