Project

General

Profile

« Previous | Next » 

Revision 96fa21e6

Added by Evgeni Golov about 4 years ago

use BuildRequires in the template

View differences:

gem2rpm/nonscl.spec.erb
<% else -%>
<% for d in spec.runtime_dependencies -%>
<% for req in d.requirement -%>
Requires: rubygem(<%= d.name %>) <%= req %>
BuildRequires: rubygem(<%= d.name %>) <%= req %>
<% end -%>
<% end -%>
<% end -%>

Also available in: Unified diff