2007-01-16 00:31:10 +01:00
|
|
|
#
|
2010-10-05 22:36:45 +02:00
|
|
|
# spec file for package perl-MailTools (Version 2.07)
|
2007-01-16 00:31:10 +01:00
|
|
|
#
|
2010-01-12 11:48:25 +01:00
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:31:10 +01:00
|
|
|
#
|
2008-09-12 18:11:57 +02: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.
|
|
|
|
|
2007-01-16 00:31:10 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-06-24 01:02:06 +02:00
|
|
|
|
2007-01-16 00:31:10 +01:00
|
|
|
Name: perl-MailTools
|
2007-12-13 20:21:50 +01:00
|
|
|
Url: http://cpan.org/modules/by-module/Mail/
|
2010-10-05 22:36:45 +02:00
|
|
|
Version: 2.07
|
2010-10-19 13:08:54 +02:00
|
|
|
Release: 2
|
2007-01-16 00:31:10 +01:00
|
|
|
Provides: p_mtools
|
|
|
|
Obsoletes: p_mtools
|
2010-11-30 20:26:59 +01:00
|
|
|
%{perl_requires}
|
2007-12-13 20:21:50 +01:00
|
|
|
AutoReqProv: on
|
2010-01-12 11:48:25 +01:00
|
|
|
License: Artistic
|
2007-01-16 00:31:10 +01:00
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
Summary: a set of perl modules related to mail applications
|
|
|
|
Source: MailTools-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-10-19 10:46:30 +02:00
|
|
|
BuildRequires: perl
|
2007-01-16 00:31:10 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
a set of perl modules related to mail applications
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Graham Barr <gbarr@pobox.com>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n MailTools-%{version}
|
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL
|
2010-01-12 11:48:25 +01:00
|
|
|
make %{?_smp_mflags}
|
2007-12-13 20:21:50 +01:00
|
|
|
|
|
|
|
%check
|
2007-01-16 00:31:10 +01:00
|
|
|
make test
|
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{perl_vendorlib}/Mail
|
|
|
|
%{perl_vendorarch}/auto/Mail
|
|
|
|
%doc /usr/share/man/man3/*.gz
|
|
|
|
%doc ChangeLog MANIFEST README README.demos examples
|
|
|
|
|
2007-04-12 18:15:17 +02:00
|
|
|
%changelog
|