2011-05-13 12:04:16 +00:00
|
|
|
Name: libecap
|
2017-08-21 11:27:05 +00:00
|
|
|
Version: 1.0.1
|
2018-02-07 21:31:19 +00:00
|
|
|
Release: 2%{?dist}
|
2011-05-13 12:04:16 +00:00
|
|
|
Summary: Squid interface for embedded adaptation modules
|
|
|
|
License: BSD
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://www.e-cap.org/
|
|
|
|
Source0: http://www.measurement-factory.com/tmp/ecap/%{name}-%{version}.tar.gz
|
2015-03-15 10:46:06 +00:00
|
|
|
Source1: autoconf.h
|
2011-05-13 12:04:16 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
eCAP is a software interface that allows a network application, such as an
|
|
|
|
HTTP proxy or an ICAP server, to outsource content analysis and adaptation to
|
|
|
|
a loadable module. For each applicable protocol message being processed, an
|
|
|
|
eCAP-enabled host application supplies the message details to the adaptation
|
|
|
|
module and gets back an adapted message, a "not interested" response, or a
|
|
|
|
"block this message now!" instruction. These exchanges often include message
|
|
|
|
bodies.
|
|
|
|
|
|
|
|
The adaptation module can also exchange meta-information with the host
|
|
|
|
application to supply additional details such as configuration options, a
|
|
|
|
reason behind the decision to ignore a message, or a detected virus name.
|
|
|
|
|
|
|
|
If you are familiar with the ICAP protocol (RFC 3507), then you may think of
|
|
|
|
eCAP as an "embedded ICAP", where network interactions with an ICAP server are
|
|
|
|
replaced with function calls to an adaptation module.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Libraries and header files for the libecap library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the libraries, include files, and other
|
|
|
|
resources needed for developing libecap applications.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
rm -f %{buildroot}%{_libdir}/libecap.a
|
|
|
|
rm -f %{buildroot}%{_libdir}/libecap.la
|
|
|
|
|
2013-09-16 10:25:25 +00:00
|
|
|
# Rename libecap/common/autoconf.h to libecap/common/autoconf-<arch>.h to avoid file conflicts on
|
|
|
|
# multilib systems and install autoconf.h wrapper
|
|
|
|
mv %{buildroot}%{_includedir}/%{name}/common/autoconf.h %{buildroot}%{_includedir}/%{name}/common/autoconf-%{_arch}.h
|
2015-03-15 10:46:06 +00:00
|
|
|
install -m644 %{SOURCE1} %{buildroot}%{_includedir}/%{name}/common/autoconf.h
|
2013-09-16 10:25:25 +00:00
|
|
|
|
2011-05-13 12:04:16 +00:00
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc LICENSE CREDITS NOTICE README
|
|
|
|
%{_libdir}/libecap.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_libdir}/libecap.so
|
2011-12-12 08:07:50 +00:00
|
|
|
%{_libdir}/pkgconfig/libecap.pc
|
2011-05-13 12:04:16 +00:00
|
|
|
%{_includedir}/libecap
|
|
|
|
|
|
|
|
%changelog
|
2018-02-07 21:31:19 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-21 11:27:05 +00:00
|
|
|
* Mon Aug 21 2017 Luboš Uhliarik <luhliari@redhat.com> - 1.0.1-1
|
|
|
|
- new version 1.0.1
|
2017-08-21 15:53:34 +00:00
|
|
|
- autoconf.h moved from lookaside to dist-git
|
2017-08-21 11:27:05 +00:00
|
|
|
|
2017-08-03 01:23:39 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 18:45:54 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 18:35:05 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-04 03:05:20 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 15:10:58 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-02 13:14:36 +00:00
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.0-2
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
2015-03-13 19:13:00 +00:00
|
|
|
* Fri Mar 13 2015 Pavel Šimerda <psimerda@redhat.com> - 1.0.0-1
|
|
|
|
- new version 1.0.0
|
|
|
|
|
2014-08-17 03:02:59 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 03:10:11 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-13 17:08:52 +00:00
|
|
|
* Tue May 13 2014 Jaromir Capik <jcapik@redhat.com> - 0.2.0-8
|
|
|
|
- Introducing suppport for ppc64le in autoconf.h (#1075180)
|
|
|
|
|
2013-09-16 10:25:25 +00:00
|
|
|
* Mon Sep 16 2013 Michal Luscon <mluscon@redhat.com> - 0.2.0-7
|
|
|
|
- Fixed: #831404 - multilib conflicts due to platform dependent autoconf.h
|
|
|
|
|
2013-08-03 05:16:23 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-14 04:15:39 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 19:38:18 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 07:36:15 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-12 08:07:50 +00:00
|
|
|
* Mon Dec 12 2011 Chris Spike <spike@fedoraproject.org> 0.2.0-2
|
|
|
|
- Added pkgconfig file to -devel
|
|
|
|
|
2011-07-11 19:04:20 +00:00
|
|
|
* Mon Jul 11 2011 Chris Spike <spike@fedoraproject.org> 0.2.0-1
|
|
|
|
- Updated to 0.2.0
|
|
|
|
|
2011-05-13 12:04:16 +00:00
|
|
|
* Tue May 10 2011 Chris Spike <spike@fedoraproject.org> 0.0.3-2
|
|
|
|
- Added LICENSE to doc
|
|
|
|
- Fixed release tag (missing dist)
|
|
|
|
|
|
|
|
* Wed Apr 27 2011 Chris Spike <spike@fedoraproject.org> 0.0.3-1
|
|
|
|
- Initial version of the package
|