automatic version update by autodist [release 0.6.2-1mamba;Fri Feb 02 2024]
This commit is contained in:
parent
7540e1d7a1
commit
061885e757
@ -1,46 +0,0 @@
|
|||||||
diff -Nru c_icap-0.1.5.orig//c-icap.conf.in c_icap-0.1.5/c-icap.conf.in
|
|
||||||
--- c_icap-0.1.5.orig//c-icap.conf.in 2011-02-27 18:44:48.000000000 +0100
|
|
||||||
+++ c_icap-0.1.5/c-icap.conf.in 2011-04-27 12:49:00.615642808 +0200
|
|
||||||
@@ -119,6 +119,7 @@
|
|
||||||
# No value
|
|
||||||
# Example:
|
|
||||||
# User wwwrun
|
|
||||||
+User squid
|
|
||||||
|
|
||||||
# TAG: Group
|
|
||||||
# Format: Group groupname
|
|
||||||
@@ -129,6 +130,7 @@
|
|
||||||
# No value
|
|
||||||
# Example:
|
|
||||||
# Group nogroup
|
|
||||||
+Group squid
|
|
||||||
|
|
||||||
# TAG: ServerAdmin
|
|
||||||
# Format: ServerAdmin admin_mail
|
|
||||||
@@ -222,7 +224,7 @@
|
|
||||||
# It can be used more than once to use multiple magic files.
|
|
||||||
# Default:
|
|
||||||
# LoadMagicFile @prefix@/etc/c-icap.magic
|
|
||||||
-LoadMagicFile @prefix@/etc/c-icap.magic
|
|
||||||
+LoadMagicFile /etc/c-icap.magic
|
|
||||||
|
|
||||||
# TAG: RemoteProxyUsers
|
|
||||||
# Format: RemoteProxyUsers onoff
|
|
||||||
@@ -444,7 +446,7 @@
|
|
||||||
# information about the c-icap server.
|
|
||||||
# Default:
|
|
||||||
# ServerLog @prefix@/var/log/server.log
|
|
||||||
-ServerLog @prefix@/var/log/server.log
|
|
||||||
+ServerLog /var/log/c-icap/server.log
|
|
||||||
|
|
||||||
# TAG: AccessLog
|
|
||||||
# Format: AccessLog LogFile [LogFormat] [[!]acl1] [[!]acl2] [...]
|
|
||||||
@@ -459,7 +461,7 @@
|
|
||||||
# AccessLog @prefix@/var/log/access.log
|
|
||||||
# Example:
|
|
||||||
# AccessLog @prefix@/var/log/access.log MyFormat all
|
|
||||||
-AccessLog @prefix@/var/log/access.log
|
|
||||||
+AccessLog /var/log/c-icap/access.log
|
|
||||||
|
|
||||||
# TAG: Logger
|
|
||||||
# Format: Logger LoggerName
|
|
15
c-icap.spec
15
c-icap.spec
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
Name: c-icap
|
Name: c-icap
|
||||||
Version: 0.5.10
|
Version: 0.6.2
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: An implementation of an ICAP server that can be used with HTTP proxies like Squid
|
Summary: An implementation of an ICAP server that can be used with HTTP proxies like Squid
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -13,16 +13,17 @@ Source1: c-icap.service
|
|||||||
Source2: c-icap.logrotate
|
Source2: c-icap.logrotate
|
||||||
Source3: c-icap.sysusers
|
Source3: c-icap.sysusers
|
||||||
Source4: c-icap.tmpfiles
|
Source4: c-icap.tmpfiles
|
||||||
Patch0: %{name}-0.1.5-conf.patch
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libatomic-devel
|
||||||
BuildRequires: libbrotli-devel
|
BuildRequires: libbrotli-devel
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libdb53-devel
|
BuildRequires: libdb53-devel
|
||||||
|
BuildRequires: liblmdb-devel
|
||||||
BuildRequires: libopenldap-devel
|
BuildRequires: libopenldap-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libpcre-devel
|
BuildRequires: libpcre2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires(pre): squid
|
Requires(pre): squid
|
||||||
@ -62,7 +63,6 @@ This package contains static libraries and header files needed for development.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n c_icap-%{version}
|
%setup -q -n c_icap-%{version}
|
||||||
#%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -116,12 +116,14 @@ install -d %{buildroot}/var/log/c-icap
|
|||||||
%{_bindir}/c-icap
|
%{_bindir}/c-icap
|
||||||
%{_bindir}/c-icap-client
|
%{_bindir}/c-icap-client
|
||||||
%{_bindir}/c-icap-mkbdb
|
%{_bindir}/c-icap-mkbdb
|
||||||
|
%{_bindir}/c-icap-mklmdb
|
||||||
%{_bindir}/c-icap-stretch
|
%{_bindir}/c-icap-stretch
|
||||||
%{_unitdir}/c-icap.service
|
%{_unitdir}/c-icap.service
|
||||||
%{_sysusersdir}/c-icap.conf
|
%{_sysusersdir}/c-icap.conf
|
||||||
%{_tmpfilesdir}/c-icap.conf
|
%{_tmpfilesdir}/c-icap.conf
|
||||||
%{_mandir}/man8/c-icap-client.8*
|
%{_mandir}/man8/c-icap-client.8*
|
||||||
%{_mandir}/man8/c-icap-mkbdb.8*
|
%{_mandir}/man8/c-icap-mkbdb.8*
|
||||||
|
%{_mandir}/man8/c-icap-mklmdb.8*
|
||||||
%{_mandir}/man8/c-icap-stretch.8*
|
%{_mandir}/man8/c-icap-stretch.8*
|
||||||
%{_mandir}/man8/c-icap.8*
|
%{_mandir}/man8/c-icap.8*
|
||||||
|
|
||||||
@ -147,6 +149,9 @@ install -d %{buildroot}/var/log/c-icap
|
|||||||
%doc README TODO
|
%doc README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 0.6.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Apr 22 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.10-2mamba
|
* Sat Apr 22 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.10-2mamba
|
||||||
- ported from sysv5 to systemd
|
- ported from sysv5 to systemd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user