2

Is there a way to declare my own variable inside of a spec file and refer to it as %{my_var} ?

2 Answers 2

3

Define your variable at the beginning: %define my_var my_value and use it with %{my_var}.

According to rpm packaging guide - defining your own macros, %global can be used too.

See also: https://rpm-software-management.github.io/rpm/manual/macros.html

2

Sure. You use %global or %define for that. See for example the fedora firefox.spec.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.