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