#!/usr/bin/ruby.ruby3.3 

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

require 'rpmspec'

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