rpms/perl-ConfigReader/FC-5 perl-ConfigReader.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Fri Mar 23 10:06:41 UTC 2007


Author: ixs

Update of /cvs/extras/rpms/perl-ConfigReader/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30868/FC-5

Modified Files:
	.cvsignore sources 
Added Files:
	perl-ConfigReader.spec 
Log Message:
auto-import perl-ConfigReader-0.5-1 on branch FC-5 from perl-ConfigReader-0.5-1.src.rpm


--- NEW FILE perl-ConfigReader.spec ---
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 <andreas at bawue.net> 0.5-1
- Specfile autogenerated by cpanspec 1.69.1.
- Major cleanups in the spec to make the package build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-ConfigReader/FC-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Mar 2007 02:50:35 -0000	1.1
+++ .cvsignore	23 Mar 2007 10:06:09 -0000	1.2
@@ -0,0 +1 @@
+ConfigReader-0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-ConfigReader/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Mar 2007 02:50:35 -0000	1.1
+++ sources	23 Mar 2007 10:06:09 -0000	1.2
@@ -0,0 +1 @@
+469a77797740e7dd70ab902d0ac8081d  ConfigReader-0.5.tar.gz




More information about the fedora-extras-commits mailing list