Spec Name or Url: http://nomis80.org/rpms/SPECS/quadkonsole.spec SRPM Name or Url: http://nomis80.org/rpms/SRPMS/quadkonsole-2.0.1-1.src.rpm Description: QuadKonsole is a program which embeds 4 Konsoles (other numbers can be specified on the command-line). This way you save screen real estate, you don't have to worry about careful placement and the startup time is faster than starting up 4 separate Konsoles.
Needs work: $ rpmlint quadkonsole-2.0.1-1.src.rpm E: quadkonsole description-line-too-long QuadKonsole is a program which embeds 4 Konsoles (other numbers can be specified reformat to less than 80 chars. - .desktop file: - add "X-KDE-StartupNotify=true" to the .desktop file Good: - package meets naming guidelines - package meets packaging guidelines - license (GPL) OK, text in %doc, matches source - spec file legible, in am. english - source matches upstream - package compiles in mock for devel (x86) - no missing BR - no unnecessary BR - no locales - not relocatable - owns all directories that it creates - no duplicate files - permissions ok - %clean ok - macro use consistent - code, not content - no need for -docs - nothing in %doc affects runtime APPROVED with above changes.
I think that's a bug in rpmlint as there is no line having a width of more than 80 characters. I think rpmlint is counting newline characters, which is a bug. About the "X-KDE-StartupNotify=true": I'll do it, thanks for noticing.
(In reply to comment #2) > I think that's a bug in rpmlint as there is no line having a width of more > than 80 characters. I think rpmlint is counting newline characters, which is a > bug. This is very much cosmetic, but rpmlint wants _less_ than 80 characters. 80 or more cause annoying effects in (X)Emacs and possibly elsewhere.