#!/usr/bin/ruby

$LOAD_PATH.push(File.expand_path(File.dirname(__FILE__) + '/../lib'))

require 'rpmspec'

RPMSpec::Parser.new(ARGV[0]).parse
