]> git.pld-linux.org Git - packages/cheops-ng.git/blob - cheops-ng.spec
- merged lost spec, added md5
[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 DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog README doc/*
57 %attr(755,root,root) %{_bindir}/*
58 %{_datadir}/%{name}
59 %{_pixmapsdir}/*
This page took 1.890739 seconds and 4 git commands to generate.