[mythtv-commits] Ticket #8345: r24120 packaging/rpm/build_myth.sh fails

MythTV mythtv at cvs.mythtv.org
Tue Apr 13 19:21:47 UTC 2010


#8345: r24120 packaging/rpm/build_myth.sh fails
----------------------------------------------------+-----------------------
 Reporter:  Stanley Merkx <stanley@…>               |       Owner:  ijr    
     Type:  defect                                  |      Status:  new    
 Priority:  trivial                                 |   Milestone:  unknown
Component:  Packaging                               |     Version:  0.23rc2
 Severity:  medium                                  |     Mlocked:  0      
----------------------------------------------------+-----------------------
 rpm/build_myth.sh fails with the following message:

 error: Installed (but unpackaged) file(s) found:
 /usr/share/mythtv/i18n/mythnetvision_da.qm

 (and more mythnetvision_??.qm files).

 Patch to fix this is pretty trivial:

 # svn diff mythtv-0-23/
 Index: mythtv-0-23/packaging/rpm/mythtv.spec
 ===================================================================
 --- mythtv-0-23/packaging/rpm/mythtv.spec       (revision 24120)
 +++ mythtv-0-23/packaging/rpm/mythtv.spec       (working copy)
 @@ -1457,6 +1457,7 @@
  %{_libdir}/mythtv/plugins/libmythnetvision.so
  %{_datadir}/mythtv/mythnetvision
  %{_datadir}/mythtv/netvisionmenu.xml
 +%{_datadir}/mythtv/i18n/mythnetvision_*.qm
  %endif

  %endif

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8345>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list