2007-01-15 23:29:47 +00:00
|
|
|
#
|
2011-11-18 11:30:49 +00:00
|
|
|
# spec file for package perl-BIND-Conf_Parser
|
2007-01-15 23:29:47 +00:00
|
|
|
#
|
2011-11-18 11:30:49 +00:00
|
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:29:47 +00:00
|
|
|
#
|
2009-06-17 22:14:05 +00:00
|
|
|
# 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/
|
2007-01-15 23:29:47 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2009-06-17 22:14:05 +00:00
|
|
|
|
|
|
|
Name: perl-BIND-Conf_Parser
|
|
|
|
Version: 0.97
|
2011-11-29 15:04:09 +00:00
|
|
|
Release: 0
|
2009-06-17 22:14:05 +00:00
|
|
|
Group: Development/Libraries/Perl
|
2012-03-27 10:58:38 +00:00
|
|
|
License: ISC
|
2009-06-17 22:14:05 +00:00
|
|
|
Url: ftp://ftp.gac.edu/pub/guenther
|
|
|
|
Summary: Parser class for BIND configuration files
|
|
|
|
Source: BIND-Conf_Parser-%{version}.tar.bz2
|
2025-08-12 18:11:57 +02:00
|
|
|
Source100: README.md
|
2024-01-22 15:08:00 +00:00
|
|
|
Patch0: BIND-Conf_Parser-%{version}.diff
|
2009-06-17 22:14:05 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-12-03 13:55:40 +00:00
|
|
|
%{perl_requires}
|
2010-10-19 10:47:36 +00:00
|
|
|
BuildRequires: perl
|
2010-12-03 13:55:40 +00:00
|
|
|
BuildRequires: perl-macros
|
2007-01-15 23:29:47 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
This module implements a virtual base class for parsing BIND server
|
|
|
|
version 8 configuration files (named.conf).
|
|
|
|
|
|
|
|
%prep
|
2024-03-06 08:04:15 +00:00
|
|
|
%autosetup -p0 -n BIND-Conf_Parser-%{version}
|
2007-01-15 23:29:47 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL
|
2010-01-12 13:40:22 +00:00
|
|
|
make %{?_smp_mflags}
|
2007-01-15 23:29:47 +00:00
|
|
|
make test
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc %{_mandir}/man?/*
|
|
|
|
%doc Changes README verify_zones
|
|
|
|
%{perl_vendorlib}/BIND
|
|
|
|
%{perl_vendorarch}/auto/BIND-Conf_Parser
|
|
|
|
|
2009-06-17 22:14:05 +00:00
|
|
|
%changelog
|