Stephan Kulow
2011-11-17 15:19:02 +00:00
committed by Git OBS Bridge
parent 18cee6e61d
commit fe93fc42c6
2 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:336447bf840f596f7f617e814752283359deffb727a383b0f78eef97520b6ff3
size 132304

View File

@@ -1,16 +1,33 @@
# vim: set sw=4 ts=4 et nu: #
# spec file for package perl-Apache-ConfigParser
#
# Copyright (c) 2011 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 # norootforbuild
Name: perl-Apache-ConfigParser Name: perl-Apache-ConfigParser
Version: 1.01 Version: 1.01
Release: 0 Release: 0
Summary: Apache configuration parser module for Perl Summary: Apache configuration parser module for Perl
# http://search.cpan.org/CPAN/authors/id/B/BZ/BZAJAC/Apache-ConfigParser-%{version}.tar.gz # http://search.cpan.org/CPAN/authors/id/B/BZ/BZAJAC/Apache-ConfigParser-%{version}.tar.gz
Source: Apache-ConfigParser-%{version}.tar.bz2 Source: Apache-ConfigParser-%{version}.tar.gz
URL: http://search.cpan.org/dist/Apache-ConfigParser Url: http://search.cpan.org/dist/Apache-ConfigParser
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
License: Perl License License: Perl License
BuildRoot: %{_tmppath}/build-%{name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires} %{perl_requires}
Requires: perl(Tree::DAG_Node) Requires: perl(Tree::DAG_Node)
Requires: perl(File::FnMatch) Requires: perl(File::FnMatch)
@@ -57,3 +74,4 @@ contexts.
%doc %{perl_man3dir}/Apache::ConfigParser.%{perl_man3ext}%{ext_man} %doc %{perl_man3dir}/Apache::ConfigParser.%{perl_man3ext}%{ext_man}
%doc %{perl_man3dir}/Apache::ConfigParser::*.%{perl_man3ext}%{ext_man} %doc %{perl_man3dir}/Apache::ConfigParser::*.%{perl_man3ext}%{ext_man}
%changelog