fix issues from package review.
This commit is contained in:
parent
3f5996f31d
commit
615e559f75
@ -1,14 +1,14 @@
|
|||||||
Name: perl-Net-DNS
|
Name: perl-Net-DNS
|
||||||
Version: 0.59
|
Version: 0.59
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: DNS resolver modules for Perl
|
Summary: DNS resolver modules for Perl
|
||||||
License: GPL or Artistic
|
License: GPL or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://www.net-dns.org/
|
URL: http://www.net-dns.org/
|
||||||
Source0: http://www.cpan.org/authors/id/O/OL/OLAF/Net-DNS-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/O/OL/OLAF/Net-DNS-%{version}.tar.gz
|
||||||
BuildRequires: perl >= 1:5.6.1, perl-Digest-HMAC, perl-Net-IP
|
BuildRequires: perl(Digest::HMAC), perl(Net::IP)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Net::DNS is a collection of Perl modules that act as a Domain Name
|
Net::DNS is a collection of Perl modules that act as a Domain Name
|
||||||
@ -52,6 +52,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%exclude %{_mandir}/man3/Net::DNS::Resolver::Win32.3*
|
%exclude %{_mandir}/man3/Net::DNS::Resolver::Win32.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 05 2007 Robin Norwood <rnorwood@redhat.com> - 0.59-2
|
||||||
|
- Resolves: bz#226270
|
||||||
|
- Fixed issues brought up during package review
|
||||||
|
- BuildRequires should not require perl, and fixed the format.
|
||||||
|
- Fixed the BuildRoot
|
||||||
|
|
||||||
* Wed Sep 27 2006 Robin Norwood <rnorwood@redhat.com> - 0.59-1
|
* Wed Sep 27 2006 Robin Norwood <rnorwood@redhat.com> - 0.59-1
|
||||||
- Upgrade to upstream version 0.59 per bug #208315
|
- Upgrade to upstream version 0.59 per bug #208315
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user