Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > c367e8d7be92b0493303ae4ee6db5fef > files > 10

ruby-1.9.3.p392-1.mga3.src.rpm

# rpm macros for use in ruby packages

%ruby_version		%(ruby -rrbconfig -e 'print RbConfig::CONFIG["ruby_version"]')

%ruby_archdir		%(ruby -rrbconfig -e 'print RbConfig::CONFIG["archdir"]')
%ruby_libdir		%(ruby -rrbconfig -e 'print RbConfig::CONFIG["rubylibdir"]')
%ruby_sitearchdir	%(ruby -rrbconfig -e 'print RbConfig::CONFIG["sitearchdir"]')
%ruby_sitelibdir	%(ruby -rrbconfig -e 'print RbConfig::CONFIG["sitelibdir"]')
%ruby_vendorarchdir	%(ruby -rrbconfig -e 'print RbConfig::CONFIG["vendorarchdir"]')
%ruby_vendorlibdir	%(ruby -rrbconfig -e 'print RbConfig::CONFIG["vendorlibdir"]')
%ruby_gemdir		%(ruby -rrbconfig -e 'print RbConfig::CONFIG["rubygemsdir"]')
%ruby_ridir		%(ruby -rrbconfig -e 'print RbConfig::CONFIG["ridir"]')