-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
RPM building fails on Fedora 23, because the name value contains spaces.
building RPMs
error: line 7: Tag takes single token only: Name: f.lux indicator applet
error: query of specfile build/bdist.linux-x86_64/rpm/SPECS/f.lux indicator applet.spec failed, can't parse
error: Failed to execute: "rpm -q --qf '%{name}-%{version}-%{release}.src.rpm %{arch}/%{name}-%{version}-%{release}.%{arch}.rpm\\n' --specfile 'build/bdist.linux-x86_64/rpm/SPECS/f.lux indicator applet.spec'"
According to the distutils documentation the spaces should probably be avoided.
the distribution name is used to generate filenames, so you should stick to letters, digits, underscores, and hyphens.
It should probably be changed to f_lux/flux, flux-applet or similar
Metadata
Metadata
Assignees
Labels
No labels