Description of problem: I was recently trying to build a package for "llpp" on fedora. After updating mupdf on my machine to a new enough version (*cough* :-) ), I noticed that I also needed a static library from mupdf that "make install" doesn't get by default: build/release/libmujs.a I was thinking this might be a nice addition to the package. I simply added: install -Dm644 build/release/libmujs.a $RPM_BUILD_ROOT%{_libdir} to the install section, and added the library to the files section for the -devel package. Then, llpp built successfully. Thanks for the consideration!
Hmm, strange. I wasn't noticed before. Thank you for the report I'll take a look soon.
I'm packaging zathura-pdf-mupdf which also requires libmujs. Any progress here?
Are there any news on this?
Ping?
Are there any news with mupdf-1.7?
To: abrouwers Could you please post your updated MuPDF SPEC and SRPM somewhere? Thank you.
Mujs is thirdparty library and including is forbidden by Fedora packaging guidelines: https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries
For all interested, I've submitted mujs for package review, bug #1219422.