Skip to content
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

Issues with license files and hiddden dirs. #87

Closed
opoplawski opened this issue Nov 1, 2012 · 1 comment
Closed

Issues with license files and hiddden dirs. #87

opoplawski opened this issue Nov 1, 2012 · 1 comment

Comments

@opoplawski
Copy link
Contributor

Trying to package traitsui for Fedora (https://bugzilla.redhat.com/show_bug.cgi?id=829580). rpmlint shows:

python-traitsui.noarch: W: file-not-utf8 /usr/share/doc/python-traitsui-4.2.0/docs/Pydoh_T3UMdoc_HOWTO.txt
python-traitsui.noarch: W: file-not-utf8 /usr/share/doc/python-traitsui-4.2.0/image_LICENSE_Eclipse.txt
python-traitsui.noarch: W: hidden-file-or-dir /usr/share/doc/python-traitsui-4.2.0/docs/source/.templates
python-traitsui.noarch: W: hidden-file-or-dir /usr/share/doc/python-traitsui-4.2.0/docs/source/.static

I tried to convert the txt files to utf-8 with iconv, but that failed, apparently because they are unknown:

image_LICENSE_Eclipse.txt: Non-ISO extended-ASCII text, with very long lines
docs/Pydoh_T3UMdoc_HOWTO.txt: Non-ISO extended-ASCII text, with LF, NEL line terminators

Can these files but put into a standard encoding, preferrably UTF-8?

Also, not sure if the hidden dirs are important or not.

@pankajp pankajp closed this as completed in 934cd4d Dec 5, 2012
pberkes pushed a commit that referenced this issue Dec 5, 2012
Fix #87: Fix non-ascii text files and remove unused directories.
@opoplawski
Copy link
Contributor Author

Thanks, much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants