]> git.pld-linux.org Git - packages/ap-utils.git/blob - ap-utils.spec
- missing Group:
[packages/ap-utils.git] / ap-utils.spec
1 Summary:        Configure and monitor Wireless Access Points
2 Summary(pl):    Konfiguracja i monitoring Access Pointów
3 Name:           ap-utils
4 Version:        1.3.1
5 Release:        1
6 License:        GPL
7 Group:          Networking/Utilities
8 Source0:        http://prdownloads.sourceforge.net/ap-utils/%{name}-%{version}.tar.bz2
9 URL:            http://ap-utils.polesye.net/
10 BuildRequires:  ncurses-devel
11
12 %description
13 Configure and monitor Wireless Access Points
14
15 %description -l pl
16 Konfiguracja i monitoring Access Pointów
17
18 %prep
19 %setup -q
20
21 %build
22 %configure
23 %make
24
25 %install %clean rm -rf ${RPM_BUILD_ROOT}
26
27 rm -rf $RPM_BUILD_ROOT
28 %files
29 %defattr(644,root,root,755)
30 %doc AUTHORS INSTALL NEWS COPYING README TODO ChangeLog
31 %doc Documentation/FAQ Documentation/*.html Documentation/uk/*
32 %_bindir/*
33 %_sbindir/*
34 %_mandir/man8/*
35
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
This page took 0.07555 seconds and 3 git commands to generate.