File perl-Apache-ConfigFile-openSUSE_10.2.spec of Package perl-Apache-ConfigFile

# $Id: perl-Apache-ConfigFile.spec 5669 2007-08-02 16:45:50Z dries $
# Authority: dries
# Upstream: Nathan Wiger <nate$wiger,org>

%define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`perl -V:installvendorarch`"; echo $installvendorarch)

%define real_name Apache-ConfigFile

Summary: Parse an Apache style httpd.conf configuration file
Name: perl-Apache-ConfigFile
Version: 1.18
%define releasesuffix opensuse10.2
Release: 1.2
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Apache-ConfigFile/

Packager: Dries Verachtert <dries@ulyssis.org>
Vendor: Dries RPM Repository http://dries.ulyssis.org/rpm/
Source: http://search.cpan.org/CPAN/authors/id/N/NW/NWIGER/Apache-ConfigFile-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildArch: noarch
BuildRequires: perl, perl(ExtUtils::MakeMaker)

%description
This module parses the Apache httpd.conf, or any compatible config file,
and provides methods for you to access the values from the config file.
The above examples show basic usage of this module, which boils down to
reading a given config file and then using the "cmd_config()" and
"cmd_context()" functions to access its information.

By default, the config file is parsed more or less "verbatim", meaning
that directives are case-sensitive, variables are not interpolated, and
so forth. These features can be changed by options given to the "read()"
function (see below).

%prep
%setup -n %{real_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS="vendor"  destdir="%{buildroot}" 
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} install
%{__rm} -rf %{buildroot}%{perl_archlib}/perllocal.pod %{buildroot}%{perl_vendorarch}/auto/*/*/.packlist

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc Changes README
%doc %{_mandir}/man3/*
%{perl_vendorlib}/Apache/ConfigFile.pm

%changelog
* Wed Mar 22 2006 Dries Verachtert <dries@ulyssis.org> - 1.18-1.2
- Rebuild for Fedora Core 5.

* Sat Apr  9 2005 Dries Verachtert <dries@ulyssis.org> - 1.18-1
- Initial package.
openSUSE Build Service is sponsored by