1.03 bump
This commit is contained in:
parent
23dcb5c435
commit
0947adf915
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
Net-SMTP-SSL-1.01.tar.gz
|
||||
/Net-SMTP-SSL-1.02.tar.gz
|
||||
/Net-SMTP-SSL-1.03.tar.gz
|
||||
|
||||
@ -1,12 +1,13 @@
|
||||
Name: perl-Net-SMTP-SSL
|
||||
Version: 1.02
|
||||
Release: 3%{?dist}
|
||||
Version: 1.03
|
||||
Release: 1%{?dist}
|
||||
Summary: SSL support for Net::SMTP
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/Net-SMTP-SSL/
|
||||
Source0: http://www.cpan.org/modules/by-module/Net/Net-SMTP-SSL-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Build
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(strict)
|
||||
@ -30,7 +31,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
chmod -R u+w %{buildroot}
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -43,6 +44,9 @@ make test
|
||||
%{_mandir}/man3/Net::SMTP::SSL.3*
|
||||
|
||||
%changelog
|
||||
* Sun Jun 21 2015 Petr Šabata <contyk@redhat.com> - 1.03-1
|
||||
- 1.03 bump
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.02-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user