OBS User unknown 2007-12-13 19:21:50 +00:00 committed by Git OBS Bridge
parent acade6a219
commit ff9dff793b
4 changed files with 30 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1bc8a79a863a321fde1ee82e3392d14fa6f43cc8116810a0216ff43678bed61e
size 43918

3
MailTools-2.02.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:838e7343b2a6eac0f26f0d69a16aef0041729a62b98d3476db510363005e3e10
size 45816

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Dec 13 15:32:59 CET 2007 - anicka@suse.cz
- update to 2.02
* use 3-arg open() in Mail::Util.
* reorganized installation of MailTools, in a modern way. This
may break installation on very old releases of Perl.
* added and cleaned a lot of documentation, using OODoc to
generate nice manuals in POD and HTML.
* extracted Mail::Field::Generic from Mail::Field
* added misteriously missing Mail::Field::AddrList::addr_list()
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 15 16:09:11 CEST 2007 - anicka@suse.cz Tue May 15 16:09:11 CEST 2007 - anicka@suse.cz

View File

@ -1,5 +1,5 @@
# #
# spec file for package perl-MailTools (Version 1.77) # spec file for package perl-MailTools (Version 2.02)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -11,13 +11,13 @@
# norootforbuild # norootforbuild
Name: perl-MailTools Name: perl-MailTools
URL: http://cpan.org/modules/by-module/Mail/ Url: http://cpan.org/modules/by-module/Mail/
Version: 1.77 Version: 2.02
Release: 1 Release: 1
Provides: p_mtools Provides: p_mtools
Obsoletes: p_mtools Obsoletes: p_mtools
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
Autoreqprov: on AutoReqProv: on
License: Artistic License License: Artistic License
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Summary: a set of perl modules related to mail applications Summary: a set of perl modules related to mail applications
@ -40,24 +40,33 @@ Authors:
%build %build
perl Makefile.PL perl Makefile.PL
make make
%check
make test make test
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
%install %install
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
make DESTDIR=$RPM_BUILD_ROOT install_vendor make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist %perl_process_packlist
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{perl_vendorlib}/Mail %{perl_vendorlib}/Mail
%{perl_vendorlib}/auto/Mail
%{perl_vendorarch}/auto/Mail %{perl_vendorarch}/auto/Mail
%doc /usr/share/man/man3/*.gz %doc /usr/share/man/man3/*.gz
/var/adm/perl-modules/perl-MailTools /var/adm/perl-modules/perl-MailTools
%doc ChangeLog MANIFEST README README.demos examples %doc ChangeLog MANIFEST README README.demos examples
%changelog %changelog
* Thu Dec 13 2007 - anicka@suse.cz
- update to 2.02
* use 3-arg open() in Mail::Util.
* reorganized installation of MailTools, in a modern way. This
may break installation on very old releases of Perl.
* added and cleaned a lot of documentation, using OODoc to
generate nice manuals in POD and HTML.
* extracted Mail::Field::Generic from Mail::Field
* added misteriously missing Mail::Field::AddrList::addr_list()
* Tue May 15 2007 - anicka@suse.cz * Tue May 15 2007 - anicka@suse.cz
- update to 1.77 - update to 1.77
* fixed syntax error in qmail.pm * fixed syntax error in qmail.pm