]> git.pld-linux.org Git - packages/autoscan-network.git/blob - autoscan-network.spec
- updated gettext BR
[packages/autoscan-network.git] / autoscan-network.spec
1 Summary:        AutoScan - a utility for network exploration
2 Summary(pl.UTF-8):      AutoScan - narzędzie do odkrywania sieci
3 Name:           autoscan-network
4 Version:        1.12
5 Release:        0.1
6 License:        GPL v2
7 Group:          X11/Applications/Networking
8 Source0:        http://autoscan.fr/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  59c94af105807738c379586447755e20
10 Patch0:         %{name}-install.patch
11 URL:            http://autoscan.free.fr/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  elfutils-devel
15 BuildRequires:  gettext-tools
16 BuildRequires:  glib2-devel >= 1:2.6.3
17 BuildRequires:  gnome-keyring-devel >= 0.4.2
18 BuildRequires:  gnome-vfs2-devel >= 2.8.4
19 BuildRequires:  gtk+2-devel >= 2:2.6.0
20 # disabled in configure
21 #BuildRequires: gtk-vnc-devel >= 0.2.0
22 BuildRequires:  libao-devel >= 0.8.5
23 BuildRequires:  libbonoboui-devel >= 2.8.1
24 BuildRequires:  libgnomeui-devel >= 2.8.1
25 BuildRequires:  libgtkhtml-devel
26 BuildRequires:  libsmbclient-devel
27 BuildRequires:  libvorbis-devel >= 1:1.1.0
28 BuildRequires:  libxml2-devel
29 BuildRequires:  net-snmp-devel >= 5.0
30 BuildRequires:  openssl-devel >= 0.9.7a
31 BuildRequires:  pango-devel >= 1.8.1
32 BuildRequires:  pkgconfig
33 BuildRequires:  vte-devel >= 0.11.12
34 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36 %description
37 AutoScan Network is an application designed to explore and to manage
38 your network.
39
40 Some features:
41 - Automatic network discovery
42 - Entire subnets can be scanned simultaneously without human
43   intervention
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
46   unknown equipment in the database)
47 - Ability to save the network state
48 - A Samba share browser
49 - A Nessus client
50
51 %description -l pl.UTF-8
52 AutoScan Network to aplikacja przeznaczona do odkrywania i zarządzania
53 siecią.
54
55 Wybrane 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
64
65 %prep
66 %setup -q
67 %patch0 -p1
68
69 %build
70 bash configure
71 %{__make} \
72         CC='%{__cc} %{rpmcflags} $(OPTIONS)'
73
74 %install
75 rm -rf $RPM_BUILD_ROOT
76
77 %{__make} install \
78         DESTDIR=$RPM_BUILD_ROOT
79
80 mv -f $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png \
81         $RPM_BUILD_ROOT%{_pixmapsdir}
82 %clean
83 rm -rf $RPM_BUILD_ROOT
84
85 %files
86 %defattr(644,root,root,755)
87 %doc AUTHORS
88 %attr(755,root,root) %{_bindir}/autoscan-network
89 %attr(755,root,root) %{_sbindir}/autoscan-network-daemon
90 %{_datadir}/apps/%{name}
91 %{_datadir}/sounds/%{name}
92 %{_desktopdir}/%{name}.desktop
93 %{_pixmapsdir}/%{name}.png
94 %{_pixmapsdir}/%{name}
This page took 0.082535 seconds and 4 git commands to generate.