Compare commits

...

5 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
4 changed files with 25 additions and 17 deletions

View File

@ -1 +1 @@
0.5.8-3 ./
0.5.10-3 ./

View File

@ -1,6 +1,6 @@
Summary: An implementation of an ICAP server
Name: c-icap
Version: 0.5.8
Version: 0.5.10
Release: 3%{?dist}
License: LGPL
@ -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,6 +192,15 @@ exit 0 # Always pass
%changelog
* 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)

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

Binary file not shown.

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

Binary file not shown.