SPECS: AutoScan.spec - up to 1.12, NFY
wolvverine
wolvverine at pld-linux.org
Tue Feb 5 02:16:43 CET 2008
Author: wolvverine Date: Tue Feb 5 01:16:43 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 1.12, NFY
---- Files affected:
SPECS:
AutoScan.spec (1.12 -> 1.13)
---- Diffs:
================================================================
Index: SPECS/AutoScan.spec
diff -u SPECS/AutoScan.spec:1.12 SPECS/AutoScan.spec:1.13
--- SPECS/AutoScan.spec:1.12 Sat Feb 24 12:45:40 2007
+++ SPECS/AutoScan.spec Tue Feb 5 02:16:38 2008
@@ -1,16 +1,14 @@
# $Revision$, $Date$
-# installed but not packaged:
-# /usr/lib/menu/AutoScan
-%define _subver R1
Summary: AutoScan - a utility for network exploration
Summary(pl.UTF-8): AutoScan - narzędzie do odkrywania sieci
-Name: AutoScan
-Version: 0.99
-Release: 0.%{_subver}.1
+Name: autoscan-network
+Version: 1.12
+Release: 0.1
License: GPL
Group: Networking
-Source0: http://autoscan.free.fr/Download/%{name}.%{version}_%{_subver}.tar.gz
-# Source0-md5: 69aefe0da6ca19573e65245154296321
+Source0: http://autoscan.fr/download/%{name}-%{version}.tar.gz
+# Source0-md5: 59c94af105807738c379586447755e20
+Patch0: %{name}-install.patch
URL: http://autoscan.free.fr/
BuildRequires: autoconf
BuildRequires: automake
@@ -30,17 +28,23 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-The objective of the program is to post the list of all equipment
-connected to the network. A list of ports preset is scanned for each
-equipment.
-
-%description -l pl.UTF-8
-Celem tego programu jest wskazanie wszystkich urządzeń podłączonych do
-sieci. Dla każdego urządzenia przedstawiana jest lista otwartych
-portów.
+AutoScan Network is an application designed to explore and to manage
+your network.
+
+ Some features:
+• Automatic network discovery
+• Entire subnets can be scanned simultaneously without human
+ intervention
+• Addition time-reality of the new machines put on the network
+• Detection of the OS, brand and model known (Possibility to add an
+ unknown equipment in the database)
+• Ability to save the network state
+• A Samba share browser
+• A Nessus client ...
%prep
-%setup -q -n %{name}-%{version}_%{_subver}
+%setup -q
+%patch0 -p1
%build
%configure
@@ -48,20 +52,16 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
-install -d $RPM_BUILD_ROOT{%{_datadir}/{apps,pixmaps,applications,sounds,icons}}
-install bin/AutoScan_Network $RPM_BUILD_ROOT%{_bindir}
-install bin/AutoScan_Agent $RPM_BUILD_ROOT%{_bindir}
-cp -R usr/* $RPM_BUILD_ROOT/usr/
-rm -f $RPM_BUILD_ROOT/usr/share/doc/AutoScan/copyright
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc README AUTHORS
+%doc AUTHORS
%attr(755,root,root) %{_bindir}/*
%{_datadir}/apps/%{name}
%{_datadir}/pixmaps/%{name}
@@ -75,7 +75,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
-Revision 1.12 2007-02-24 11:45:40 glen
+Revision 1.13 2008-02-05 01:16:38 wolvverine
+- up to 1.12, NFY
+
+Revision 1.12 2007/02/24 11:45:40 glen
- no recurse for file removal
Revision 1.11 2007/02/24 07:41:12 sls
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/AutoScan.spec?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list