Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=571993 --- Comment #5 from Martin Gieseking <martin.gieseking@xxxxxx> 2010-03-30 16:38:42 EDT --- I had a deeper look into the package and have to cancel my previous remark about the doc package. Sorry! The documentation files are expected to be installed with the base package. Otherwise the program's help doesn't work. Nonetheless, installing the doc files is a bit tricky. a) the make statement in %build must look like this: make VERBOSE=1 SYSTEM_PATH=%{_datadir} DOCUMENT_PATH=%{_defaultdocdir}/%{name}-%{version}/doc/ %{?_smp_mflags} It ensures compiling the final doc path into the program. b) the %install section should contain the following lines: sed -i "/\.html/d" Makefile make install DESTDIR=$RPM_BUILD_ROOT c) and finally the %doc line in the %files section: %doc COPYING doc/ Now the help should be available through the help menu of the application. Like you, I wasn't able to start non-sequencer in its own window. It always comes up full-screen. Maybe you should ask upstream whether that's a known issue. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review