|
|
@@ -25,29 +25,31 @@
|
|
|
|
|
|
# package information
|
|
|
Name: nessus-libs
|
|
|
-Summary: Libraries for nessus
|
|
|
-URL: www.nessus.org
|
|
|
+Summary: Nessus Security Scanner (Libraries)
|
|
|
+URL: http://www.nessus.org/
|
|
|
Vendor: Renaud Deraison
|
|
|
Packager: The OpenPKG Project
|
|
|
-Distribution: OpenPKG [JUNK]
|
|
|
+Distribution: OpenPKG [EVAL]
|
|
|
Group: Security
|
|
|
License: GPL
|
|
|
Version: 2.0.1
|
|
|
-Release: 20030227
|
|
|
+Release: 20030328
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-2.0.1/src/nessus-libraries-%{version}.tar.gz
|
|
|
+Source0: ftp://ftp.nessus.org/pub/nessus/nessus-%{version}/src/nessus-libraries-%{version}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20030324, gcc
|
|
|
-PreReq: OpenPKG, openpkg >= 20030324
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20030103, gcc
|
|
|
+PreReq: OpenPKG, openpkg >= 20030103
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
%description
|
|
|
- Libraries for nessus
|
|
|
+ This is the Library package of the Nessus Security Scanner, a
|
|
|
+ security scanner which will audit remotely a given network and
|
|
|
+ determine whether attackers may break into it, or misuse it in some way.
|
|
|
|
|
|
%prep
|
|
|
%setup -q -n nessus-libraries
|
|
|
@@ -59,13 +61,13 @@ AutoReqProv: no
|
|
|
--prefix=%{l_prefix} \
|
|
|
--enable-nessuspcap \
|
|
|
--disable-cipher \
|
|
|
- --enable-shared=no \
|
|
|
- --enable-static-yes
|
|
|
- %{l_make} %{l_mflags}
|
|
|
+ --disable-shared \
|
|
|
+ --enable-static
|
|
|
+ %{l_make} %{l_mflags -O}
|
|
|
|
|
|
%install
|
|
|
%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
|
|
|
-
|
|
|
+ rm -rf $RPM_BUILD_ROOT%{l_prefix}/sbin/uninstall-nessus
|
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
|
|
|
|
|
|
%files -f files
|