[perl-Config-Model/f15/master] update spec file

david hannequin hvad at fedoraproject.org
Sun Mar 27 18:15:09 UTC 2011


commit 98131199059f1f279c6c8c8113819f54240e55f3
Author: hvad <hvad at fedoraproject.org>
Date:   Sun Mar 27 20:14:27 2011 +0200

    update spec file

 Config-Model-1.205-yamlreq.patch |   25 -------------------------
 perl-Config-Model.spec           |   12 +++++++-----
 2 files changed, 7 insertions(+), 30 deletions(-)
---
diff --git a/perl-Config-Model.spec b/perl-Config-Model.spec
index 473793b..1d5bfb8 100644
--- a/perl-Config-Model.spec
+++ b/perl-Config-Model.spec
@@ -6,7 +6,6 @@ License:        LGPLv2+
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Config-Model/
 Source0:        http://www.cpan.org/authors/id/D/DD/DDUMONT/Config-Model-%{version}.tar.gz
-#Patch0:         Config-Model-1.205-yamlreq.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Carp::Assert::More)
@@ -17,10 +16,15 @@ BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Moose)
 BuildRequires:  perl(Parse::RecDescent) >= v1.90.0
 BuildRequires:  perl(Test::Exception)
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Warn) >= 0.11
 BuildRequires:  perl(Text::Template)
 BuildRequires:  perl(YAML::Any) >= 0.70
+BuildRequires:  perl(Hash::Merge) >= 0.12
+BuildRequires:  perl(MooseX::Singleton) >= 0.21
+BuildRequires:  perl(MooseX::StrictConstructor) >= 0.11
+BuildRequires:  perl(Text::Autoformat) >= 1.14
+BuildRequires:  perl(Path::Class) >= 0.18
+BuildRequires:  perl(Probe::Perl) >= 0.01
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -33,7 +37,6 @@ configuration information provided by the user.
 
 %prep
 %setup -q -n Config-Model-%{version}
-#%patch0 -p1
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -55,10 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog config-edit config-edit.tmpl examples LICENSE MODELS README TODO
+%doc ChangeLog config-edit examples LICENSE MODELS README TODO
 %{perl_vendorlib}/*
 %{_bindir}/config-edit
-%{_bindir}/config-edit-popcon
 %{_mandir}/man3/*
 %{_mandir}/man1/*
 


More information about the scm-commits mailing list