Name: perl-Config-Model-Itself Version: 1.222 Release: 1%{?dist} Summary: Model editor for Config::Model License: LGPLv2+ Group: Development/Libraries URL: http://search.cpan.org/dist/Config-Model-Itself/ Source0: http://www.cpan.org/authors/id/D/DD/DDUMONT/Config-Model-Itself-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Config::Model) >= 1.001 BuildRequires: perl(Config::Model::TkUI) >= 1.210 BuildRequires: perl(Log::Log4perl) BuildRequires: perl(Module::Build) BuildRequires: perl(Pod::POM) BuildRequires: perl(YAML) Requires: perl(Config::Model) >= 1.001 Requires: perl(Config::Model::TkUI) >= 1.210 Requires: perl(Log::Log4perl) Requires: perl(Pod::POM) Requires: perl(YAML::Any) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Config::Itself module and its model files provide a model of Config:Model (hence the Itself name). %prep %setup -q -n Config-Model-Itself-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check #./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc augeas_box ChangeLog config-model-edit data LICENSE README %{perl_vendorlib}/* %{_bindir}/config-model-edit %{_mandir}/man3/* %{_mandir}/man1/* %changelog * Fri Mar 04 2011 David Hannequin david.hannequin@gmail.com 1.222-1 - Updated to a new upstream version. * Mon Oct 04 2010 David Hannequin david.hannequin@gmail.com 1.218-1 - Updated to a new upstream version. * Sun Jun 25 2010 David Hannequin david.hannequin@gmail.com 1.215-2 - Add missing build require * Sun Jun 20 2010 David Hannequin david.hannequin@gmail.com 1.215-1 - Updated to a new upstream version. * Sun Aug 02 2009 David Hannequin david.hannequin@gmail.com 1.211-1 - First Release