Add spec file

tags/ecap-clamav-adapter-2.0.0-1
Daniel Berteaud 7 years ago
parent 6ebbfa79a9
commit 1687b0e1f7
  1. 35
      ecap-clamav-adapter.spec

@ -0,0 +1,35 @@
Name: ecap-clamav-adapter
Version: 2.0.0
Release: 1%{?dist}
Summary: eCAP adapter to scan web content using ClamAV
Group: Application/system
License: GPLv2+
URL: http://www.e-cap.org/
Source0: http://www.e-cap.org/archive/ecap_clamav_adapter-%{version}.tar.gz
BuildRequires: libecap-devel
BuildRequires: clamav-devel
Requires: squid
%description
The eCAP ClamAV adapter allows the host application to
check messages for viruses and other malicious content
using a well-known ClamAV(R) antivirus engine
%prep
%setup -q -n ecap_clamav_adapter-%{version}
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%files
%doc LICENSE README INSTALL NOTICE change.log
%changelog
* Mon Feb 19 2017 Daniel Berteaud <daniel@firewall-services.com> 2.0.0-1
- First package
Loading…
Cancel
Save