Bug 163399 - aspell conflicts with info package
Summary: aspell conflicts with info package
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: aspell
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ivana Varekova
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-07-15 20:33 UTC by Robert Scheck
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-07-18 07:17:40 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Robert Scheck 2005-07-15 20:33:16 UTC
Description of problem:
aspell conflicts at installing with stuff of the info package.

Version-Release number of selected component (if applicable):
aspell-0.60.3-1

How reproducible / Steps to Reproduce:
Everytime, try to install aspell aspell-0.60.3-1 from Rawhide.

Actual results:
The following works for me and solves the problem:

--- snipp ---
--- aspell.spec         2005-07-13 16:51:39.000000000 +0200
+++ aspell.spec.rsc     2005-07-15 22:18:01.000000000 +0200
@@ -58,14 +58,19 @@

 rm -f ${RPM_BUILD_ROOT}%{_libdir}/libaspell.la
 rm -f ${RPM_BUILD_ROOT}%{_libdir}/libpspell.la
+rm -f ${RPM_BUILD_ROOT}%{_datadir}/info/dir

-#rm -f $RPM_BUILD_ROOT/usr/share/doc/aspell/manual.aux
+%post
+/sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir
+/sbin/ldconfig
+
+%preun
+if [ $1 = 0 ]; then
+    /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir
+fi

-#mv $RPM_BUILD_ROOT/usr/share/doc/aspell $RPM_BUILD_ROOT/usr/share/doc/aspell-%
{version}
-
-
-%post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
+
 %clean
 rm -rf $RPM_BUILD_ROOT

--- snapp ---

Expected results:
Fix containing the stuff as above or even better ;-)

Comment 1 Ivana Varekova 2005-07-18 07:17:40 UTC
Thank you for your notice.
This bug is fixed in the laat version - aspell-0.60.3-2.i386.rpm.



Note You need to log in before you can comment on or make changes to this bug.