rpms/perl-Config-Model/devel .cvsignore, 1.4, 1.5 perl-Config-Model.spec, 1.19, 1.20 sources, 1.4, 1.5

david hannequin hvad at fedoraproject.org
Mon Jun 28 19:04:17 UTC 2010


Author: hvad

Update of /cvs/pkgs/rpms/perl-Config-Model/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31103

Modified Files:
	.cvsignore perl-Config-Model.spec sources 
Log Message:
update


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-Model/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	28 Jun 2010 17:38:14 -0000	1.4
+++ .cvsignore	28 Jun 2010 19:04:17 -0000	1.5
@@ -1 +1 @@
-Config-Model-1.205.tar.gz
+Config-Model-1.001.tar.gz


Index: perl-Config-Model.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-Model/devel/perl-Config-Model.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- perl-Config-Model.spec	28 Jun 2010 17:38:14 -0000	1.19
+++ perl-Config-Model.spec	28 Jun 2010 19:04:17 -0000	1.20
@@ -1,5 +1,5 @@
 Name:           perl-Config-Model
-Version:        1.205
+Version:        1.001
 Release:        1%{?dist}
 Summary:        Framework to create configuration validation tools and editors
 License:        LGPLv2+
@@ -19,19 +19,16 @@ BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Warn) >= 0.11
 BuildRequires:  perl(Text::Template)
-BuildRequires:  perl(YAML::Any) >= 0.303
-Requires:       perl(Carp::Assert::More)
-Requires:       perl(Config::Tiny)
-Requires:       perl(Exception::Class)
-Requires:       perl(Log::Log4perl) >= 1.11
-Requires:       perl(Moose)
-Requires:       perl(Parse::RecDescent) >= v1.90.0
-Requires:       perl(YAML::Any) >= 0.303
+BuildRequires:  perl(YAML::Any) >= 0.70
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 Using Config::Model, a typical configuration validation tool will be made
 of 3 parts :
+1. The user interface
+2. The validation engine which is in charge of validating all the 
+configuration information provided by the user.
+3. The storage facility that store the configuration information
 
 %prep
 %setup -q -n Config-Model-%{version}
@@ -58,10 +55,13 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc ChangeLog config-edit config-edit.tmpl examples LICENSE MODELS README TODO
 %{perl_vendorlib}/*
+%{_bindir}/config-edit
+%{_bindir}/config-edit-popcon
 %{_mandir}/man3/*
+%{_mandir}/man1/*
 
 %changelog
-* Mon Jun 28 2010 David Hannequin david.hannequin at gmail.com 1.205-1
+* Mon Jun 28 2010 David Hannequin david.hannequin at gmail.com 1.001-1
 - Updated to a new upstream version.
 
 * Sun Jun 21 2010 David Hannequin david.hannequin at gmail.com 0.644-4


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-Model/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	28 Jun 2010 17:38:14 -0000	1.4
+++ sources	28 Jun 2010 19:04:17 -0000	1.5
@@ -1 +1 @@
-244769ca06b2b5b52ea59656b7d38d47  Config-Model-1.205.tar.gz
+43dbfc5dfdf97d59ba0a231e02b0d3e7  Config-Model-1.001.tar.gz



More information about the scm-commits mailing list