2010-11-19 21:57:40 +00:00
|
|
|
# vim: set sw=4 ts=4 et nu:
|
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
Name: perl-Apache-ConfigParser
|
|
|
|
Version: 1.01
|
|
|
|
Release: 0
|
|
|
|
Summary: Apache configuration parser module for Perl
|
|
|
|
# http://search.cpan.org/CPAN/authors/id/B/BZ/BZAJAC/Apache-ConfigParser-%{version}.tar.gz
|
|
|
|
Source: Apache-ConfigParser-%{version}.tar.bz2
|
|
|
|
URL: http://search.cpan.org/dist/Apache-ConfigParser
|
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
License: Perl License
|
|
|
|
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
2010-12-01 06:55:20 +00:00
|
|
|
%{perl_requires}
|
2010-11-19 21:57:40 +00:00
|
|
|
Requires: perl(Tree::DAG_Node)
|
|
|
|
Requires: perl(File::FnMatch)
|
|
|
|
Requires: perl(File::Spec)
|
|
|
|
BuildRequires: perl
|
2010-12-03 13:54:45 +00:00
|
|
|
BuildRequires: perl-macros
|
2010-11-19 21:57:40 +00:00
|
|
|
BuildRequires: perl(Tree::DAG_Node)
|
|
|
|
BuildRequires: perl(File::FnMatch)
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
|
|
|
%description
|
|
|
|
The "Apache::ConfigParser" module is used to load an Apache configuration
|
|
|
|
file to allow programs to determine Apache's configuration directives and
|
|
|
|
contexts.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n "Apache-ConfigParser-%{version}"
|
|
|
|
%__sed -i '/^auto_install/d' Makefile.PL
|
|
|
|
|
|
|
|
%build
|
|
|
|
%__perl Makefile.PL PREFIX="%{_prefix}"
|
|
|
|
%__make %{?jobs:-j%{jobs}}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%check
|
|
|
|
%__make test
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc Changes README
|
|
|
|
%dir %{perl_vendorlib}/Apache
|
|
|
|
%{perl_vendorlib}/Apache/ConfigParser
|
|
|
|
%{perl_vendorlib}/Apache/ConfigParser.pm
|
|
|
|
%doc %{perl_vendorlib}/Apache/ConfigParser.pod
|
|
|
|
%dir %{perl_vendorarch}/auto/Apache
|
|
|
|
%{perl_vendorarch}/auto/Apache/ConfigParser
|
|
|
|
%doc %{perl_man3dir}/Apache::ConfigParser.%{perl_man3ext}%{ext_man}
|
|
|
|
%doc %{perl_man3dir}/Apache::ConfigParser::*.%{perl_man3ext}%{ext_man}
|
|
|
|
|