Fix bcond comments
This commit is contained in:
parent
3c0fb7f11f
commit
fab40474b5
1 changed files with 3 additions and 3 deletions
|
|
@ -1,11 +1,11 @@
|
|||
# For a complete build enable these two
|
||||
# For a complete build enable this
|
||||
%bcond all_codecs 0
|
||||
|
||||
# Break dependency cycles by disabling certain optional dependencies.
|
||||
%bcond bootstrap 0
|
||||
|
||||
# If you want to do a build with the upstream source tarball, then set the
|
||||
# pkg_suffix to %%nil. We can't handle this with a conditional, as srpm
|
||||
# If building with all codecs, then set the pkg_suffix to %%nil.
|
||||
# We can't handle this with a conditional, as srpm
|
||||
# generation would not take it into account.
|
||||
%global pkg_suffix -free
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue