zealdocs / zeal-packaging

Packaging metadata and tools for various operating systems
MIT License
40 stars 13 forks source link

[RPM] There are ar files at /usr/bin/ directory #17

Closed alunux closed 8 years ago

alunux commented 8 years ago
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/alunux/rpmbuild/BUILDROOT/zeal-20160914.git-1.fc24.x86_64
error: Installed (but unpackaged) file(s) found:
   /usr/bin/libCore.a
   /usr/bin/libRegistry.a
   /usr/bin/libUi.a
   /usr/bin/libUtil.a

RPM build errors:
    Installed (but unpackaged) file(s) found:
   /usr/bin/libCore.a
   /usr/bin/libRegistry.a
   /usr/bin/libUi.a
   /usr/bin/libUtil.a

Full build log:

trollixx commented 8 years ago

Thanks for letting me know.

I changed the project organisation a little bit, so now there are several static libraries that a linked in the final executable. I did not realise that these libs get installed, so I need to fix that.