]> git.pld-linux.org Git - packages/cheops-ng.git/blob - cheops-ng.spec
- added gcc33 patch,
[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:  bison
16 BuildRequires:  gnome-libs-devel
17 BuildRequires:  libxml-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Cheops-ng is a network management tool for mapping and monitoring your
22 network. It has host/network discovery functionality and OS detection,
23 and does a port scan of each computer to tell what services are
24 running. It can probe FTP, HTTP, ssh, SMTP, NNTP, IMAP, and VNC to see
25 what version and type of server is running on those ports.
26
27 %description -l pl
28 Cheops-ng jest narzêdziem zarz±dania sieci± s³u¿±cym do tworzenia map
29 i monitorowania sieci. Ma mo¿liwo¶æ znajdowania urz±dzeñ w sieci,
30 identyfikacji systemu operacyjnego, skanowania portów w celu
31 identyfikacji popularnych us³ug sieciowych.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36 %patch1 -p1
37 %patch2 -p1
38
39 %build
40 rm -f missing
41 mv -f aclocal.m4 acinclude.m4
42 %{__aclocal}
43 %{__autoconf}
44 cp -f %{_datadir}/automake/{config.,missing}* .
45 %configure
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 install -d $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc AUTHORS ChangeLog README doc/*
61 %attr(755,root,root) %{_bindir}/*
62 %{_datadir}/%{name}
63 %{_pixmapsdir}/*
This page took 1.558025 seconds and 4 git commands to generate.