Upstream update.
- Spec cleanup.
This commit is contained in:
parent
d07bc6f31d
commit
dfd354b55d
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
Mail-Sender-0.8.16.tar.gz
|
||||
/Mail-Sender-0.8.21.tar.gz
|
||||
/Mail-Sender-0.8.23.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Mail-Sender
|
||||
Version: 0.8.21
|
||||
Release: 6%{?dist}
|
||||
Version: 0.8.23
|
||||
Release: 1%{?dist}
|
||||
Summary: Module for sending mails with attachments through an SMTP server
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -10,7 +10,6 @@ Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Mail-Sender/
|
||||
Source0: http://www.cpan.org/authors/id/J/JE/JENDA/Mail-Sender-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(MIME::Base64)
|
||||
@ -32,7 +31,6 @@ make %{?_smp_mflags} < /dev/null
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
||||
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||
@ -46,12 +44,7 @@ find $RPM_BUILD_ROOT -type f -name Win32.pm -exec rm -f {} ';'
|
||||
make test
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
# License: perl + spam exception.
|
||||
# See the main POD page for the copyright information.
|
||||
# For the Artistic and GPL license text(s), see the perl package.
|
||||
@ -61,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 21 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.8.23-1
|
||||
- Upstream update.
|
||||
- Spec cleanup.
|
||||
|
||||
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.8.21-6
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user