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