2007-01-16 00:31:10 +01:00
|
|
|
#
|
2012-03-02 08:19:01 +01:00
|
|
|
# spec file for package perl-MailTools
|
2007-01-16 00:31:10 +01:00
|
|
|
#
|
2012-03-02 08:19:01 +01:00
|
|
|
# Copyright (c) 2012 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/
|
2012-03-02 08:19:01 +01:00
|
|
|
Version: 2.09
|
|
|
|
Release: 1
|
2011-06-03 12:15:58 +02:00
|
|
|
Provides: p_mtools = %{version}
|
|
|
|
Obsoletes: p_mtools < %{version}
|
2012-03-02 08:19:01 +01:00
|
|
|
License: GPL-1.0+ or Artistic-1.0
|
2007-01-16 00:31:10 +01:00
|
|
|
Group: Development/Libraries/Perl
|
2011-06-03 12:15:58 +02:00
|
|
|
Summary: Set of perl modules related to mail applications
|
|
|
|
Source: http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-%{version}.tar.gz
|
2007-01-16 00:31:10 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-12-03 15:41:41 +01:00
|
|
|
%{perl_requires}
|
2010-10-19 10:46:30 +02:00
|
|
|
BuildRequires: perl
|
2010-12-03 15:41:41 +01:00
|
|
|
BuildRequires: perl-macros
|
2007-01-16 00:31:10 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
a set of perl modules related to mail applications
|
|
|
|
|
|
|
|
|
|
|
|
%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
|