[perl-Config-Model-Itself/f16] first build

david hannequin hvad at fedoraproject.org
Sat Mar 24 16:59:46 UTC 2012


commit 364640df0400edda0689f73c9c9f02ce5d1a92cc
Author: hvad <builder at fedora-rawhide.(none)>
Date:   Sat Mar 24 17:59:24 2012 +0100

    first build

 perl-Config-Model-Itself-1.227-1.fc17.src.rpm |  Bin 0 -> 52788 bytes
 perl-Config-Model-Itself.spec                 |   74 +++++++++++++++++++++++++
 2 files changed, 74 insertions(+), 0 deletions(-)
---
diff --git a/perl-Config-Model-Itself-1.227-1.fc17.src.rpm b/perl-Config-Model-Itself-1.227-1.fc17.src.rpm
new file mode 100644
index 0000000..9d699dc
Binary files /dev/null and b/perl-Config-Model-Itself-1.227-1.fc17.src.rpm differ
diff --git a/perl-Config-Model-Itself.spec b/perl-Config-Model-Itself.spec
new file mode 100644
index 0000000..12d1cff
--- /dev/null
+++ b/perl-Config-Model-Itself.spec
@@ -0,0 +1,74 @@
+Name:           perl-Config-Model-Itself
+Version:        1.227
+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
+* Sat Nov 26 2011 David Hannequin david.hannequin at gmail.com 1.227-1
+- Updated to a new upstream version.
+
+* Fri Mar 04 2011 David Hannequin david.hannequin at gmail.com 1.222-1
+- Updated to a new upstream version.
+
+* Mon Oct 04 2010 David Hannequin david.hannequin at gmail.com 1.218-1
+- Updated to a new upstream version.
+
+* Sun Jun 25 2010 David Hannequin david.hannequin at gmail.com 1.215-2
+- Add missing build require
+
+* Sun Jun 20 2010 David Hannequin david.hannequin at gmail.com 1.215-1
+- Updated to a new upstream version.
+
+* Sun Aug 02 2009 David Hannequin david.hannequin at gmail.com 1.211-1
+- First Release 



More information about the perl-devel mailing list