Compare commits
No commits in common. 'synced/git-annex' and 'master' have entirely different histories.
synced/git
...
master
9 changed files with 50 additions and 4 deletions
@ -0,0 +1,3 @@ |
|||||||
|
the .tito/packages directory contains metadata files |
||||||
|
named after their packages. Each file has the latest tagged |
||||||
|
version and the project's relative directory. |
@ -0,0 +1 @@ |
|||||||
|
2.0.0-1 ./ |
@ -0,0 +1 @@ |
|||||||
|
../../tito_libs/releasers.conf |
@ -0,0 +1,6 @@ |
|||||||
|
[buildconfig] |
||||||
|
builder = tito.builder.GitAnnexBuilder |
||||||
|
tagger = tito.tagger.ReleaseTagger |
||||||
|
changelog_do_not_remove_cherrypick = 0 |
||||||
|
changelog_format = %s (%ae) |
||||||
|
lib_dir = ../tito_libs |
@ -1,2 +0,0 @@ |
|||||||
1518973575.828689392s 1 00000000-0000-0000-0000-000000000001 |
|
||||||
1518973575.832506614s 1 3ce92ace-3fb9-4e09-9ea9-7ffc53a1fdbf |
|
@ -1 +0,0 @@ |
|||||||
1518973575.826973162s 1 http://www.e-cap.org/archive/ecap_clamav_adapter-2.0.0.tar.gz |
|
@ -0,0 +1,38 @@ |
|||||||
|
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 --disable-static |
||||||
|
make %{?_smp_mflags} |
||||||
|
|
||||||
|
%install |
||||||
|
%make_install |
||||||
|
# Remove the .la file |
||||||
|
%{__rm} -f %{buildroot}%{_libdir}/ecap_clamav_adapter.la |
||||||
|
|
||||||
|
%files |
||||||
|
%doc LICENSE README INSTALL NOTICE change.log |
||||||
|
%{_libdir}/ecap_clamav_adapter.so |
||||||
|
|
||||||
|
%changelog |
||||||
|
* Mon Feb 19 2017 Daniel Berteaud <daniel@firewall-services.com> 2.0.0-1 |
||||||
|
- First package |
@ -0,0 +1 @@ |
|||||||
|
.git/annex/objects/qK/73/SHA256E-s383682--d24ae68b3d8308b7db467d2df6f993814ec944726f9da6e9dea411d0248ff54d.tar.gz/SHA256E-s383682--d24ae68b3d8308b7db467d2df6f993814ec944726f9da6e9dea411d0248ff54d.tar.gz |
Loading…
Reference in new issue