[Bug 226800] Review Request: emacs-bbdb - email database for Emacs

bugzilla at redhat.com bugzilla at redhat.com
Tue Feb 6 00:42:06 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: emacs-bbdb - email database for Emacs


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=226800





------- Additional Comments From green at redhat.com  2007-02-05 19:41 EST -------
Thanks Tom.  This one builds for FC6 in mock.

rpmlint has a single complaint about this package...

# rpmlint emacs-bbdb-2.35-2.fc6.noarch.rpm
W: emacs-bbdb file-not-utf8 /usr/share/info/bbdb.info.gz

You can fix this with the following spec file patch...

--- emacs-bbdb.spec~    2007-02-03 12:06:44.000000000 -0800
+++ emacs-bbdb.spec     2007-02-05 16:35:51.000000000 -0800
@@ -34,6 +34,10 @@
 %prep
 %setup -q -n %{pkg}-%{version}
 %patch0 -p1
+pushd texinfo
+iconv --from=ISO-8859-1 --to=UTF-8 bbdb.texinfo > bbdb.texinfo.new
+mv bbdb.texinfo.new bbdb.texinfo
+popd

 %build



Actually, rpmlint has a "no documentation" complaint about the -el
package as well, but we can ignore it.



-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list