Bug 427683 - info/dir packaged
Summary: info/dir packaged
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: blitz
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Sergio Pascual
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-01-06 17:22 UTC by Florian La Roche
Modified: 2008-01-07 11:51 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-01-07 11:51:51 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Florian La Roche 2008-01-06 17:22:19 UTC
Description of problem:

blitz-devel is packaging /usr/share/info/dir, but should add the
right post/preun scripts from the packaging guidelines.

regards,

Florian La Roche


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


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Sergio Pascual 2008-01-07 00:25:46 UTC
Hello. The following lines are from blitz.spec, as far as I know these are the
required lines for texinfo files (Packaging/ScriptletSnippets).

%post devel
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :

%preun devel
if [ $1 = 0 ]; then
    /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
fi

Comment 2 Florian La Roche 2008-01-07 08:00:20 UTC
Hello Sergio,

looks good, then only the packaged file needs to be removed.

Thanks a lot,

Florian La Roche


Comment 3 Sergio Pascual 2008-01-07 11:51:51 UTC
I don't quite understand why is packaging %{_infodir}/dir, but, in any case, a
new rpm package with %{_infodir}/dir excluded is in rawhide. Thanks, Florian


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