rpms/libesmtp/FC-4 .cvsignore, 1.2, 1.3 libesmtp.spec, 1.1, 1.2 sources, 1.2, 1.3

Pawel Salek (pawsa) fedora-extras-commits at redhat.com
Sun Dec 4 12:37:03 UTC 2005


Author: pawsa

Update of /cvs/extras/rpms/libesmtp/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14900

Modified Files:
	.cvsignore libesmtp.spec sources 
Log Message:
- fix #173332 following Patrice Dumas's patches.
- fix crashes on certificates with subjectAltName extension.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libesmtp/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	12 Jun 2005 21:08:03 -0000	1.2
+++ .cvsignore	4 Dec 2005 12:37:01 -0000	1.3
@@ -1 +1,3 @@
 libesmtp-1.0.3r1.tar.bz2
+libesmtp-ssl.patch
+COPYING.LGPL


Index: libesmtp.spec
===================================================================
RCS file: /cvs/extras/rpms/libesmtp/FC-4/libesmtp.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libesmtp.spec	12 Jun 2005 21:08:03 -0000	1.1
+++ libesmtp.spec	4 Dec 2005 12:37:01 -0000	1.2
@@ -3,11 +3,13 @@
 Summary: SMTP client library
 Name:     	libesmtp
 Version:  	1.0.3r1
-Release:        3
+Release:        4
 License:	LGPL
 Group: System Environment/Libraries
 Source:  	http://www.stafford.uklinux.net/libesmtp/%{name}-%{version}.tar.bz2
+Source1: 	COPYING.LGPL
 Patch1:		libesmtp-build.patch
+Patch2:		libesmtp-ssl.patch
 URL:       	http://www.stafford.uklinux.net/libesmtp/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	openssl-devel pkgconfig automake libtool
@@ -22,7 +24,8 @@
 %package devel
 Summary: Headers and development libraries for libESMTP
 Group: Development/Libraries
-Requires: %{name} = %{version}
+License: LGPL/GPL
+Requires: %{name} = %{version}-%{release}, openssl-devel
 
 %description devel
 LibESMTP is a library to manage posting (or submission of) electronic
@@ -35,6 +38,8 @@
 %prep 
 %setup -q
 %patch1 -p1 -b .build
+%patch2 -p1 -b .ssl
+cp %{SOURCE1} .
 
 %build
 #we run auto* because the distributed configure script is inferior.
@@ -52,7 +57,7 @@
 %configure --with-auth-plugin-dir=%{plugindir} --enable-pthreads \
   --enable-require-all-recipients --enable-debug \
   --enable-etrn
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -68,19 +73,24 @@
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING COPYING.GPL NEWS Notes README
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING.LGPL NEWS Notes README
 %{_libdir}/libesmtp.so.*
 %{plugindir}
 
 %files devel
-%defattr(-,root,root)
+%defattr(-,root,root,-)
+%doc examples COPYING.GPL
 %{_bindir}/libesmtp-config
 %{_prefix}/include/*
 %{_libdir}/libesmtp.so
 %{_libdir}/libesmtp.a
 
 %changelog
+* Sun Dec  4 2005 Pawel Salek <pawsa at theochem.kth.se> - 1.0.3r1-4
+- fix #173332 following Patrice Dumas's patches.
+- fix crashes on certificates with subjectAltName extension.
+
 * Sun Jun 12 2005 Pawel Salek <pawsa at theochem.kth.se> - 1.0.3r1-3
 - Add libesmtp-build.patch - fix building under FC4.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libesmtp/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	12 Jun 2005 21:08:03 -0000	1.2
+++ sources	4 Dec 2005 12:37:01 -0000	1.3
@@ -1 +1,3 @@
 c07aa79293aa36298626fe5e68d6bfba  libesmtp-1.0.3r1.tar.bz2
+f018f16cbebc56490d2c3c18a23d3113  libesmtp-ssl.patch
+a6f89e2100d9b6cdffcea4f398e37343  COPYING.LGPL




More information about the fedora-extras-commits mailing list