-
-
Notifications
You must be signed in to change notification settings - Fork 15
How to deal with UCD file when packaging libunicode #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @topazus. I discovered that directory too. If I remember correctly, it was not containing all the information we needed to populate the internal UCD data structures. I am not sure how you deal in the .spec file with it (in packaging). What I did for .deb file creations in sandboxed packaging is, to pre-fetch the .zip files from upstream (unicode.org) and have these packaged with the source code. Let me see what the state is as of right now and report back ASAP. |
Wow. it works. Adjusting commit incoming.... |
Okay. I have merged it to master. Do you need a new release for this, or is it sufficient to simply apply the commit (eb40101) (as patch) in the spec file? |
Maybe I can use a patch file at this time |
Closing this since the the review request of libunicode package is approved. Thanks a lot. |
yay. Many thanks for your work! |
The
unicode-ucd
package in Fedora provides the same thing with the ucd download from https://www.unicode.org/Public/15.0.0/ucd/UCD.zip. The reviewer asked me to give some explanations about the UCD in the review request of libunicode on Fedora bugzilla.libunicode/CMakeLists.txt
Line 58 in f921d1b
I do not find a good method to deal with this. changing
${LIBUNICODE_UCD_BASE_DIR}/ucd-${LIBUNICODE_UCD_VERSION}
to/usr/share/unicode/ucd
where the UCD files provided byunicode-ucd
package can work. Any better suggestions? @christianparpartrelated issue: #56
The text was updated successfully, but these errors were encountered: