File MIME-Lite.spec of Package MIME-Lite
#
# 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/
#
Name: perl-MIME-Lite
Version: 3.023
Release: 1.0
Provides: MIME-Lite
Requires: perl = %{perl_version}
Requires: perl-MailTools
Autoreqprov: on
Group: Development/Libraries/Perl
License: GPL
URL: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS
Summary: The Perl MIME-Interface
Source: MIME-Lite-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl rpm perl-MailTools
%description
The Perl MIME Interface
Authors:
--------
Yves Orton <demerphq@hotmail.com>
%prep
%setup -q -n MIME-Lite-%{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/MIME
%{perl_vendorlib}/MIME
/var/adm/perl-modules/MIME-Lite