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

Terje Røsten terjeros at fedoraproject.org
Thu Sep 11 17:49:20 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/perl-Config-Grammar/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24337/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Config-Grammar.spec 
Log Message:
Importing perl-Config-Grammar




--- NEW FILE import.log ---
perl-Config-Grammar-1_10-1_fc9:HEAD:perl-Config-Grammar-1.10-1.fc9.src.rpm:1221155278


--- NEW FILE perl-Config-Grammar.spec ---
Name:           perl-Config-Grammar
Version:        1.10
Release:        1%{?dist}
Summary:        Grammar-based, user-friendly config parser
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Config-Grammar/
Source0:        http://www.cpan.org/authors/id/D/DS/DSCHWEI/Config-Grammar-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker) perl(Test::Simple)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Config::Grammar is a module to parse configuration files. The
configuration may consist of multiple-level sections with assignments
and tabular data.  The parsed data will be returned as a hash
containing the whole configuration. Config::Grammar uses a grammar
that is supplied upon creation of a Config::Grammar object to parse
the configuration file and return helpful error messages in case of
syntax errors. Using the makepod method you can generate documentation
of the configuration file format.

%prep
%setup -q -n Config-Grammar-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -delete
%{_fixperms} %{buildroot}/*

%check
%{__make} test

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc Changes README
%{perl_vendorlib}/Config/Grammar*
%{_mandir}/man3//Config::Grammar*

%changelog
* Tue Sep 09 2008 Terje Rosten <terje.rosten at ntnu.no> - 1.10-1
- initial build based on cpanspec


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Config-Grammar/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Sep 2008 02:48:08 -0000	1.1
+++ .cvsignore	11 Sep 2008 17:48:50 -0000	1.2
@@ -0,0 +1 @@
+Config-Grammar-1.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Config-Grammar/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Sep 2008 02:48:08 -0000	1.1
+++ sources	11 Sep 2008 17:48:50 -0000	1.2
@@ -0,0 +1 @@
+ce904f687f1ee9c70521142a2e0f15c9  Config-Grammar-1.10.tar.gz




More information about the fedora-extras-commits mailing list