File perl-Mail-Sendmail.spec of Package perl-Mail-Sendmail
#
# spec file for package perl-Mail-Sendmail (Version 0.79)
#
# Copyright (c) 2008 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://bugs.opensuse.org/
#
Name: perl-Mail-Sendmail
Summary: Simple platform independent mailer
Version: 0.79
Release: 58
Group: Development/Libraries/Perl
License: Artistic License
BuildRequires: perl
Requires: perl = %{perl_version}
Url: http://www.cpan.org/modules/by-module/Mail/
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Simple platform independent e-mail from your perl script.
Authors:
--------
Milivoj Ivkovic <mi@alma.ch>
%prep
%setup -q
%build
perl Makefile.PL
make
make test
%install
%perl_make_install
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README Changes MANIFEST Todo
%doc %{_mandir}/man3/Mail::Sendmail*.gz
%{perl_vendorarch}/auto/Mail/Sendmail*
%{perl_vendorlib}/Mail/Sendmail*
%{perl_vendorlib}/Mail
%{perl_vendorarch}/auto/Mail
/var/adm/perl-modules/%{name}
%changelog
* Tue Feb 19 2008 coolo@suse.de
- fix perl dependencies
* Fri Feb 23 2007 tpatzig@suse.de
- initial package build