]> git.pld-linux.org Git - packages/bbppp.git/blob - bbppp.spec
- added "rm -f missing" on top %build.
[packages/bbppp.git] / bbppp.spec
1 Summary:        A ppp monitor tool designed for blackbox
2 Summary(pl):    Narzêdzie minotoruj±ce ppp zaprojektowane dla blackboksa
3 Name:           bbppp
4 Version:        0.2.2
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 bbppp allows you to connect and disconnect (with user supplied scripts)
23 with dial-up. It monitors load, ligths blinking leds and counts time of
24 connection.
25 It is highly integrated with blackbox window manager (can use it's
26 theme settings), but can work also with other WM.
27
28 %description -l pl
29 bbppp pozawala po³±czyæ i roz³±czyæ siê przez dial-up (u¿ywaj±c skryptów
30 u¿ytkownika). Mo¿e monitorowaæ przep³yw danych, zapala mrygaj±ce "diodki"
31 i liczy czas po³±czenia.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36
37 %build
38 rm -f missing
39 aclocal
40 autoconf
41 automake -a -c
42 %configure
43 %{__make} CXX="%{__cc}"
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} DESTDIR=$RPM_BUILD_ROOT install
49
50 gzip -9nf AUTHORS ChangeLog README TODO data/README.*
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc *.gz data/*.gz
58 %attr(755,root,root) %{_bindir}/bb*
59 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/bbtools/%{name}.*
This page took 0.052817 seconds and 3 git commands to generate.