Compare commits

...

14 Commits

Author SHA1 Message Date
Daniel Berteaud 65760f3e22 Automatic commit of package [c-icap] minor release [0.5.10-3].
Created by command:

/usr/bin/tito tag
2022-02-28 15:49:03 +01:00
Daniel Berteaud 26ce1f4caf Fix spacing issues in spec file 2022-02-28 15:48:50 +01:00
Daniel Berteaud d17defbdd7 Automatic commit of package [c-icap] minor release [0.5.10-2].
Created by command:

/usr/bin/tito tag
2022-01-11 16:24:33 +01:00
Daniel Berteaud 82b2da47e1 Automatic commit of package [c-icap] minor release [0.5.10-1].
Created by command:

/usr/bin/tito tag
2021-12-12 21:40:39 +01:00
Daniel Berteaud 34cd1f776b Update to 0.5.10 2021-12-12 21:40:20 +01:00
Daniel Berteaud b1a0bdb141 Automatic commit of package [c-icap] minor release [0.5.8-3].
Created by command:

/usr/bin/tito tag
2021-12-08 21:44:29 +01:00
Daniel Berteaud f7668eab87 Update tito builder 2021-12-08 21:44:15 +01:00
Daniel Berteaud a35c4c7caa Automatic commit of package [c-icap] minor release [0.5.8-2].
Created by command:

/usr/bin/tito tag
2021-08-27 16:05:03 +02:00
Daniel Berteaud ed8a5a587a Update to 0.5.8 2021-08-27 16:04:53 +02:00
Daniel Berteaud 1e3bc3f0a9 Automatic commit of package [c-icap] minor release [0.5.7-1].
Created by command:

/usr/bin/tito tag
2020-11-12 16:57:44 +01:00
Daniel Berteaud 0378f260bc Update to 0.5.7 2020-11-12 16:52:34 +01:00
Daniel Berteaud 191b2b0e4b Automatic commit of package [c-icap] minor release [0.5.6-2].
Created by command:

/usr/bin/tito tag
2020-11-07 20:10:08 +01:00
Daniel Berteaud b1b77c4f81 BuildReq libdb-devel instead of db4-devel 2020-11-07 20:07:55 +01:00
Daniel Berteaud 257c4d6d54 Automatic commit of package [c-icap] minor release [0.5.6-1].
Created by command:

/usr/bin/tito tag --use-release 1%{?dist} --no-auto-changelog
2019-12-11 18:51:54 +01:00
5 changed files with 41 additions and 21 deletions

View File

@ -1 +1 @@
0.5.6-0.beta1 ./
0.5.10-3 ./

View File

@ -1,5 +1,5 @@
[buildconfig]
builder = fws.builder.GitLfsBuilder
builder = dbd.builder.GitLfsBuilder
tagger = tito.tagger.ReleaseTagger
changelog_do_not_remove_cherrypick = 0
changelog_format = %s (%ae)

View File

@ -1,7 +1,7 @@
Summary: An implementation of an ICAP server
Name: c-icap
Version: 0.5.6
Release: 0.beta1%{?dist}
Version: 0.5.10
Release: 3%{?dist}
License: LGPL
Source0: http://sourceforge.net/projects/c-icap/files/c-icap/0.5.x/c_icap-%{version}.tar.gz
@ -13,7 +13,7 @@ URL: http://%{name}.sourceforge.net/
Requires: %{name}-libs = %{version}-%{release}
BuildRequires: db4-devel
BuildRequires: libdb-devel
BuildRequires: gdbm-devel
BuildRequires: openldap-devel
BuildRequires: zlib-devel perl-devel
@ -74,19 +74,18 @@ The %{name}-progs package contains several commandline tools for %{name}.
%build
%configure \
CFLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing" \
--disable-static \
--sysconfdir=%{_sysconfdir}/%{name} \
--prefix='' \
--with-perl \
--with-zlib \
--with-bdb \
--with-ldap \
--enable-large-files
CFLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing" \
--disable-static \
--sysconfdir=%{_sysconfdir}/%{name} \
--prefix='' \
--with-perl \
--with-zlib \
--with-bdb \
--with-ldap \
--enable-large-files
%{__make} %{?_smp_mflags}
%install
[ -n "%{buildroot}" -a "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}%{_sysconfdir}/logrotate.d
@ -108,9 +107,9 @@ if ! getent group %{name} >/dev/null 2>&1; then
/usr/sbin/groupadd -r %{name}
fi
if ! getent passwd %{name} >/dev/null 2>&1; then
/usr/sbin/useradd -r -g %{name} \
/usr/sbin/useradd -r -g %{name} \
-d %{_localstatedir}/run/%{name} \
-c "C-ICAP Service user" -M \
-c "C-ICAP Service user" -M \
-s /sbin/nologin %{name}
fi
exit 0 # Always pass
@ -193,7 +192,28 @@ exit 0 # Always pass
%changelog
* Wed Dec 11 2019 Daniel Berteaud <daniel@firewall-services.com> 0.5.6-0.beta1
* Mon Feb 28 2022 Daniel Berteaud <dbd@ehtrace.com> 0.5.10-3
- Fix spacing issues in spec file (dbd@ehtrace.com)
* Tue Jan 11 2022 Daniel Berteaud <dbd@ehtrace.com> 0.5.10-2
- Release bump
* Sun Dec 12 2021 Daniel Berteaud <dani@lapiole.org> 0.5.10-1
- Update to 0.5.10 (dani@lapiole.org)
* Wed Dec 08 2021 Daniel Berteaud <dani@lapiole.org> 0.5.8-3
- Update tito builder (dani@lapiole.org)
* Fri Aug 27 2021 Daniel Berteaud <daniel@firewall-services.com> 0.5.8-2
- Update to 0.5.8 (daniel@firewall-services.com)
* Thu Nov 12 2020 Daniel Berteaud <daniel@firewall-services.com> 0.5.7-1
- Update to 0.5.7 (daniel@firewall-services.com)
* Sat Nov 07 2020 Daniel Berteaud <daniel@firewall-services.com> 0.5.6-2
- BuildReq libdb-devel instead of db4-devel (daniel@firewall-services.com)
* Wed Dec 11 2019 Daniel Berteaud <daniel@firewall-services.com> 0.5.6-1
- Update to 0.5.6 (daniel@firewall-services.com)
* Tue Nov 27 2018 Daniel Berteaud <daniel@firewall-services.com> 0.5.5-1

BIN
c_icap-0.5.10.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
c_icap-0.5.6.tar.gz (Stored with Git LFS)

Binary file not shown.