]> git.pld-linux.org Git - packages/cheops-ng.git/blob - cheops-ng.spec
- converted to UTF-8
[packages/cheops-ng.git] / cheops-ng.spec
1 Summary:        Network management tool
2 Summary(pl.UTF-8):   Narzędzie zarządzania siecią
3 Name:           cheops-ng
4 Version:        0.1.12
5 Release:        1
6 License:        GPL
7 Group:          Networking/Admin
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tgz
9 # Source0-md5:  da59e555f57f29bcd4a0aad4c6c28bf6
10 Patch0:         %{name}-DESTDIR.patch
11 Patch1:         %{name}-use_system_libadns.patch
12 Patch2:         %{name}-gcc33.patch
13 URL:            http://cheops-ng.sourceforge.net/
14 BuildRequires:  adns-devel
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  bison
18 BuildRequires:  gnome-libs-devel
19 BuildRequires:  libxml-devel
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Cheops-ng is a network management tool for mapping and monitoring your
24 network. It has host/network discovery functionality and OS detection,
25 and does a port scan of each computer to tell what services are
26 running. It can probe FTP, HTTP, ssh, SMTP, NNTP, IMAP, and VNC to see
27 what version and type of server is running on those ports.
28
29 %description -l pl.UTF-8
30 Cheops-ng jest narzędziem zarządzania siecią służącym do tworzenia map
31 i monitorowania sieci. Ma możliwość znajdowania urządzeń w sieci,
32 identyfikacji systemu operacyjnego, skanowania portów w celu
33 identyfikacji popularnych usług sieciowych.
34
35 %prep
36 %setup -q
37 %patch0 -p1
38 %patch1 -p1
39 %patch2 -p1
40
41 %build
42 rm -f missing
43 mv -f aclocal.m4 acinclude.m4
44 %{__aclocal}
45 %{__autoconf}
46 cp -f /usr/share/automake/{config.,missing}* .
47 %configure
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52 install -d $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog README doc/*
63 %attr(755,root,root) %{_bindir}/*
64 %{_datadir}/%{name}
65 %{_pixmapsdir}/*
This page took 0.065302 seconds and 4 git commands to generate.