auto-import changelog data from perl-MailTools-1.61-0.fdr.2.rh80.src.rpm
1.61-0.fdr.2 - Add patch to complete test.pm -> testfile.pm change introduced in 1.61. 1.61-0.fdr.1 - Update to 1.61. - Reduce directory ownership bloat. - Run tests in the %check section. 1.60-0.fdr.1 - Update to 1.60. - Install into vendor dirs. - Spec cleanups. 1.58-0.fdr.5 - Package is now noarch 1.58-0.fdr.4 - Changed group tag - Making test in build section 1.58-0.fdr.3 - Modified files section 1.58-0.fdr.2 - Added forgotten description - Modified Summary according to Michael Schwendt suggestion - Modified tarball permissions to 0644 Sun Jun 15 2003 Dams <anvil[AT]livna.org> - Initial build.
This commit is contained in:
parent
1d4c5f21b8
commit
a0a2cd9eca
@ -0,0 +1 @@
|
|||||||
|
MailTools-1.61.tar.gz
|
20
perl-MailTools-testfile.patch
Normal file
20
perl-MailTools-testfile.patch
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
--- 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})
|
87
perl-MailTools.spec
Normal file
87
perl-MailTools.spec
Normal file
@ -0,0 +1,87 @@
|
|||||||
|
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
|
||||||
|
%define tarname MailTools
|
||||||
|
|
||||||
|
Summary: MailTools module for Perl
|
||||||
|
Name: perl-%{tarname}
|
||||||
|
Version: 1.61
|
||||||
|
Release: 0.fdr.2.rh80
|
||||||
|
Epoch: 0
|
||||||
|
License: Artistic
|
||||||
|
Group: Development/Libraries
|
||||||
|
URL: http://search.cpan.org/dist/MailTools/
|
||||||
|
Source0: %{tarname}-%{version}.tar.gz
|
||||||
|
Patch0: %{name}-testfile.patch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description
|
||||||
|
MailTools is a set of Perl modules related to mail applications.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n %{tarname}-%{version}
|
||||||
|
%patch0 -p0
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
make install \
|
||||||
|
PERL_INSTALL_ROOT=$RPM_BUILD_ROOT \
|
||||||
|
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 ';'
|
||||||
|
|
||||||
|
|
||||||
|
%check || :
|
||||||
|
make test
|
||||||
|
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc README* examples ChangeLog
|
||||||
|
%{perl_vendorlib}/auto/Mail
|
||||||
|
%{perl_vendorlib}/Mail
|
||||||
|
%{_mandir}/man3/Mail::*.3pm*
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* 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.
|
||||||
|
|
||||||
|
* Sun Mar 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.61-0.fdr.1
|
||||||
|
- Update to 1.61.
|
||||||
|
- Reduce directory ownership bloat.
|
||||||
|
- Run tests in the %%check section.
|
||||||
|
|
||||||
|
* Thu Sep 25 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.60-0.fdr.1
|
||||||
|
- Update to 1.60.
|
||||||
|
- Install into vendor dirs.
|
||||||
|
- Spec cleanups.
|
||||||
|
|
||||||
|
* Sat Jul 12 2003 Dams <anvil[AT]livna.org> 0:1.58-0.fdr.5
|
||||||
|
- Package is now noarch
|
||||||
|
|
||||||
|
* Fri Jul 11 2003 Dams <anvil[AT]livna.org> 0:1.58-0.fdr.4
|
||||||
|
- Changed group tag
|
||||||
|
- Making test in build section
|
||||||
|
|
||||||
|
* Tue Jul 1 2003 Dams <anvil[AT]livna.org> 0:1.58-0.fdr.3
|
||||||
|
- Modified files section
|
||||||
|
|
||||||
|
* Tue Jun 17 2003 Dams <anvil[AT]livna.org> 0:1.58-0.fdr.2
|
||||||
|
- Added forgotten description
|
||||||
|
- Modified Summary according to Michael Schwendt suggestion
|
||||||
|
- Modified tarball permissions to 0644
|
||||||
|
|
||||||
|
* Sun Jun 15 2003 Dams <anvil[AT]livna.org>
|
||||||
|
- Initial build.
|
Loading…
Reference in New Issue
Block a user