2.8.0 bump
This commit is contained in:
parent
b180591762
commit
bb677effbe
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/Mail-SPF-v2.007.tar.gz
|
||||
/Mail-SPF-v2.8.0.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-Mail-SPF
|
||||
Version: 2.007
|
||||
Release: 6%{?dist}
|
||||
Version: 2.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Object-oriented implementation of Sender Policy Framework
|
||||
License: BSD
|
||||
Group: Development/Libraries
|
||||
@ -8,18 +8,22 @@ URL: http://search.cpan.org/dist/Mail-SPF/
|
||||
Source0: http://www.cpan.org/authors/id/J/JM/JMEHNLE/mail-spf/Mail-SPF-v%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Error)
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(NetAddr::IP) >= 4
|
||||
BuildRequires: perl(Net::DNS) >= 0.58
|
||||
BuildRequires: perl(Net::DNS) >= 0.62
|
||||
BuildRequires: perl(Net::DNS::Resolver)
|
||||
BuildRequires: perl(Net::DNS::Resolver::Programmable)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(URI) >= 1.13
|
||||
BuildRequires: perl(URI::Escape)
|
||||
BuildRequires: perl(version)
|
||||
Requires: perl(Net::DNS) >= 0.58
|
||||
Requires: perl(Net::DNS) >= 0.62
|
||||
Requires: perl(URI) >= 1.13
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
Mail::SPF is an object-oriented implementation of Sender Policy Framework
|
||||
@ -31,15 +35,13 @@ Mail::SPF is an object-oriented implementation of Sender Policy Framework
|
||||
chmod -x bin/* sbin/*
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
perl Build.PL installdirs=vendor
|
||||
./Build
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
||||
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
# Don't include the spfd and spfquery scripts in _bindir.
|
||||
@ -59,6 +61,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 20 2012 Petr Šabata <contyk@redhat.com> - 2.8.0-1
|
||||
- 2.8.0 bump
|
||||
- Fix dependencies
|
||||
- Drop command macros
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.007-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user