|
|
|
@ -1,25 +1,21 @@ |
|
|
|
|
%define modn c_icap |
|
|
|
|
|
|
|
|
|
Summary: An implementation of an ICAP server |
|
|
|
|
Name: c-icap |
|
|
|
|
Version: 0.5.3 |
|
|
|
|
Release: 0.beta1%{?dist} |
|
|
|
|
Version: 0.5.8 |
|
|
|
|
Release: 2%{?dist} |
|
|
|
|
License: LGPL |
|
|
|
|
|
|
|
|
|
Source0: http://sourceforge.net/projects/c-icap/files/c-icap/0.5.x/c_icap-%{version}.tar.gz/download |
|
|
|
|
Source0: http://sourceforge.net/projects/c-icap/files/c-icap/0.5.x/c_icap-%{version}.tar.gz |
|
|
|
|
Source1: %{name}.service |
|
|
|
|
Source2: %{name}.sysconfig |
|
|
|
|
Source3: %{name}.logrotate |
|
|
|
|
Source4: %{name}.conf |
|
|
|
|
Source2: %{name}.logrotate |
|
|
|
|
Source4: tmpfiles.conf |
|
|
|
|
|
|
|
|
|
URL: http://%{name}.sourceforge.net/ |
|
|
|
|
|
|
|
|
|
Requires: %{name}-libs = %{version}-%{release} |
|
|
|
|
Requires(post): systemd |
|
|
|
|
Requires(preun): systemd |
|
|
|
|
Requires(postun): systemd |
|
|
|
|
BuildRequires: systemd |
|
|
|
|
BuildRequires: db4-devel gdbm-devel openldap-devel |
|
|
|
|
|
|
|
|
|
BuildRequires: libdb-devel |
|
|
|
|
BuildRequires: gdbm-devel |
|
|
|
|
BuildRequires: openldap-devel |
|
|
|
|
BuildRequires: zlib-devel perl-devel |
|
|
|
|
|
|
|
|
|
%description |
|
|
|
@ -38,8 +34,6 @@ Requires: zlib-devel |
|
|
|
|
%description devel |
|
|
|
|
The %{name}-devel package contains the static libraries and header files |
|
|
|
|
for developing software using %{name}. |
|
|
|
|
# RUN_AS="c-icap" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package ldap |
|
|
|
|
Summary: The LDAP module for %{name} |
|
|
|
@ -49,7 +43,6 @@ Requires: %{name} = %{version}-%{release} |
|
|
|
|
%description ldap |
|
|
|
|
The %{name}-ldap package contains the LDAP module for %{name}. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package libs |
|
|
|
|
Summary: Libraries used by %{name} |
|
|
|
|
Group: System Environment/Libraries |
|
|
|
@ -76,48 +69,37 @@ Requires: %{name}-libs = %{version}-%{release} |
|
|
|
|
%description progs |
|
|
|
|
The %{name}-progs package contains several commandline tools for %{name}. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup -q -n %{modn}-%{version} |
|
|
|
|
|
|
|
|
|
%setup -q -n c_icap-%{version} |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
%configure \ |
|
|
|
|
CFLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing" \ |
|
|
|
|
--disable-static \ |
|
|
|
|
--sysconfdir=%{_sysconfdir}/%{name} \ |
|
|
|
|
--enable-shared \ |
|
|
|
|
--enable-static \ |
|
|
|
|
--enable-lib-compat \ |
|
|
|
|
--prefix='' \ |
|
|
|
|
--with-perl \ |
|
|
|
|
--with-zlib \ |
|
|
|
|
--with-bdb \ |
|
|
|
|
--with-ldap \ |
|
|
|
|
--enable-large-files |
|
|
|
|
# --enable-ipv6 # net.ipv6.bindv6only not supported |
|
|
|
|
|
|
|
|
|
%{__make} %{?_smp_mflags} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install |
|
|
|
|
[ -n "%{buildroot}" -a "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} |
|
|
|
|
%{__mkdir_p} %{buildroot}%{_sysconfdir}/{logrotate.d,sysconfig} |
|
|
|
|
%{__mkdir_p} %{buildroot}%{_sysconfdir}/logrotate.d |
|
|
|
|
%{__mkdir_p} %{buildroot}%{_sbindir} |
|
|
|
|
%{__mkdir_p} %{buildroot}%{_datadir}/%{modn}/{contrib,templates} |
|
|
|
|
%{__mkdir_p} %{buildroot}%{_datadir}/c_icap/{contrib,templates} |
|
|
|
|
%{__mkdir_p} %{buildroot}%{_localstatedir}/log/%{name} |
|
|
|
|
|
|
|
|
|
%{__make} \ |
|
|
|
|
DESTDIR=%{buildroot} \ |
|
|
|
|
install |
|
|
|
|
|
|
|
|
|
%{__make} DESTDIR=%{buildroot} install |
|
|
|
|
%{__mv} -f %{buildroot}%{_bindir}/%{name} %{buildroot}%{_sbindir} |
|
|
|
|
|
|
|
|
|
%{__install} -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/%{name} |
|
|
|
|
%{__install} -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} |
|
|
|
|
%{__install} -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} |
|
|
|
|
%{__install} -D -p -m 0644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/%{name}.conf |
|
|
|
|
%{__install} -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/c-icap.service |
|
|
|
|
|
|
|
|
|
%{__install} -m 0755 contrib/*.pl %{buildroot}%{_datadir}/%{modn}/contrib |
|
|
|
|
|
|
|
|
|
%{__install} -m 0755 contrib/*.pl %{buildroot}%{_datadir}/c_icap/contrib |
|
|
|
|
%{__rm} -f %{buildroot}%{_libdir}/lib*.so.{?,??} |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -139,18 +121,14 @@ exit 0 # Always pass |
|
|
|
|
|
|
|
|
|
%post libs -p /sbin/ldconfig |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%preun |
|
|
|
|
%systemd_preun c-icap.service |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%postun |
|
|
|
|
%systemd_postun_with_restart c-icap.service |
|
|
|
|
|
|
|
|
|
%postun libs -p /sbin/ldconfig |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files |
|
|
|
|
%defattr(-,root,root) |
|
|
|
|
%doc AUTHORS COPYING INSTALL README TODO |
|
|
|
@ -159,16 +137,15 @@ exit 0 # Always pass |
|
|
|
|
%attr(640,root,%{name}) %config(noreplace) %{_sysconfdir}/%{name}/*.magic |
|
|
|
|
%attr(640,root,%{name}) %{_sysconfdir}/%{name}/*.default |
|
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name} |
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/%{name} |
|
|
|
|
%{_unitdir}/c-icap.service |
|
|
|
|
%dir %{_libdir}/%{modn} |
|
|
|
|
%{_libdir}/%{modn}/bdb_tables.so |
|
|
|
|
%{_libdir}/%{modn}/dnsbl_tables.so |
|
|
|
|
%{_libdir}/%{modn}/srv_echo.so |
|
|
|
|
%{_libdir}/%{modn}/sys_logger.so |
|
|
|
|
%{_libdir}/%{modn}/shared_cache.so |
|
|
|
|
%dir %{_libdir}/c_icap |
|
|
|
|
%{_libdir}/c_icap/bdb_tables.so |
|
|
|
|
%{_libdir}/c_icap/dnsbl_tables.so |
|
|
|
|
%{_libdir}/c_icap/srv_echo.so |
|
|
|
|
%{_libdir}/c_icap/sys_logger.so |
|
|
|
|
%{_libdir}/c_icap/shared_cache.so |
|
|
|
|
%{_sbindir}/%{name} |
|
|
|
|
%{_datadir}/%{modn} |
|
|
|
|
%{_datadir}/c_icap |
|
|
|
|
%{_mandir}/man8/%{name}.8* |
|
|
|
|
%attr(750,%{name},%{name}) %dir %{_localstatedir}/log/%{name} |
|
|
|
|
%attr(750,%{name},%{name}) %dir %{_localstatedir}/run/%{name} |
|
|
|
@ -177,33 +154,33 @@ exit 0 # Always pass |
|
|
|
|
%files devel |
|
|
|
|
%defattr(-,root,root) |
|
|
|
|
%{_bindir}/%{name}-*config |
|
|
|
|
%{_includedir}/%{modn} |
|
|
|
|
%{_includedir}/c_icap |
|
|
|
|
%{_libdir}/libicapapi.*a |
|
|
|
|
%{_libdir}/libicapapi.so |
|
|
|
|
%{_libdir}/%{modn}/bdb_tables.*a |
|
|
|
|
%{_libdir}/%{modn}/dnsbl_tables.*a |
|
|
|
|
%{_libdir}/%{modn}/ldap_module.*a |
|
|
|
|
%{_libdir}/%{modn}/perl_handler.*a |
|
|
|
|
%{_libdir}/%{modn}/srv_echo.*a |
|
|
|
|
%{_libdir}/%{modn}/sys_logger.*a |
|
|
|
|
%{_libdir}/%{modn}/srv_ex206.*a |
|
|
|
|
%{_libdir}/%{modn}/shared_cache.*a |
|
|
|
|
%{_libdir}/c_icap/bdb_tables.*a |
|
|
|
|
%{_libdir}/c_icap/dnsbl_tables.*a |
|
|
|
|
%{_libdir}/c_icap/ldap_module.*a |
|
|
|
|
%{_libdir}/c_icap/perl_handler.*a |
|
|
|
|
%{_libdir}/c_icap/srv_echo.*a |
|
|
|
|
%{_libdir}/c_icap/sys_logger.*a |
|
|
|
|
%{_libdir}/c_icap/srv_ex206.*a |
|
|
|
|
%{_libdir}/c_icap/shared_cache.*a |
|
|
|
|
%{_mandir}/man8/%{name}-*config.8* |
|
|
|
|
|
|
|
|
|
%files ldap |
|
|
|
|
%defattr(-,root,root) |
|
|
|
|
%{_libdir}/%{modn}/ldap_module.so |
|
|
|
|
%{_libdir}/c_icap/ldap_module.so |
|
|
|
|
|
|
|
|
|
%files libs |
|
|
|
|
%defattr(-,root,root) |
|
|
|
|
%doc COPYING |
|
|
|
|
%{_libdir}/libicapapi.so.* |
|
|
|
|
|
|
|
|
|
%{_libdir}/%{modn}/srv_ex206.so |
|
|
|
|
%{_libdir}/c_icap/srv_ex206.so |
|
|
|
|
|
|
|
|
|
%files perl |
|
|
|
|
%defattr(-,root,root) |
|
|
|
|
%{_libdir}/%{modn}/perl_handler.so |
|
|
|
|
%{_libdir}/c_icap/perl_handler.so |
|
|
|
|
|
|
|
|
|
%files progs |
|
|
|
|
%defattr(-,root,root) |
|
|
|
@ -216,10 +193,30 @@ exit 0 # Always pass |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Sun Feb 18 2018 Daniel Berteaud <daniel@firewall-services.com> 0.5.3-0.beta1 |
|
|
|
|
- new package built with tito |
|
|
|
|
* 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) |
|
|
|
|
|
|
|
|
|
* Sun Feb 18 2018 Daniel Berteaud <daniel@firewall-services.com> - 0.5.3 |
|
|
|
|
* Sun Feb 18 2018 Daniel Berteaud <daniel@firewall-services.com> 0.5.3-1 |
|
|
|
|
- Stable release |
|
|
|
|
- Clean spec file |
|
|
|
|
- Use syslog for daemon logging |
|
|
|
|
- Update to 0.5.3 |
|
|
|
|
|
|
|
|
|
* Wed Sep 27 2017 Giacomo Sanchietti <giacomo.sanchietti@nethesis.it> - 0.5.2 |
|
|
|
|