AUTOBUILD_PERL5LIB=`perl -e 'use Config; my $dir = $Config{sitelib}; $dir =~ s|$Config{siteprefix}|$ENV{AUTOBUILD_INSTALL_ROOT}|; print $dir'` perl -e 'use Config; my $dir = $Config{sitelib}; $dir =~ s|$Config{siteprefix}|$ENV{AUTOBUILD_INSTALL_ROOT}|; print $dir' if [ -z "$PERL5LIB" ]; then export PERL5LIB=$AUTOBUILD_PERL5LIB else export PERL5LIB=$PERL5LIB:$AUTOBUILD_PERL5LIB fi # Make things clean. [ -f Makefile ] && make -k realclean ||: rm -f \ blib/script/authen-paas-passwd rm -f \ *.a core \ core.[0-9] blib/arch/auto/Authen/PAAS/extralibs.all \ core.[0-9][0-9] PAAS.bso \ pm_to_blib.ts core.[0-9][0-9][0-9][0-9] \ PAAS.x \ perl tmon.out \ *.o pm_to_blib \ blib/arch/auto/Authen/PAAS/extralibs.ld blibdirs.ts \ core.[0-9][0-9][0-9][0-9][0-9] *perl.core \ core.*perl.*.? Makefile.aperl \ perl PAAS.def \ core.[0-9][0-9][0-9] mon.out \ libPAAS.def perlmain.c \ perl.exe so_locations \ PAAS.exp rm -rf \ *~ *.bak \ blib mv Makefile Makefile.old > /dev/null 2>&1 rm -f \ Makefile.old Makefile rm -rf \ Authen-PAAS-*.tar.gz Authen-PAAS-1.1.0 rm -rf MANIFEST blib # Make makefiles. perl Makefile.PL PREFIX=$AUTOBUILD_INSTALL_ROOT Writing Makefile for Authen::PAAS make manifest /usr/bin/perl "-MExtUtils::Manifest=mkmanifest" -e mkmanifest Added to MANIFEST: Authen-PAAS.spec Added to MANIFEST: Authen-PAAS.spec.PL Added to MANIFEST: autobuild.sh Added to MANIFEST: bin/authen-paas-passwd Added to MANIFEST: CHANGES Added to MANIFEST: COPYING Added to MANIFEST: examples/login.cfg Added to MANIFEST: examples/password.cfg Added to MANIFEST: examples/validate.pl Added to MANIFEST: lib/Authen/PAAS.pm Added to MANIFEST: lib/Authen/PAAS/BasicLoginModule.pm Added to MANIFEST: lib/Authen/PAAS/BasicUser.pm Added to MANIFEST: lib/Authen/PAAS/Callback.pm Added to MANIFEST: lib/Authen/PAAS/ConsoleCallback.pm Added to MANIFEST: lib/Authen/PAAS/Context.pm Added to MANIFEST: lib/Authen/PAAS/Credential.pm Added to MANIFEST: lib/Authen/PAAS/LoginModule.pm Added to MANIFEST: lib/Authen/PAAS/Principal.pm Added to MANIFEST: lib/Authen/PAAS/SimpleCallback.pm Added to MANIFEST: lib/Authen/PAAS/Subject.pm Added to MANIFEST: Makefile.PL Added to MANIFEST: MANIFEST.SKIP Added to MANIFEST: META.yml Added to MANIFEST: README Added to MANIFEST: t/005-pod.t Added to MANIFEST: t/010-pod-coverage.t Added to MANIFEST: t/050-Callback.t Added to MANIFEST: t/050-Credential.t Added to MANIFEST: t/050-Principal.t Added to MANIFEST: t/060-SimpleCallback.t Added to MANIFEST: t/090-BasicLoginModule.t Added to MANIFEST: t/100-Subject.t Added to MANIFEST: t/200-Context.t Added to MANIFEST: t/context.cfg Added to MANIFEST: t/log4perl.conf Added to MANIFEST: t/passwd.cfg echo $NAME.spec >> MANIFEST # Build the RPM. make cp lib/Authen/PAAS/Context.pm blib/lib/Authen/PAAS/Context.pm cp lib/Authen/PAAS/SimpleCallback.pm blib/lib/Authen/PAAS/SimpleCallback.pm cp lib/Authen/PAAS.pm blib/lib/Authen/PAAS.pm cp lib/Authen/PAAS/BasicLoginModule.pm blib/lib/Authen/PAAS/BasicLoginModule.pm cp lib/Authen/PAAS/Credential.pm blib/lib/Authen/PAAS/Credential.pm cp lib/Authen/PAAS/Subject.pm blib/lib/Authen/PAAS/Subject.pm cp lib/Authen/PAAS/Principal.pm blib/lib/Authen/PAAS/Principal.pm cp lib/Authen/PAAS/ConsoleCallback.pm blib/lib/Authen/PAAS/ConsoleCallback.pm cp lib/Authen/PAAS/LoginModule.pm blib/lib/Authen/PAAS/LoginModule.pm cp lib/Authen/PAAS/Callback.pm blib/lib/Authen/PAAS/Callback.pm cp lib/Authen/PAAS/BasicUser.pm blib/lib/Authen/PAAS/BasicUser.pm cp bin/authen-paas-passwd blib/script/authen-paas-passwd /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/authen-paas-passwd Manifying blib/man1/authen-paas-passwd.1p Manifying blib/man3/Authen::PAAS::Context.3pm Manifying blib/man3/Authen::PAAS::SimpleCallback.3pm Manifying blib/man3/Authen::PAAS.3pm Manifying blib/man3/Authen::PAAS::BasicLoginModule.3pm Manifying blib/man3/Authen::PAAS::Credential.3pm Manifying blib/man3/Authen::PAAS::Subject.3pm Manifying blib/man3/Authen::PAAS::Principal.3pm Manifying blib/man3/Authen::PAAS::ConsoleCallback.3pm Manifying blib/man3/Authen::PAAS::LoginModule.3pm Manifying blib/man3/Authen::PAAS::Callback.3pm Manifying blib/man3/Authen::PAAS::BasicUser.3pm /usr/bin/perl "-Iblib/arch" "-Iblib/lib" Authen-PAAS.spec.PL Authen-PAAS.spec if [ -z "$USE_COVER" ]; then perl -MDevel::Cover -e '' 1>/dev/null 2>&1 && USE_COVER=1 || USE_COVER=0 fi if [ "$USE_COVER" = "1" ]; then cover -delete HARNESS_PERL_SWITCHES=-MDevel::Cover make test cover mkdir blib/coverage cp -a cover_db/*.html cover_db/*.css blib/coverage mv blib/coverage/coverage.html blib/coverage/index.html else make test fi Deleting database /var/builder/source-root/authen-paas-dev/cover_db Checking lib/Authen/PAAS.pm: lib/Authen/PAAS.pm syntax OK lib/Authen/PAAS.pm pod syntax OK. Checking lib/Authen/PAAS/BasicLoginModule.pm: lib/Authen/PAAS/BasicLoginModule.pm syntax OK lib/Authen/PAAS/BasicLoginModule.pm pod syntax OK. Checking lib/Authen/PAAS/BasicUser.pm: lib/Authen/PAAS/BasicUser.pm syntax OK lib/Authen/PAAS/BasicUser.pm pod syntax OK. Checking lib/Authen/PAAS/Callback.pm: lib/Authen/PAAS/Callback.pm syntax OK lib/Authen/PAAS/Callback.pm pod syntax OK. Checking lib/Authen/PAAS/ConsoleCallback.pm: lib/Authen/PAAS/ConsoleCallback.pm syntax OK lib/Authen/PAAS/ConsoleCallback.pm pod syntax OK. Checking lib/Authen/PAAS/Context.pm: lib/Authen/PAAS/Context.pm syntax OK lib/Authen/PAAS/Context.pm pod syntax OK. Checking lib/Authen/PAAS/Credential.pm: lib/Authen/PAAS/Credential.pm syntax OK lib/Authen/PAAS/Credential.pm pod syntax OK. Checking lib/Authen/PAAS/LoginModule.pm: lib/Authen/PAAS/LoginModule.pm syntax OK lib/Authen/PAAS/LoginModule.pm pod syntax OK. Checking lib/Authen/PAAS/Principal.pm: lib/Authen/PAAS/Principal.pm syntax OK lib/Authen/PAAS/Principal.pm pod syntax OK. Checking lib/Authen/PAAS/SimpleCallback.pm: lib/Authen/PAAS/SimpleCallback.pm syntax OK lib/Authen/PAAS/SimpleCallback.pm pod syntax OK. Checking lib/Authen/PAAS/Subject.pm: lib/Authen/PAAS/Subject.pm syntax OK lib/Authen/PAAS/Subject.pm pod syntax OK. PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/005-pod................. This version of Devel::Cover was built with Perl version 5.008004. It is now being run with Perl version 5.008008. Attempting to make adjustments, but you may find that some of your modules do not have coverage data collected. You may need to alter the +-inc, +-ignore and +-select options. skipped all skipped: Test::Pod 1.00 required for testing POD t/010-pod-coverage........ This version of Devel::Cover was built with Perl version 5.008004. It is now being run with Perl version 5.008008. Attempting to make adjustments, but you may find that some of your modules do not have coverage data collected. You may need to alter the +-inc, +-ignore and +-select options. ok t/050-Callback............ This version of Devel::Cover was built with Perl version 5.008004. It is now being run with Perl version 5.008008. Attempting to make adjustments, but you may find that some of your modules do not have coverage data collected. You may need to alter the +-inc, +-ignore and +-select options. ok t/050-Credential.......... This version of Devel::Cover was built with Perl version 5.008004. It is now being run with Perl version 5.008008. Attempting to make adjustments, but you may find that some of your modules do not have coverage data collected. You may need to alter the +-inc, +-ignore and +-select options. ok t/050-Principal........... This version of Devel::Cover was built with Perl version 5.008004. It is now being run with Perl version 5.008008. Attempting to make adjustments, but you may find that some of your modules do not have coverage data collected. You may need to alter the +-inc, +-ignore and +-select options. ok t/060-SimpleCallback...... This version of Devel::Cover was built with Perl version 5.008004. It is now being run with Perl version 5.008008. Attempting to make adjustments, but you may find that some of your modules do not have coverage data collected. You may need to alter the +-inc, +-ignore and +-select options. ok t/090-BasicLoginModule.... This version of Devel::Cover was built with Perl version 5.008004. It is now being run with Perl version 5.008008. Attempting to make adjustments, but you may find that some of your modules do not have coverage data collected. You may need to alter the +-inc, +-ignore and +-select options. ok t/100-Subject............. This version of Devel::Cover was built with Perl version 5.008004. It is now being run with Perl version 5.008008. Attempting to make adjustments, but you may find that some of your modules do not have coverage data collected. You may need to alter the +-inc, +-ignore and +-select options. ok t/200-Context............. This version of Devel::Cover was built with Perl version 5.008004. It is now being run with Perl version 5.008008. Attempting to make adjustments, but you may find that some of your modules do not have coverage data collected. You may need to alter the +-inc, +-ignore and +-select options. ok All tests successful, 1 test skipped. Files=9, Tests=107, 224 wallclock secs (86.87 cusr + 2.92 csys = 89.79 CPU) Devel::Cover: ignoring extra subroutine Devel::Cover: ignoring extra statement Devel::Cover: ignoring extra statement Devel::Cover: ignoring extra subroutine Devel::Cover: ignoring extra statement Devel::Cover: ignoring extra statement Devel::Cover: ignoring extra subroutine Devel::Cover: ignoring extra statement Devel::Cover: ignoring extra statement Devel::Cover: ignoring extra subroutine Devel::Cover: ignoring extra statement Devel::Cover: ignoring extra statement Devel::Cover: ignoring extra subroutine Devel::Cover: ignoring extra statement Devel::Cover: ignoring extra statement Devel::Cover: ignoring extra subroutine Devel::Cover: ignoring extra statement Devel::Cover: ignoring extra statement Devel::Cover: ignoring extra subroutine Devel::Cover: ignoring extra statement Devel::Cover: ignoring extra statement Reading database from /var/builder/source-root/authen-paas-dev/cover_db ---------------------------- ------ ------ ------ ------ ------ ------ ------ File stmt bran cond sub pod time total ---------------------------- ------ ------ ------ ------ ------ ------ ------ /usr/lib/perl/5.8.8/B.pm 14.6 17.6 18.5 12.5 n/a 92.8 15.4 ...lib/perl/5.8.8/B/Debug.pm 0.0 0.0 0.0 0.0 n/a n/a 0.0 ...b/perl/5.8.8/B/Deparse.pm 0.1 0.0 0.3 0.2 0.7 1.7 0.2 .../lib/perl/5.8.8/Config.pm 47.6 33.3 n/a 40.0 n/a 0.0 42.1 /usr/lib/perl/5.8.8/Cwd.pm 0.6 0.0 0.0 5.9 40.0 0.0 1.0 .../perl/5.8.8/DynaLoader.pm 61.9 40.4 25.0 50.0 33.3 0.0 49.3 /usr/lib/perl/5.8.8/Fcntl.pm 0.0 0.0 n/a 0.0 0.0 n/a 0.0 ...b/perl/5.8.8/File/Glob.pm 0.0 0.0 n/a 0.0 20.0 n/a 1.1 /usr/lib/perl/5.8.8/IO.pm 70.6 0.0 n/a 80.0 n/a 0.0 57.1 ...lib/perl/5.8.8/IO/File.pm 71.1 20.8 20.0 90.0 100.0 0.0 52.0 ...b/perl/5.8.8/IO/Handle.pm 17.1 1.8 4.4 22.2 22.2 0.1 12.5 ...perl/5.8.8/IO/Seekable.pm 71.4 0.0 n/a 62.5 100.0 0.0 60.5 ...perl/5.8.8/Scalar/Util.pm 0.0 0.0 0.0 0.0 50.0 n/a 2.2 ...ib/perl/5.8.8/Storable.pm 0.0 n/a n/a 0.0 0.0 n/a 0.0 ...erl/5.8.8/Sys/Hostname.pm 27.1 15.4 0.0 100.0 0.0 0.0 20.0 .../perl/5.8.8/Time/HiRes.pm 27.3 0.0 0.0 42.9 100.0 0.0 14.8 ...ib/perl/5.8.8/XSLoader.pm 63.6 44.4 22.2 50.0 50.0 0.0 53.3 /usr/lib/perl/5.8.8/re.pm 0.0 0.0 0.0 0.0 0.0 n/a 0.0 .../perl/5.8.8/AutoLoader.pm 33.8 14.6 0.0 50.0 0.0 0.0 26.3 .../share/perl/5.8.8/Carp.pm 0.0 0.0 0.0 0.0 0.0 n/a 0.0 ...perl/5.8.8/Digest/base.pm 0.0 0.0 n/a 0.0 0.0 n/a 0.0 ...re/perl/5.8.8/Exporter.pm 50.0 57.1 47.4 33.3 0.0 0.1 45.7 ...l/5.8.8/Exporter/Heavy.pm 10.4 8.8 12.5 11.1 0.0 0.0 9.8 ...rl/5.8.8/File/Basename.pm 0.0 0.0 0.0 0.0 100.0 n/a 2.1 ...e/perl/5.8.8/File/Find.pm 0.0 0.0 0.0 0.0 25.0 n/a 0.2 ...e/perl/5.8.8/File/Path.pm 0.0 0.0 0.0 0.0 0.0 n/a 0.0 ....8/File/Spec/Functions.pm 100.0 n/a n/a 100.0 n/a 0.0 100.0 ...l/5.8.8/File/Spec/Unix.pm 21.7 13.0 2.1 37.5 100.0 0.2 21.4 ...re/perl/5.8.8/Pod/Find.pm 23.0 17.6 17.6 25.0 100.0 0.1 21.5 ...5.8.8/Pod/InputObjects.pm 55.2 27.0 23.3 52.9 n/a 0.7 40.5 .../perl/5.8.8/Pod/Parser.pm 72.1 48.0 28.1 62.5 0.0 2.2 54.3 ...perl/5.8.8/SelectSaver.pm 46.2 0.0 0.0 50.0 0.0 0.0 32.0 ...hare/perl/5.8.8/Symbol.pm 10.8 0.0 0.0 16.7 0.0 0.0 6.3 ...erl/5.8.8/Test/Builder.pm 49.6 26.8 27.5 66.7 100.0 1.1 44.2 ....8/Test/Builder/Module.pm 90.6 50.0 33.3 100.0 100.0 0.0 86.7 ...e/perl/5.8.8/Test/More.pm 37.9 24.6 28.2 41.7 95.5 0.2 36.5 .../share/perl/5.8.8/base.pm 35.7 36.8 37.5 57.1 0.0 0.0 36.0 .../share/perl/5.8.8/blib.pm 72.7 35.7 33.3 100.0 n/a 0.0 61.4 ...re/perl/5.8.8/constant.pm 36.2 18.8 16.7 20.0 n/a 0.0 27.8 ...re/perl/5.8.8/overload.pm 19.8 11.1 0.0 30.8 18.2 0.1 17.1 ...hare/perl/5.8.8/strict.pm 84.6 62.5 50.0 100.0 0.0 0.0 71.4 .../share/perl/5.8.8/vars.pm 44.4 36.4 0.0 100.0 n/a 0.1 36.2 ...re/perl/5.8.8/warnings.pm 26.3 18.6 0.0 25.0 50.0 0.1 20.6 ....8.8/warnings/register.pm 100.0 50.0 n/a 100.0 0.0 0.1 89.5 blib/lib/Authen/PAAS.pm 100.0 n/a n/a 100.0 n/a 0.0 100.0 .../PAAS/BasicLoginModule.pm 100.0 75.0 n/a 100.0 100.0 0.1 96.2 .../Authen/PAAS/BasicUser.pm 100.0 n/a 33.3 100.0 100.0 0.0 90.9 ...b/Authen/PAAS/Callback.pm 85.7 n/a 33.3 75.0 100.0 0.0 78.3 ...n/PAAS/ConsoleCallback.pm 48.0 n/a 0.0 66.7 100.0 0.0 50.0 ...ib/Authen/PAAS/Context.pm 93.4 71.9 33.3 100.0 100.0 0.0 86.9 ...Authen/PAAS/Credential.pm 100.0 50.0 33.3 100.0 100.0 0.0 88.5 ...uthen/PAAS/LoginModule.pm 82.6 50.0 33.3 71.4 100.0 0.0 75.0 .../Authen/PAAS/Principal.pm 100.0 50.0 33.3 100.0 100.0 0.0 88.5 ...en/PAAS/SimpleCallback.pm 100.0 n/a 33.3 100.0 100.0 0.0 92.6 ...ib/Authen/PAAS/Subject.pm 100.0 87.5 33.3 100.0 100.0 0.0 96.5 Total 22.5 11.8 8.2 25.1 19.5 100.0 17.9 ---------------------------- ------ ------ ------ ------ ------ ------ ------ Writing HTML output to /var/builder/source-root/authen-paas-dev/cover_db/coverage.html ... done. make INSTALLMAN3DIR=$AUTOBUILD_INSTALL_ROOT/share/man/man3 install Installing /var/builder/install-root/share/perl/5.8.8/Authen/PAAS.pm Installing /var/builder/install-root/share/perl/5.8.8/Authen/PAAS/Context.pm Installing /var/builder/install-root/share/perl/5.8.8/Authen/PAAS/SimpleCallback.pm Installing /var/builder/install-root/share/perl/5.8.8/Authen/PAAS/BasicLoginModule.pm Installing /var/builder/install-root/share/perl/5.8.8/Authen/PAAS/Credential.pm Installing /var/builder/install-root/share/perl/5.8.8/Authen/PAAS/Subject.pm Installing /var/builder/install-root/share/perl/5.8.8/Authen/PAAS/Principal.pm Installing /var/builder/install-root/share/perl/5.8.8/Authen/PAAS/ConsoleCallback.pm Installing /var/builder/install-root/share/perl/5.8.8/Authen/PAAS/LoginModule.pm Installing /var/builder/install-root/share/perl/5.8.8/Authen/PAAS/Callback.pm Installing /var/builder/install-root/share/perl/5.8.8/Authen/PAAS/BasicUser.pm Installing /var/builder/install-root/man/man1/authen-paas-passwd.1p Installing /var/builder/install-root/man/man3/Authen::PAAS::Context.3pm Installing /var/builder/install-root/man/man3/Authen::PAAS::SimpleCallback.3pm Installing /var/builder/install-root/man/man3/Authen::PAAS.3pm Installing /var/builder/install-root/man/man3/Authen::PAAS::BasicLoginModule.3pm Installing /var/builder/install-root/man/man3/Authen::PAAS::Credential.3pm Installing /var/builder/install-root/man/man3/Authen::PAAS::Subject.3pm Installing /var/builder/install-root/man/man3/Authen::PAAS::Principal.3pm Installing /var/builder/install-root/man/man3/Authen::PAAS::ConsoleCallback.3pm Installing /var/builder/install-root/man/man3/Authen::PAAS::LoginModule.3pm Installing /var/builder/install-root/man/man3/Authen::PAAS::Callback.3pm Installing /var/builder/install-root/man/man3/Authen::PAAS::BasicUser.3pm Installing /var/builder/install-root/bin/authen-paas-passwd Writing /var/builder/install-root/lib/perl/5.8.8/auto/Authen/PAAS/.packlist Appending installation info to /var/builder/install-root/lib/perl/5.8.8/perllocal.pod rm -f $NAME-*.tar.gz make dist rm -rf Authen-PAAS-1.1.0 /usr/bin/perl "-MExtUtils::Manifest=manicopy,maniread" \ -e "manicopy(maniread(),'Authen-PAAS-1.1.0', 'best');" mkdir Authen-PAAS-1.1.0 mkdir Authen-PAAS-1.1.0/bin mkdir Authen-PAAS-1.1.0/t mkdir Authen-PAAS-1.1.0/examples mkdir Authen-PAAS-1.1.0/lib mkdir Authen-PAAS-1.1.0/lib/Authen mkdir Authen-PAAS-1.1.0/lib/Authen/PAAS Generating META.yml Could not add META.yml to MANIFEST: Could not open MANIFEST: No such file or directory at /usr/share/perl/5.8/ExtUtils/Manifest.pm line 565. tar cvf Authen-PAAS-1.1.0.tar Authen-PAAS-1.1.0 Authen-PAAS-1.1.0/ Authen-PAAS-1.1.0/bin/ Authen-PAAS-1.1.0/bin/authen-paas-passwd Authen-PAAS-1.1.0/t/ Authen-PAAS-1.1.0/t/100-Subject.t Authen-PAAS-1.1.0/t/050-Principal.t Authen-PAAS-1.1.0/t/010-pod-coverage.t Authen-PAAS-1.1.0/t/log4perl.conf Authen-PAAS-1.1.0/t/090-BasicLoginModule.t Authen-PAAS-1.1.0/t/passwd.cfg Authen-PAAS-1.1.0/t/050-Callback.t Authen-PAAS-1.1.0/t/060-SimpleCallback.t Authen-PAAS-1.1.0/t/050-Credential.t Authen-PAAS-1.1.0/t/context.cfg Authen-PAAS-1.1.0/t/005-pod.t Authen-PAAS-1.1.0/t/200-Context.t Authen-PAAS-1.1.0/COPYING Authen-PAAS-1.1.0/examples/ Authen-PAAS-1.1.0/examples/login.cfg Authen-PAAS-1.1.0/examples/validate.pl Authen-PAAS-1.1.0/examples/password.cfg Authen-PAAS-1.1.0/CHANGES Authen-PAAS-1.1.0/META.yml Authen-PAAS-1.1.0/lib/ Authen-PAAS-1.1.0/lib/Authen/ Authen-PAAS-1.1.0/lib/Authen/PAAS/ Authen-PAAS-1.1.0/lib/Authen/PAAS/SimpleCallback.pm Authen-PAAS-1.1.0/lib/Authen/PAAS/BasicLoginModule.pm Authen-PAAS-1.1.0/lib/Authen/PAAS/Callback.pm Authen-PAAS-1.1.0/lib/Authen/PAAS/Context.pm Authen-PAAS-1.1.0/lib/Authen/PAAS/Subject.pm Authen-PAAS-1.1.0/lib/Authen/PAAS/ConsoleCallback.pm Authen-PAAS-1.1.0/lib/Authen/PAAS/LoginModule.pm Authen-PAAS-1.1.0/lib/Authen/PAAS/BasicUser.pm Authen-PAAS-1.1.0/lib/Authen/PAAS/Credential.pm Authen-PAAS-1.1.0/lib/Authen/PAAS/Principal.pm Authen-PAAS-1.1.0/lib/Authen/PAAS.pm Authen-PAAS-1.1.0/Authen-PAAS.spec Authen-PAAS-1.1.0/MANIFEST.SKIP Authen-PAAS-1.1.0/autobuild.sh Authen-PAAS-1.1.0/Authen-PAAS.spec.PL Authen-PAAS-1.1.0/Makefile.PL Authen-PAAS-1.1.0/README rm -rf Authen-PAAS-1.1.0 gzip --force --best Authen-PAAS-1.1.0.tar if [ -x /usr/bin/rpmbuild ]; then rpmbuild -ta --clean $NAME-*.tar.gz fi error: Name field must be present in package: (main package) error: Version field must be present in package: (main package) error: Release field must be present in package: (main package) error: Summary field must be present in package: (main package) error: Group field must be present in package: (main package) error: License field must be present in package: (main package)