rpms/libesmtp/devel .cvsignore, 1.3, 1.4 libesmtp.spec, 1.4, 1.5 sources, 1.3, 1.4

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


Author: pawsa

Update of /cvs/extras/rpms/libesmtp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14973

Modified Files:
	.cvsignore libesmtp.spec sources 
Log Message:
- Fix bug 173332 completely, including licence issues.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libesmtp/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	19 Oct 2005 19:07:25 -0000	1.3
+++ .cvsignore	4 Dec 2005 12:45:56 -0000	1.4
@@ -1,2 +1,3 @@
 libesmtp-1.0.3r1.tar.bz2
 libesmtp-ssl.patch
+COPYING.LGPL


Index: libesmtp.spec
===================================================================
RCS file: /cvs/extras/rpms/libesmtp/devel/libesmtp.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libesmtp.spec	17 Nov 2005 21:03:45 -0000	1.4
+++ libesmtp.spec	4 Dec 2005 12:45:56 -0000	1.5
@@ -3,10 +3,11 @@
 Summary: SMTP client library
 Name:     	libesmtp
 Version:  	1.0.3r1
-Release:        6%{?dist}
+Release:        7%{?dist}
 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/
@@ -23,6 +24,7 @@
 %package devel
 Summary: Headers and development libraries for libESMTP
 Group: Development/Libraries
+License: LGPL/GPL
 Requires: %{name} = %{version}-%{release}, openssl-devel
 
 %description devel
@@ -37,6 +39,7 @@
 %setup -q
 %patch1 -p1 -b .build
 %patch2 -p1 -b .ssl
+cp %{SOURCE1} .
 
 %build
 #we run auto* because the distributed configure script is inferior.
@@ -54,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
@@ -70,19 +73,23 @@
 %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-7
+- Fix bug 173332 completely, including licence issues.
+
 * Thu Nov 17 2005 Pawel Salek <pawsa at theochem.kth.se> - 1.0.3r1-6
 - fix #173332.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libesmtp/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	19 Oct 2005 19:07:25 -0000	1.3
+++ sources	4 Dec 2005 12:45:56 -0000	1.4
@@ -1,2 +1,3 @@
 c07aa79293aa36298626fe5e68d6bfba  libesmtp-1.0.3r1.tar.bz2
 f018f16cbebc56490d2c3c18a23d3113  libesmtp-ssl.patch
+a6f89e2100d9b6cdffcea4f398e37343  COPYING.LGPL




More information about the scm-commits mailing list