sclorg / spec2scl

MIT License
7 stars 7 forks source link

No need to prefix file based BR #5

Closed torsava closed 7 years ago

torsava commented 11 years ago

Originally reported by: Miroslav Suchý (Bitbucket: msuchy, GitHub: msuchy)


IMHO you should not place cl_prefix in front of file based BR. E.g:

BuildRequires: %{?scl_prefix}%{_bindir}/pod2man


torsava commented 10 years ago

Original comment by Robert Kuska (Bitbucket: xkuska, GitHub: Unknown):


Exclude file based requires from sclizing, fixes #5

torsava commented 11 years ago

Original comment by Miroslav Suchý (Bitbucket: msuchy, GitHub: msuchy):


Or even better to replace it with: BuildRequires: %{_root_bindir}/pod2man

torsava commented 11 years ago

Original comment by Slavek Kabrda (Bitbucket: bkabrda, GitHub: bkabrda):


Ha, good catch! Thank you, I'll fix it.