- Fix bug 173332 completely, including licence issues.

epel9
Pawel Salek 19 years ago
parent ea97234784
commit 495e299303

@ -1,2 +1,3 @@
libesmtp-1.0.3r1.tar.bz2 libesmtp-1.0.3r1.tar.bz2
libesmtp-ssl.patch libesmtp-ssl.patch
COPYING.LGPL

@ -3,10 +3,11 @@
Summary: SMTP client library Summary: SMTP client library
Name: libesmtp Name: libesmtp
Version: 1.0.3r1 Version: 1.0.3r1
Release: 6%{?dist} Release: 7%{?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
Source1: COPYING.LGPL
Patch1: libesmtp-build.patch Patch1: libesmtp-build.patch
Patch2: libesmtp-ssl.patch Patch2: libesmtp-ssl.patch
URL: http://www.stafford.uklinux.net/libesmtp/ URL: http://www.stafford.uklinux.net/libesmtp/
@ -23,6 +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
License: LGPL/GPL
Requires: %{name} = %{version}-%{release}, openssl-devel Requires: %{name} = %{version}-%{release}, openssl-devel
%description devel %description devel
@ -37,6 +39,7 @@ necessary for building programs against libesmtp.
%setup -q %setup -q
%patch1 -p1 -b .build %patch1 -p1 -b .build
%patch2 -p1 -b .ssl %patch2 -p1 -b .ssl
cp %{SOURCE1} .
%build %build
#we run auto* because the distributed configure script is inferior. #we run auto* because the distributed configure script is inferior.
@ -54,7 +57,7 @@ fi
%configure --with-auth-plugin-dir=%{plugindir} --enable-pthreads \ %configure --with-auth-plugin-dir=%{plugindir} --enable-pthreads \
--enable-require-all-recipients --enable-debug \ --enable-require-all-recipients --enable-debug \
--enable-etrn --enable-etrn
make make %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -70,19 +73,23 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root) %defattr(-,root,root,-)
%doc AUTHORS COPYING COPYING.GPL NEWS Notes README %doc AUTHORS COPYING.LGPL NEWS Notes README
%{_libdir}/libesmtp.so.* %{_libdir}/libesmtp.so.*
%{plugindir} %{plugindir}
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root,-)
%doc examples COPYING.GPL
%{_bindir}/libesmtp-config %{_bindir}/libesmtp-config
%{_prefix}/include/* %{_prefix}/include/*
%{_libdir}/libesmtp.so %{_libdir}/libesmtp.so
%{_libdir}/libesmtp.a %{_libdir}/libesmtp.a
%changelog %changelog
* Sun Dec 4 2005 Pawel Salek <pawsa@theochem.kth.se> - 1.0.3r1-7
- Fix bug 173332 completely, including licence issues.
* Thu Nov 17 2005 Pawel Salek <pawsa@theochem.kth.se> - 1.0.3r1-6 * Thu Nov 17 2005 Pawel Salek <pawsa@theochem.kth.se> - 1.0.3r1-6
- fix #173332. - fix #173332.

@ -1,2 +1,3 @@
c07aa79293aa36298626fe5e68d6bfba libesmtp-1.0.3r1.tar.bz2 c07aa79293aa36298626fe5e68d6bfba libesmtp-1.0.3r1.tar.bz2
f018f16cbebc56490d2c3c18a23d3113 libesmtp-ssl.patch f018f16cbebc56490d2c3c18a23d3113 libesmtp-ssl.patch
a6f89e2100d9b6cdffcea4f398e37343 COPYING.LGPL

Loading…
Cancel
Save