This commit is contained in:
parent
acade6a219
commit
ff9dff793b
@ -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
3
MailTools-2.02.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:838e7343b2a6eac0f26f0d69a16aef0041729a62b98d3476db510363005e3e10
|
||||
size 45816
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -11,13 +11,13 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: perl-MailTools
|
||||
URL: http://cpan.org/modules/by-module/Mail/
|
||||
Version: 1.77
|
||||
Url: http://cpan.org/modules/by-module/Mail/
|
||||
Version: 2.02
|
||||
Release: 1
|
||||
Provides: p_mtools
|
||||
Obsoletes: p_mtools
|
||||
Requires: perl = %{perl_version}
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
License: Artistic License
|
||||
Group: Development/Libraries/Perl
|
||||
Summary: a set of perl modules related to mail applications
|
||||
@ -40,24 +40,33 @@ Authors:
|
||||
%build
|
||||
perl Makefile.PL
|
||||
make
|
||||
|
||||
%check
|
||||
make test
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
%install
|
||||
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||
%perl_process_packlist
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{perl_vendorlib}/Mail
|
||||
%{perl_vendorlib}/auto/Mail
|
||||
%{perl_vendorarch}/auto/Mail
|
||||
%doc /usr/share/man/man3/*.gz
|
||||
/var/adm/perl-modules/perl-MailTools
|
||||
%doc ChangeLog MANIFEST README README.demos examples
|
||||
|
||||
%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
|
||||
- update to 1.77
|
||||
* fixed syntax error in qmail.pm
|
||||
|
Loading…
Reference in New Issue
Block a user