rpms/perl-Config-Auto/devel import.log, NONE, 1.1 perl-Config-Auto.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Fri Jun 12 07:09:54 UTC 2009


Author: eseyman

Update of /cvs/pkgs/rpms/perl-Config-Auto/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5709/devel

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:HEAD:perl-Config-Auto-0.20-1.fc11.src.rpm:1244790533


--- 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 at club-internet.fr> 0.20-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-Auto/devel/.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:09:22 -0000	1.2
@@ -0,0 +1 @@
+Config-Auto-0.20.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-Auto/devel/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:09:22 -0000	1.2
@@ -0,0 +1 @@
+fadc11b8f908b3d2782849c5e2232585  Config-Auto-0.20.tar.gz




More information about the fedora-extras-commits mailing list