]> git.pld-linux.org Git - packages/cheops-ng.git/blob - cheops-ng.spec
a7269de13c5db5478086a3634e0fe312ef68e6d0
[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.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
30 Cheops-ng jest narzêdziem zarz±dania 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 %{_datadir}/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.061947 seconds and 2 git commands to generate.