auto-import changelog data from perl-MailTools-1.64-0.fdr.1.1.src.rpm
1.64-0.fdr.1 - Update to 1.64, patch applied upstream. - Bring up to date with current fedora.us Perl spec template.
This commit is contained in:
parent
1f0553293c
commit
f9f78f0209
@ -1 +1 @@
|
|||||||
MailTools-1.61.tar.gz
|
MailTools-1.64.tar.gz
|
||||||
|
|||||||
@ -1,20 +0,0 @@
|
|||||||
--- Mail/Mailer.pm~ 2004-03-10 11:52:15.000000000 +0200
|
|
||||||
+++ Mail/Mailer.pm 2004-03-20 18:08:03.000000000 +0200
|
|
||||||
@@ -49,7 +49,7 @@
|
|
||||||
|
|
||||||
Use qmail's qmail-inject program to deliver the mail.
|
|
||||||
|
|
||||||
-=item C<test>
|
|
||||||
+=item C<testfile>
|
|
||||||
|
|
||||||
Used for debugging, this displays the data on STDOUT. No mail is ever
|
|
||||||
sent. C<$command> is ignored.
|
|
||||||
@@ -140,7 +140,7 @@
|
|
||||||
|
|
||||||
'smtp' => undef,
|
|
||||||
'qmail' => '/usr/sbin/qmail-inject;/var/qmail/bin/qmail-inject',
|
|
||||||
- 'test' => undef
|
|
||||||
+ 'testfile' => undef
|
|
||||||
);
|
|
||||||
|
|
||||||
if($ENV{PERL_MAILERS})
|
|
||||||
@ -1,26 +1,26 @@
|
|||||||
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
|
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
|
||||||
%define tarname MailTools
|
|
||||||
|
|
||||||
Summary: MailTools module for Perl
|
Summary: MailTools module for Perl
|
||||||
Name: perl-%{tarname}
|
Name: perl-MailTools
|
||||||
Version: 1.61
|
Version: 1.64
|
||||||
Release: 0.fdr.2.rh90
|
Release: 0.fdr.1.1
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
License: Artistic
|
License: Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/MailTools/
|
URL: http://search.cpan.org/dist/MailTools/
|
||||||
Source0: %{tarname}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/M/MA/MARKOV/MailTools-1.64.tar.gz
|
||||||
Patch0: %{name}-testfile.patch
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRequires: perl >= 1:5.6.1, perl(Net::Domain), perl(Net::SMTP)
|
||||||
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
MailTools is a set of Perl modules related to mail applications.
|
MailTools is a set of Perl modules related to mail applications.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{tarname}-%{version}
|
%setup -q -n MailTools-%{version}
|
||||||
%patch0 -p0
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -30,11 +30,8 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install \
|
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
||||||
PERL_INSTALL_ROOT=$RPM_BUILD_ROOT \
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
||||||
INSTALLARCHLIB=$RPM_BUILD_ROOT%{perl_archlib}
|
|
||||||
find $RPM_BUILD_ROOT -type f \
|
|
||||||
-a \( -name perllocal.pod -o -name .packlist \) -exec rm -f {} ';'
|
|
||||||
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||||
|
|
||||||
|
|
||||||
@ -48,13 +45,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README* examples ChangeLog
|
%doc ChangeLog README* examples/
|
||||||
%{perl_vendorlib}/auto/Mail
|
%{perl_vendorlib}/auto/Mail/
|
||||||
%{perl_vendorlib}/Mail
|
%{perl_vendorlib}/Mail/
|
||||||
%{_mandir}/man3/Mail::*.3pm*
|
%{_mandir}/man3/Mail::*.3pm*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 18 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.64-0.fdr.1
|
||||||
|
- Update to 1.64, patch applied upstream.
|
||||||
|
- Bring up to date with current fedora.us Perl spec template.
|
||||||
|
|
||||||
* Sat Mar 20 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.61-0.fdr.2
|
* Sat Mar 20 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.61-0.fdr.2
|
||||||
- Add patch to complete test.pm -> testfile.pm change introduced in 1.61.
|
- Add patch to complete test.pm -> testfile.pm change introduced in 1.61.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user