Compare commits

...

22 Commits

Author SHA1 Message Date
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
26ce1f4caf Fix spacing issues in spec file 2022-02-28 15:48:50 +01:00
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
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
34cd1f776b Update to 0.5.10 2021-12-12 21:40:20 +01:00
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
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
Daniel Berteaud
1449b8e3af Automatic commit of package [c-icap] minor release [0.5.6-0.beta1].
Created by command:

/usr/bin/tito tag --use-version 0.5.6 --use-release 0.beta1%{?dist}
2019-12-11 17:50:39 +01:00
Daniel Berteaud
702ead5c82 Update to 0.5.6 2019-12-11 17:50:03 +01:00
Daniel Berteaud
5e02367e0b Automatic commit of package [c-icap] minor release [0.5.5-1].
Created by command:

/usr/bin/tito tag --use-version 0.5.5 --use-release 1%{?dist}
2018-11-27 08:26:49 +01:00
Daniel Berteaud
0dc653426d Update version in spec file 2018-11-27 08:24:16 +01:00
Daniel Berteaud
f28f062826 Update sources to 0.5.5 2018-11-27 08:23:38 +01:00
Daniel Berteaud
fd87c6e328 Update tito config to use GitLfsBuilder 2018-11-27 08:23:25 +01:00
Daniel Berteaud
566178d4d9 Track sources with git lfs 2018-11-27 08:23:13 +01:00
Daniel Berteaud
8af43aeaab Automatic commit of package [c-icap] minor release [0.5.3-2].
Created by command:

/usr/bin/tito tag --no-auto-changelog --use-release 2%{?dist}
2018-02-23 09:07:28 +01:00
6 changed files with 49 additions and 18 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.tar.gz filter=lfs diff=lfs merge=lfs -text

View File

@ -1 +1 @@
0.5.3-0.beta6 ./
0.5.10-3 ./

View File

@ -1,5 +1,5 @@
[buildconfig]
builder = tito.builder.GitAnnexBuilder
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.3
Release: 0.beta6%{?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,6 +192,35 @@ 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)
* 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
- Update sources to 0.5.5 (daniel@firewall-services.com)
- Update tito config to use GitLfsBuilder (daniel@firewall-services.com)
- Track sources with git lfs (daniel@firewall-services.com)
* Mon Feb 19 2018 Daniel Berteaud <daniel@firewall-services.com> 0.5.3-0.beta6
- Remove debug statements in service unit (daniel@firewall-services.com)

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

Binary file not shown.

View File

@ -1 +0,0 @@
.git/annex/objects/jq/6k/SHA256E-s690423--0238508c94a406c7a2c8a0ff9659e7ba631554eda55001b43351bb68f85121d2.tar.gz/SHA256E-s690423--0238508c94a406c7a2c8a0ff9659e7ba631554eda55001b43351bb68f85121d2.tar.gz