bfabiszewski/libmobi

tarball is missing for latest releases (e.g. 0.6)

avsej opened this issue · 3 comments

avsej commented

Github-provided tarballs are pretty bad, because the size is about 45 megabytes

I added tarball.
You can also create it yourself by running make dist.
The size is large because of test samples. Feel free to remove samples if you want even smaller tarball.

avsej commented

Thanks, Bartek.

I know about make dist, but it creates different tarball every time (I mean because of timestamps and such, hash sum of the tarball is changes). So it is great when there is "official" publicly available tarball to refer in packaging scripts (like this one https://src.fedoraproject.org/rpms/libmobi).

Ok. Now I see. I couldn't understand why you need it.
Thanks for maintaining Fedora package!