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