File perl-libconfigfile.spec of Package perl-libconfigfile

#
# spec file for package perl-libconfigfile (Version 1.1.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           perl-libconfigfile
Summary:        Parses simple configuration files
Version:        1.1.1
Release:        136
License:        GPL v2 or later
Group:          Development/Libraries/Perl
Url:            http://packages.qa.debian.org/libc/libconfigfile-perl.html
Source0:        libconfigfile-perl_%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
ConfigFile parses simple configuration files and store its values in an
anonymous hash reference. The syntax of the configuration file is quite
simple:

1.  This is a comment VALUE_ONE = foo VALUE_TWO = $VALUE_ONE/bar
VALUE_THREE = The value contains a \# (hash). # This is a comment.
COMPOSED_VALUE[one] = The first component of a clustered value
COMPOSED_VALUE[two] = The second component of a clustered value



Authors:
--------
    Sebastien J. Gross <seb@sjgross.org>

%prep
%setup -q -n libconfigfile-perl-%{version}

%build
perl Makefile.PL
make
# run 'make test' if you like

%install
%perl_make_install
%perl_process_packlist

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{perl_vendorlib}/ConfigFile.pm
%{perl_vendorarch}/auto/ConfigFile
%{_mandir}/*/*
%doc debian/changelog debian/copyright
/var/adm/perl-modules/%{name}

%changelog
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Aug 15 2005 pth@suse.de
- Initial package, based on the work of Richard Bos <richard@radoeka.nl>
openSUSE Build Service is sponsored by