|
|
@ -3,12 +3,14 @@
|
|
|
|
Summary: SMTP client library
|
|
|
|
Summary: SMTP client library
|
|
|
|
Name: libesmtp
|
|
|
|
Name: libesmtp
|
|
|
|
Version: 1.0.3r1
|
|
|
|
Version: 1.0.3r1
|
|
|
|
Release: 3
|
|
|
|
Release: 4%{?dist}
|
|
|
|
License: LGPL
|
|
|
|
License: LGPL
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Source: http://www.stafford.uklinux.net/libesmtp/%{name}-%{version}.tar.bz2
|
|
|
|
Source: http://www.stafford.uklinux.net/libesmtp/%{name}-%{version}.tar.bz2
|
|
|
|
Patch1: libesmtp-build.patch
|
|
|
|
Patch1: libesmtp-build.patch
|
|
|
|
|
|
|
|
Patch2: libesmtp-ssl.patch
|
|
|
|
URL: http://www.stafford.uklinux.net/libesmtp/
|
|
|
|
URL: http://www.stafford.uklinux.net/libesmtp/
|
|
|
|
|
|
|
|
Requires: openssl
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: openssl-devel pkgconfig automake libtool
|
|
|
|
BuildRequires: openssl-devel pkgconfig automake libtool
|
|
|
|
|
|
|
|
|
|
|
@ -22,7 +24,7 @@ functionality is not the program's primary purpose.
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Headers and development libraries for libESMTP
|
|
|
|
Summary: Headers and development libraries for libESMTP
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
Requires: %{name} = %{version}, openssl-devel
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
LibESMTP is a library to manage posting (or submission of) electronic
|
|
|
|
LibESMTP is a library to manage posting (or submission of) electronic
|
|
|
@ -35,6 +37,7 @@ necessary for building programs against libesmtp.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch1 -p1 -b .build
|
|
|
|
%patch1 -p1 -b .build
|
|
|
|
|
|
|
|
%patch2 -p1 -b .ssl
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
#we run auto* because the distributed configure script is inferior.
|
|
|
|
#we run auto* because the distributed configure script is inferior.
|
|
|
@ -81,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_libdir}/libesmtp.a
|
|
|
|
%{_libdir}/libesmtp.a
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Oct 19 2005 Pawel Salek <pawsa@theochem.kth.se> - 1.0.3r1-4
|
|
|
|
|
|
|
|
- fix crashes on certificates with subjectAltName extension. Fix #166844.
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jun 12 2005 Pawel Salek <pawsa@theochem.kth.se> - 1.0.3r1-3
|
|
|
|
* Sun Jun 12 2005 Pawel Salek <pawsa@theochem.kth.se> - 1.0.3r1-3
|
|
|
|
- Add libesmtp-build.patch - fix building under FC4.
|
|
|
|
- Add libesmtp-build.patch - fix building under FC4.
|
|
|
|
|
|
|
|
|
|
|
|