Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37567469
en ru br
ALT Linux repos
S:0.5-alt1.1
5.0: 0.5-alt1

Group :: Development/Perl
RPM: perl-ConfigReader

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: perl-ConfigReader
Version: 0.5
Release: alt1.1
Summary: Read directives from a configuration file
License: LGPLv2+
Group: Development/Perl
Url: http://search.cpan.org/dist/ConfigReader/
Packager: Boris Savelev <boris at altlinux.org>

Source: http://www.cpan.org/modules/by-module/ConfigReader/ConfigReader-%version.tar.gz
BuildArch: noarch
BuildRequires: perl-podlators

%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
install -m 644 -D DirectiveStyle.pm %buildroot%perl_vendor_privlib/ConfigReader/DirectiveStyle.pm
install -m 644 -D Spec.pm %buildroot%perl_vendor_privlib/ConfigReader/Spec.pm
install -m 644 -D Values.pm %buildroot%perl_vendor_privlib/ConfigReader/Values.pm
install -m 644 -D ConfigReader.3 %buildroot%_man3dir/ConfigReader.3

find %buildroot -type f -name .packlist -exec rm -f {} \;
find %buildroot -depth -type d -exec rmdir {} 2>/dev/null \;

%files
%doc COPYING.LIB README
%perl_vendor_privlib/ConfigReader
%_man3dir/ConfigReader.3*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin