Compare commits
No commits in common. 'master' and 'git-annex' have entirely different histories.
10 changed files with 5 additions and 112 deletions
@ -1 +0,0 @@ |
|||||||
*.tar.gz filter=lfs diff=lfs merge=lfs -text |
|
@ -1,3 +0,0 @@ |
|||||||
the .tito/packages directory contains metadata files |
|
||||||
named after their packages. Each file has the latest tagged |
|
||||||
version and the project's relative directory. |
|
@ -1 +0,0 @@ |
|||||||
7.1-1 ./ |
|
@ -1 +0,0 @@ |
|||||||
../../tito_libs/releasers.conf |
|
@ -1,7 +0,0 @@ |
|||||||
[buildconfig] |
|
||||||
builder = fws.builder.GitLfsBuilder |
|
||||||
tagger = tito.tagger.ReleaseTagger |
|
||||||
changelog_do_not_remove_cherrypick = 0 |
|
||||||
changelog_format = %s (%ae) |
|
||||||
lib_dir = ../tito_libs |
|
||||||
|
|
@ -0,0 +1,2 @@ |
|||||||
|
1518875236.185861924s 1 00000000-0000-0000-0000-000000000001 |
||||||
|
1518875236.188057206s 1 7e3dd589-2f65-41d4-a30b-b0616b35fe49 |
@ -0,0 +1 @@ |
|||||||
|
1518875236.18482996s 1 https://downloads.sourceforge.net/project/squidclamav/squidclamav/6.16/squidclamav-6.16.tar.gz |
Binary file not shown.
@ -1,96 +0,0 @@ |
|||||||
Name: squidclamav |
|
||||||
Version: 7.1 |
|
||||||
Release: 1%{?dist} |
|
||||||
Summary: A c-icap module for ClamAV |
|
||||||
|
|
||||||
Group: Applications/System |
|
||||||
License: GPLv3+ |
|
||||||
URL: http://squidclamav.darold.net/ |
|
||||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz |
|
||||||
BuildRequires: clamav-devel >= 0.82 |
|
||||||
BuildRequires: curl-devel >= 7.12.1 |
|
||||||
BuildRequires: c-icap-devel |
|
||||||
Requires: c-icap |
|
||||||
|
|
||||||
%description |
|
||||||
SquidClamav is an antivirus for Squid proxy based on the |
|
||||||
Awards winnings ClamAv anti-virus toolkit. |
|
||||||
|
|
||||||
%prep |
|
||||||
%setup -q |
|
||||||
|
|
||||||
%build |
|
||||||
%configure --prefix=%{_prefix} |
|
||||||
%{__make} |
|
||||||
|
|
||||||
%install |
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT |
|
||||||
# set up path structure |
|
||||||
%{__install} -d -m 0755 %{buildroot}/%{_sysconfdir}/c-icap |
|
||||||
|
|
||||||
# Make distrib files |
|
||||||
%{__make} install \ |
|
||||||
DESTDIR=%{buildroot} |
|
||||||
# README will be handled in %doc |
|
||||||
%{__rm} -f %{buildroot}%{_datadir}/%{name}/README |
|
||||||
# Remove .la file |
|
||||||
%{__rm} -f %{buildroot}%{_libdir}/c_icap/%{name}.la |
|
||||||
|
|
||||||
%clean |
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT |
|
||||||
|
|
||||||
%files |
|
||||||
%defattr(0644,root,root,0755) |
|
||||||
%doc ChangeLog INSTALL README |
|
||||||
%attr(640,root,squid) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/c-icap/squidclamav.conf |
|
||||||
%{_sysconfdir}/c-icap/squidclamav.conf.default |
|
||||||
%{_libdir}/c_icap/%{name}.* |
|
||||||
%{_datadir}/c_icap/templates/squidclamav |
|
||||||
%{_mandir}/man1/squidclamav.1* |
|
||||||
%{_libexecdir}/%{name}/clwarn.cgi* |
|
||||||
|
|
||||||
%changelog |
|
||||||
* Wed Apr 17 2019 Daniel Berteaud <daniel@firewall-services.com> 7.1-1 |
|
||||||
- Update to 7.1 (daniel@firewall-services.com) |
|
||||||
- Update tito to use GitLfsBuilder (daniel@firewall-services.com) |
|
||||||
- Track tgz with LFS (daniel@firewall-services.com) |
|
||||||
|
|
||||||
* Tue Feb 20 2018 Daniel Berteaud <daniel@firewall-services.com> 6.16-3 |
|
||||||
- Update summary and description to match v6 (daniel@firewall-services.com) |
|
||||||
- Remove .la file |
|
||||||
* Sun Feb 18 2018 Daniel Berteaud <daniel@firewall-services.com> 6.16-1 |
|
||||||
- Clean changelog (daniel@firewall-services.com) |
|
||||||
- Remove README from /usr/share/squidclamav (daniel@firewall-services.com) |
|
||||||
- Include cgi (daniel@firewall-services.com) |
|
||||||
- Don't try to include non existing lib (daniel@firewall-services.com) |
|
||||||
|
|
||||||
* Sun Feb 18 2018 Daniel Berteaud <daniel@firewall-services.com> 6.16-0.beta3 |
|
||||||
- Update to 6.16 |
|
||||||
- Build using tito |
|
||||||
- Adapt spec for v 6 (daniel@firewall-services.com) |
|
||||||
|
|
||||||
* Fri Nov 15 2013 Daniel Berteaud <daniel@firewall-services.com> - 5.11-2 |
|
||||||
- Spec file cleanup |
|
||||||
|
|
||||||
* Tue Nov 27 2012 Daniel Berteaud <daniel@firewall-services.com> - 5.11-1 |
|
||||||
- update to 5.11 |
|
||||||
|
|
||||||
* Tue Oct 16 2012 Daniel Berteaud <daniel@firewall-services.com> - 5.9-1 |
|
||||||
- update to 5.9 |
|
||||||
|
|
||||||
* Tue Sep 11 2012 Daniel Berteaud <daniel@firewall-services.com> - 5.8-1 |
|
||||||
- update to 5.8 |
|
||||||
|
|
||||||
* Wed Mar 3 2010 Gilles Darold <gilles@darold.net> |
|
||||||
- Update to 5.2. |
|
||||||
- Add copy of clwarn.cgi.ru_RU into libexecdir. |
|
||||||
|
|
||||||
* Wed Feb 10 2010 Gilles Darold <gilles@darold.net> |
|
||||||
- Update to 5.1. |
|
||||||
|
|
||||||
* Wed Jan 27 2010 Gordan Bobic <gordan@bobich.net> |
|
||||||
- Update for squidclamav 4.2 |
|
||||||
|
|
||||||
* Tue Jan 12 2010 Gordan Bobic <gordan@bobich.net> |
|
||||||
- Initial fork from the PLD spec file, update for squidclamav 4.1 |
|
||||||
|
|
@ -0,0 +1,2 @@ |
|||||||
|
7e3dd589-2f65-41d4-a30b-b0616b35fe49 dani@germaine.lapiole.org:~/big/e-smith/files/users/dani/src/squidclamav timestamp=1518875208.999668509s |
||||||
|
f9c66275-cade-4c95-a64d-2807f99c260e dani@bernadette-lapiole-org:~/src/squidclamav timestamp=1518980248.445369115s |
Loading…
Reference in new issue