#!/usr/bin/perl -w $package = shift(@ARGV); $version = shift(@ARGV); @files = @ARGV; open(OUT, ">swh-plugins-$version.spec") || die "Can't create spec file: $!"; print OUT <