Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 0f8def314a4ce6d6dde9a46732f05c55 > files > 2

cvechecker-3.2-2.mga3.src.rpm

Summary:	CVE reporting tool
Name: 		cvechecker
Version: 	3.2
Release: 	%mkrel 2
Group: 		System/Servers
License: 	GPL
URL:		http://cvechecker.sourceforge.net/
Source0: 	http://sourceforge.net/projects/cvechecker/files/%{name}-%{version}.tar.gz
BuildRequires:	libconfig-devel
BuildRequires:	mysql-devel
BuildRequires:	pkgconfig
BuildRequires:	sqlite3-devel
Requires:	wget
Requires:	xsltproc
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
cvechecker reports about possible vulnerabilities on your system by scanning
the installed software and matching the results with the CVE database. This is
not a bullet-proof method and you will most likely have many false positives,
but it is still better than nothing, especially if you are running a
distribution with little security coverage.

%prep

%setup -q

%build
%configure2_5x \
    --localstatedir=/var/lib \
    --enable-sqlite3 \
    --enable-mysql
%make

%install
rm -rf %{buildroot}

%makeinstall_std

rm -rf %{buildroot}%{_docdir}/*

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README ChangeLog docs/userguide.xml
%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/cvechecker.conf
%{_bindir}/*
%attr(0644,root,root) %{_mandir}/man1/*
%{_datadir}/cvechecker
%dir /var/lib/cvechecker
%dir /var/lib/cvechecker/local
%dir /var/lib/cvechecker/cache




%changelog

* Fri Jan 11 2013 umeabot <umeabot> 3.2-2.mga3
+ Revision: 348514
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Nov 26 2012 oden <oden> 3.2-1.mga3
+ Revision: 322107
- imported package cvechecker