File XML-Simple.spec of Package XML-Simple
#
# spec file for package perl-DBI (Version 1.41)
#
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
#
BuildRequires: perl rpm
Name: perl-XML-Simple
Version: 2.18
Release: 1.0
Provides: XML-Parser
Requires: perl = %{perl_version}
Autoreqprov: on
Group: Development/Libraries/Perl
License: GPL
URL: http://dbi.perl.org
Summary: The Perl XML-Interface
Source: XML-Simple-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The Perl XML Parser
Authors:
--------
Clarc Cooper <coopercc@netheaven.com>
%prep
%setup -q -n XML-Simple-%{version}
%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
make
%install
rm -rf $RPM_BUILD_ROOT
%perl_make_install
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README
%doc %{_mandir}/man?/*
%{perl_vendorarch}/auto/XML/Simple
%{perl_vendorlib}/XML
/var/adm/perl-modules/XML-Simple