-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use modern statements in spec file (#326)
* Use modern statements in spec file - `%global` instead of `%define` for static expressions: `%global`s are evaluated once when set, `%define`s are evaluated each time used. Plus the scope of `%global`s is all sections, including the scriptlets. - `-n %{name}-%{version}` always has been the default for `%setup`, hence omitted now. - `rm -rf %{buildroot}` as first statement in the `%install` section is long obsolete, thus superfluous. * Post release version increase
- Loading branch information
Showing
1 changed file
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters