Menu

#13 rpmrebuild loses all translation files

v1.0_(example)
pending
None
3
2024-10-10
2023-06-27
yangke
No

rpmrebuild loses all translation files like *.mo ,This doesn't happen when I comment a few lines of code

1 Attachments

Discussion

  • eric gerbier

    eric gerbier - 2024-10-10
    • status: open --> pending
    • assigned_to: eric gerbier
     
  • eric gerbier

    eric gerbier - 2024-10-10

    I had a test on vim-common package with rpmrebuild 2.19 on fedora 40
    $ rpm -ql vim-common | egrep '.mo$' | wc -l
    42
    $ rpmrebuild vim-common
    ...
    result: /home/eric/rpmbuild/RPMS/x86_64/vim-common-9.1.719-1.fc40.x86_64.rpm
    $ rpm -qpl /home/eric/rpmbuild/RPMS/x86_64/vim-common-9.1.719-1.fc40.x86_64.rpm | egrep '.mo$' | wc -l
    42

    so on vim-common, no translation file is missing
    could you provide a package name example ?

     

Anonymous
Anonymous

Add attachments
Cancel