logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

spec-beautifier — program to clean up RPM .spec files

Description

       spec-beautifier  checks .spec files, as used for rpmbuild(1), for inconsistencies and corrects them where
       possible, or emits a warnings to notify the user of required manual intervention.

Name

       spec-beautifier — program to clean up RPM .spec files

Options

       Without any options, the files are processed and the result is written to stdout (sort of a dry run).

       -d     Instead of printing the substituted text, print a diff-like output with "-" and "+" lines, showing
              the differences applied.

       -r     Not so dry run: Modify files in place.

See Also

hxtools(7)

hxtools                                            2010-12-01                                 spec-beautifier(1)

Syntax

spec-beautifier [-d|-r] [file...]

See Also