From 454564b8e1474bd1ba33e7172fe1cb344028a1ff Mon Sep 17 00:00:00 2001
From: Andreas Thienemann <i...@fedoraproject.org>
Date: Fri, 23 Mar 2007 10:04:34 +0000
Subject: auto-import perl-ConfigReader-0.5-1 on branch devel from    
 perl-ConfigReader-0.5-1.src.rpm

---
 .cvsignore             |  1 +
 perl-ConfigReader.spec | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources                |  1 +
 3 files changed, 58 insertions(+)
 create mode 100644 perl-ConfigReader.spec

diff --git a/.cvsignore b/.cvsignore
index e69de29..cc9eb8c 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+ConfigReader-0.5.tar.gz
diff --git a/perl-ConfigReader.spec b/perl-ConfigReader.spec
new file mode 100644
index 0000000..42baa52
--- /dev/null
+++ b/perl-ConfigReader.spec
@@ -0,0 +1,56 @@
+Name:           perl-ConfigReader
+Version:        0.5
+Release:        1%{?dist}
+Summary:        Read directives from a configuration file
+License:        LGPL
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/ConfigReader/
+Source0:        
http://www.cpan.org/modules/by-module/ConfigReader/ConfigReader-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+BuildRequires:  perl(ExtUtils::MakeMaker)
+
+%description
+The ConfigReader library is a set of classes which reads directives from a
+configuration file. The library is completely object oriented, and it is
+envisioned that parsers for new styles of configuration files can be
+easily added.
+
+
+%prep
+%setup -q -n ConfigReader-%{version}
+
+
+%build
+pod2man ConfigReader.pod ConfigReader.3
+
+
+%install
+set -x
+rm -rf %{buildroot}
+
+install -m 644 -D DirectiveStyle.pm 
%{buildroot}%{perl_vendorlib}/ConfigReader/DirectiveStyle.pm
+install -m 644 -D Spec.pm %{buildroot}%{perl_vendorlib}/ConfigReader/Spec.pm
+install -m 644 -D Values.pm 
%{buildroot}%{perl_vendorlib}/ConfigReader/Values.pm
+install -m 644 -D ConfigReader.3 %{buildroot}%{_mandir}/man3/ConfigReader.3
+
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} %{buildroot}/*
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING.LIB README
+%{perl_vendorlib}/ConfigReader
+%{_mandir}/man3/ConfigReader.3*
+
+
+%changelog
+* Wed Dec 13 2006 Andreas Thienemann <andr...@bawue.net> 0.5-1
+- Specfile autogenerated by cpanspec 1.69.1.
+- Major cleanups in the spec to make the package build.
diff --git a/sources b/sources
index e69de29..d1d8c4a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+469a77797740e7dd70ab902d0ac8081d  ConfigReader-0.5.tar.gz
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-ConfigReader.git/commit/?h=epel7&id=454564b8e1474bd1ba33e7172fe1cb344028a1ff
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to