From 1687b0e1f77457ee68f4ef334743ff678781350a Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 19 Feb 2018 11:20:02 +0100 Subject: [PATCH] Add spec file --- ecap-clamav-adapter.spec | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 ecap-clamav-adapter.spec diff --git a/ecap-clamav-adapter.spec b/ecap-clamav-adapter.spec new file mode 100644 index 0000000..36350a2 --- /dev/null +++ b/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 2.0.0-1 +- First package