Compare commits

...

No commits in common. "c9-beta" and "c8-stream-4" have entirely different histories.

1 changed files with 12 additions and 38 deletions

View File

@ -1,16 +1,13 @@
Name: libecap Name: libecap
Version: 1.0.1 Version: 1.0.1
Release: 10%{?dist} Release: 2%{?dist}
Summary: Squid interface for embedded adaptation modules Summary: Squid interface for embedded adaptation modules
License: BSD License: BSD
Group: Development/Libraries
URL: http://www.e-cap.org/ URL: http://www.e-cap.org/
Source0: http://www.measurement-factory.com/tmp/ecap/%{name}-%{version}.tar.gz Source0: http://www.measurement-factory.com/tmp/ecap/%{name}-%{version}.tar.gz
Source1: autoconf.h Source1: autoconf.h
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: make
%description %description
eCAP is a software interface that allows a network application, such as an 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 HTTP proxy or an ICAP server, to outsource content analysis and adaptation to
@ -30,30 +27,32 @@ replaced with function calls to an adaptation module.
%package devel %package devel
Summary: Libraries and header files for the libecap library Summary: Libraries and header files for the libecap library
Requires: %{name}%{?_isa} = %{version}-%{release} Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel %description devel
This package provides the libraries, include files, and other This package provides the libraries, include files, and other
resources needed for developing libecap applications. resources needed for developing libecap applications.
%prep %prep
%autosetup %setup -q
%build %build
%configure %configure
%make_build make %{?_smp_mflags}
%install %install
%make_install make install DESTDIR=%{buildroot}
rm -f %{buildroot}%{_libdir}/libecap.a rm -f %{buildroot}%{_libdir}/libecap.a
rm -f %{buildroot}%{_libdir}/libecap.la rm -f %{buildroot}%{_libdir}/libecap.la
# Rename libecap/common/autoconf.h to libecap/common/autoconf-<arch>.h to avoid file conflicts on # Rename libecap/common/autoconf.h to libecap/common/autoconf-<arch>.h to avoid file conflicts on
# multilib systems and install autoconf.h wrapper # multilib systems and install autoconf.h wrapper
mv %{buildroot}%{_includedir}/%{name}/common/autoconf.h %{buildroot}%{_includedir}/%{name}/common/autoconf-%{_arch}.h mv %{buildroot}%{_includedir}/%{name}/common/autoconf.h %{buildroot}%{_includedir}/%{name}/common/autoconf-%{_arch}.h
install -pm644 %{SOURCE1} %{buildroot}%{_includedir}/%{name}/common/autoconf.h install -m644 %{SOURCE1} %{buildroot}%{_includedir}/%{name}/common/autoconf.h
%ldconfig_scriptlets %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files %files
%doc LICENSE CREDITS NOTICE README %doc LICENSE CREDITS NOTICE README
@ -65,33 +64,8 @@ install -pm644 %{SOURCE1} %{buildroot}%{_includedir}/%{name}/common/autoconf.h
%{_includedir}/libecap %{_includedir}/libecap
%changelog %changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.1-10 * Fri Aug 23 2019 Lubos Uhliarik <luhliari@redhat.com> - 1.0.1-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Resolves: #1695587 - Ensure modular RPM upgrade path
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.1-9
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Mon Aug 21 2017 Luboš Uhliarik <luhliari@redhat.com> - 1.0.1-1 * Mon Aug 21 2017 Luboš Uhliarik <luhliari@redhat.com> - 1.0.1-1
- new version 1.0.1 - new version 1.0.1