Bug 125426

Summary: libesmtp-config is missing
Product: [Fedora] Fedora Reporter: Robin Green <greenrd>
Component: libesmtpAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: rawhideCC: redhat-bugzilla, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.0.3r1-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-09-30 01:12:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 123268    

Description Robin Green 2004-06-07 00:16:52 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040115

Description of problem:
libesmtp-config is missing from the rpm. This is needed to get the
libesmtp patch for mutt[0] to build cleanly.

[0] http://www.deez.info/sengelha/projects/mutt/libesmtp/

Version-Release number of selected component (if applicable):
libesmtp-1.0.2-2.1

How reproducible:
Always

Steps to Reproduce:
1. rpm -ql libesmtp libesmtp-devel

Additional info:

Comment 1 Robert Scheck 2004-07-15 13:10:34 UTC
Patch for libesmtp solving this issue, please apply it. Thank you :)

--- snipp ---
--- libesmtp.spec       2004-07-13 21:55:07.000000000 +0200
+++ libesmtp.spec.rsc   2004-07-15 15:08:40.000000000 +0200
@@ -3,7 +3,7 @@
 Summary: SMTP client library.
 Name:          libesmtp
 Version:       1.0.3r1
-Release: 1
+Release: 2
 License:       LGPL
 Group: System Environment/Libraries
 Source:        http://www.stafford.uklinux.net/libesmtp/%{name}-%{version}.tar.bz2
@@ -50,7 +50,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
-rm -f $RPM_BUILD_ROOT/%{_bindir}/libesmtp-config $RPM_BUILD_ROOT/%{_libdir}/*.la
+rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la


 %clean
@@ -68,11 +68,15 @@

 %files devel
 %defattr(-,root,root)
+%{_bindir}/libesmtp-config
 %{_prefix}/include/*
 %{_libdir}/libesmtp.so
 %{_libdir}/libesmtp.a

 %changelog
+* Thu Jul 15 2004 Robert Scheck <redhat> 1.0.3r1-2
+- have libesmtp-config to avoid problems (#125426)
+
 * Tue Jul 13 2004 John Dennis <jdennis> 1.0.3r1-1
 - bring up to latest upstream release

--- snapp ---

Comment 2 Miloslav Trmač 2004-09-30 01:12:08 UTC
Fixed in libesmtp-1.0.3r1-2, which should appear in rawhide soon.