Bug 662897

Summary: Publican does not set name_label when rebuilding previously packaged books
Product: [Community] Publican Reporter: Ruediger Landmann <rlandman>
Component: publicanAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED CURRENTRELEASE QA Contact: Ruediger Landmann <rlandman+disabled>
Severity: medium Docs Contact:
Priority: low    
Version: 2.5CC: mmcallis, publican-list
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 2.6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-26 00:42:46 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:

Description Ruediger Landmann 2010-12-14 05:38:04 UTC
Description of problem:
Publican does not include the name_label in the %post section of a document's spec file when building an untranslated book. This means that when rebuilding a book from an existing SRPM (rather than from the XML source), the name_label is not set, and the English title of the book appears in navigation menus. 

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

How reproducible:
100%

Steps to Reproduce:
1. package a translated book
2. extract the contents of the SRPM
3. run "publican package" on the extracted files
  
Actual results:
The %post section of the spec file contains: 

name_label => ""

Expected results:
The %post section of the spec file contains the translated title as the name_label

Additional info:

Comment 1 Jeff Fearn 🐞 2010-12-15 04:08:42 UTC
Ensured web labels are set correctly in cfg file created during packaging.

Fixed in revision 1691

Comment 2 Jeff Fearn 🐞 2011-07-05 09:42:59 UTC
Back ported to branches/publican-2x

Committed revision 1801.

Comment 3 Ruediger Landmann 2011-07-21 22:47:54 UTC
Verified in build 2.5-2.fc15.t17:

* package translated book with publican package --binary
* install book and verify that translated title appears in ToC
* extract sources from src.rpm
* edit spec file to bump release number
* rebuild with rpmbuild
* update book and verify that translated title still appears.