2024-01-06 04:11:58 +01:00
|
|
|
Name: libetpan
|
2024-01-06 04:11:58 +01:00
|
|
|
Epoch: 1
|
|
|
|
Version: 1.9.4
|
2024-01-31 15:58:27 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 04:11:58 +01:00
|
|
|
Summary: Mail Framework for C Language
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.etpan.org/
|
2024-01-06 04:11:58 +01:00
|
|
|
Source: https://github.com/dinhviethoa/libetpan.git/master/libetpan-%{version}.tar.bz2
|
|
|
|
Patch1: libetpan-1.9.4-Detect-extra-data-after-STARTTLS-response-and-exit-3.patch
|
2024-01-06 04:11:58 +01:00
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 04:11:58 +01:00
|
|
|
BuildRequires: libcurl-devel
|
|
|
|
BuildRequires: libdb53-devel
|
|
|
|
BuildRequires: libexpat-devel
|
2024-01-06 04:11:58 +01:00
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libopenssl-devel
|
2024-01-06 04:11:58 +01:00
|
|
|
BuildRequires: libsasl2-devel
|
2024-01-06 04:11:58 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Mail Framework for C Language.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-31 15:58:27 +01:00
|
|
|
%patch 1 -p1
|
2024-01-06 04:11:58 +01:00
|
|
|
|
|
|
|
./autogen.sh
|
2024-01-06 04:11:58 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-06 04:11:58 +01:00
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libetpan.so.*
|
|
|
|
%doc COPYRIGHT
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/libetpan.h
|
|
|
|
%dir %{_includedir}/libetpan
|
|
|
|
%{_includedir}/libetpan/*.h
|
|
|
|
%{_libdir}/libetpan.a
|
|
|
|
%{_libdir}/libetpan.so
|
2024-01-06 04:11:58 +01:00
|
|
|
%{_libdir}/pkgconfig/libetpan.pc
|
2024-01-06 04:11:58 +01:00
|
|
|
%doc ChangeLog NEWS
|
|
|
|
|
|
|
|
%changelog
|
2024-01-31 15:58:27 +01:00
|
|
|
* Wed Jan 31 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.4-2mamba
|
|
|
|
- rebuilt with current openldap and others
|
|
|
|
|
2024-01-06 04:11:58 +01:00
|
|
|
* Sun Jul 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.4-1mamba
|
|
|
|
- update to 1.9.4
|
|
|
|
|
2024-01-06 04:11:58 +01:00
|
|
|
* Mon May 06 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 20130506git-1mamba
|
|
|
|
- package created by silvan using the webbuild interface
|