Author: eseyman Update of /cvs/pkgs/rpms/perl-Config-Auto/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7062/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-Config-Auto.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Config-Auto-0_20-1_fc11:F-10:perl-Config-Auto-0.20-1.fc11.src.rpm:1244790765 --- NEW FILE perl-Config-Auto.spec --- Name: perl-Config-Auto Version: 0.20 Release: 1%{?dist} Summary: Magical config file parser License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Config-Auto/ Source0: http://www.cpan.org/authors/id/K/KA/KANE/Config-Auto-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Config::IniFiles) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(YAML) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module was written after having to write Yet Another Config File Parser for some variety of colon-separated config. It searches the filesystem for the program's configuration file, basing itself on the program's name and returns a data structure based on the file's contents. %prep %setup -q -n Config-Auto-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Dec 22 2008 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> 0.20-1 - Specfile autogenerated by cpanspec 1.77. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-Auto/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 12 Jun 2009 04:29:39 -0000 1.1 +++ .cvsignore 12 Jun 2009 07:13:10 -0000 1.2 @@ -0,0 +1 @@ +Config-Auto-0.20.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-Auto/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 12 Jun 2009 04:29:39 -0000 1.1 +++ sources 12 Jun 2009 07:13:10 -0000 1.2 @@ -0,0 +1 @@ +fadc11b8f908b3d2782849c5e2232585 Config-Auto-0.20.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list