On 13/01/16 23:19 -0000, Andrew Toskin wrote:
Is there a way to convert tags like "BuildRequires:" into %macros so that they *can* be indented?
That would be highly unconventional, and so unlikely to make the .spec
file easier to follow.
If it's really a problem you could use comments:
%if %{some_condition}
BuildRequires: foo
BuildRequires: bar
BuildRequires: baz
%endif # some_condition
--
devel mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]
