]> git.pld-linux.org Git - packages/autoscan-network.git/blame - autoscan-network.spec
- updated gettext BR
[packages/autoscan-network.git] / autoscan-network.spec
CommitLineData
7ec78709 1Summary: AutoScan - a utility for network exploration
d48436e5 2Summary(pl.UTF-8): AutoScan - narzędzie do odkrywania sieci
f8c6f6e4
MWP
3Name: autoscan-network
4Version: 1.12
5Release: 0.1
433315d2
JB
6License: GPL v2
7Group: X11/Applications/Networking
f8c6f6e4
MWP
8Source0: http://autoscan.fr/download/%{name}-%{version}.tar.gz
9# Source0-md5: 59c94af105807738c379586447755e20
10Patch0: %{name}-install.patch
bb995e04 11URL: http://autoscan.free.fr/
7ec78709
JB
12BuildRequires: autoconf
13BuildRequires: automake
b2a01292 14BuildRequires: elfutils-devel
b228f493 15BuildRequires: gettext-tools
b2a01292 16BuildRequires: glib2-devel >= 1:2.6.3
26deca2f
JB
17BuildRequires: gnome-keyring-devel >= 0.4.2
18BuildRequires: gnome-vfs2-devel >= 2.8.4
b2a01292
JB
19BuildRequires: gtk+2-devel >= 2:2.6.0
20# disabled in configure
21#BuildRequires: gtk-vnc-devel >= 0.2.0
178a2463 22BuildRequires: libao-devel >= 0.8.5
26deca2f
JB
23BuildRequires: libbonoboui-devel >= 2.8.1
24BuildRequires: libgnomeui-devel >= 2.8.1
bb995e04 25BuildRequires: libgtkhtml-devel
715f06a2 26BuildRequires: libsmbclient-devel
b2a01292
JB
27BuildRequires: libvorbis-devel >= 1:1.1.0
28BuildRequires: libxml2-devel
0caa5e30 29BuildRequires: net-snmp-devel >= 5.0
b2a01292 30BuildRequires: openssl-devel >= 0.9.7a
0caa5e30 31BuildRequires: pango-devel >= 1.8.1
b2a01292 32BuildRequires: pkgconfig
26deca2f 33BuildRequires: vte-devel >= 0.11.12
bb995e04 34BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36%description
f8c6f6e4
MWP
37AutoScan Network is an application designed to explore and to manage
38your network.
bb995e04 39
26deca2f
JB
40Some features:
41- Automatic network discovery
42- Entire subnets can be scanned simultaneously without human
f8c6f6e4 43 intervention
26deca2f
JB
44- Addition time-reality of the new machines put on the network
45- Detection of the OS, brand and model known (possibility to add an
f8c6f6e4 46 unknown equipment in the database)
26deca2f
JB
47- Ability to save the network state
48- A Samba share browser
49- A Nessus client
50
51%description -l pl.UTF-8
52AutoScan Network to aplikacja przeznaczona do odkrywania i zarządzania
53siecią.
54
55Wybrane cechy:
56- automatyczne odkrywanie sieci
57- można skanować jednocześnie całe podsieci bez udziału człowieka
58- dodawanie w czasie rzeczywistym nowych maszyn umieszczonych w sieci
59- wykrywanie systemu operacyjnego, marki i modelu (z możliwością
60 dodania nieznanego sprzętu do bazy)
61- możliwość zapisu stanu sieci
62- przeglądarka udziałów Samby
63- klient Nessusa
bb995e04 64
65%prep
f8c6f6e4
MWP
66%setup -q
67%patch0 -p1
bb995e04 68
69%build
b2a01292
JB
70bash configure
71%{__make} \
72 CC='%{__cc} %{rpmcflags} $(OPTIONS)'
bb995e04 73
74%install
75rm -rf $RPM_BUILD_ROOT
bb995e04 76
f8c6f6e4
MWP
77%{__make} install \
78 DESTDIR=$RPM_BUILD_ROOT
bb995e04 79
b2a01292
JB
80mv -f $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png \
81 $RPM_BUILD_ROOT%{_pixmapsdir}
bb995e04 82%clean
83rm -rf $RPM_BUILD_ROOT
84
85%files
86%defattr(644,root,root,755)
f8c6f6e4 87%doc AUTHORS
b2a01292
JB
88%attr(755,root,root) %{_bindir}/autoscan-network
89%attr(755,root,root) %{_sbindir}/autoscan-network-daemon
bb995e04 90%{_datadir}/apps/%{name}
0caa5e30 91%{_datadir}/sounds/%{name}
26deca2f 92%{_desktopdir}/%{name}.desktop
b2a01292
JB
93%{_pixmapsdir}/%{name}.png
94%{_pixmapsdir}/%{name}
This page took 0.063185 seconds and 4 git commands to generate.