0.69 bump
This commit is contained in:
parent
cc50a59340
commit
924bfeebd5
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ Net-DNS-0.65.tar.gz
|
||||
/Net-DNS-0.66.tar.gz
|
||||
/Net-DNS-0.67.tar.gz
|
||||
/Net-DNS-0.68.tar.gz
|
||||
/Net-DNS-0.69.tar.gz
|
||||
|
@ -1,15 +1,15 @@
|
||||
Name: perl-Net-DNS
|
||||
Version: 0.68
|
||||
Release: 5%{?dist}
|
||||
Version: 0.69
|
||||
Release: 1%{?dist}
|
||||
Summary: DNS resolver modules for Perl
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://www.net-dns.org/
|
||||
Source0: http://www.cpan.org/authors/id/O/OL/OLAF/Net-DNS-%{version}.tar.gz
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/N/NL/NLNETLABS/Net-DNS-%{version}.tar.gz
|
||||
BuildRequires: %{_bindir}/iconv
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
%if ! (0%{?rhel} >= 7)
|
||||
BuildRequires: perl(Digest::BubbleBabble)
|
||||
@ -26,8 +26,9 @@ BuildRequires: perl(IO::Socket)
|
||||
BuildRequires: perl(IO::Socket::INET)
|
||||
BuildRequires: perl(IO::Socket::INET6)
|
||||
BuildRequires: perl(MIME::Base64) >= 2.11
|
||||
BuildRequires: perl(Net::LibIDN)
|
||||
BuildRequires: perl(Socket)
|
||||
BuildRequires: perl(Text::ParseWords)
|
||||
BuildRequires: perl(Test::Builder)
|
||||
BuildRequires: perl(Test::More) >= 0.18
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(XSLoader)
|
||||
@ -71,10 +72,9 @@ perl Makefile.PL INSTALLDIRS=vendor --no-online-tests
|
||||
make %{?_smp_mflags} OPTIMIZE="%{optflags}"
|
||||
|
||||
%install
|
||||
make pure_install PERL_INSTALL_ROOT=%{buildroot}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
|
||||
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
|
||||
chmod -R u+w %{buildroot}/*
|
||||
for i in Changes; do
|
||||
iconv -f iso8859-1 -t utf-8 $i > $i.conv && /bin/mv -f $i.conv $i
|
||||
@ -101,6 +101,10 @@ make test
|
||||
%{_mandir}/man3/Net::DNS::Nameserver*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 06 2012 Petr Šabata <contyk@redhat.com> - 0.69-1
|
||||
- 0.69 bump
|
||||
- Update source URL
|
||||
|
||||
* Fri Aug 10 2012 Petr Pisar <ppisar@redhat.com> - 0.68-5
|
||||
- Digest::BubbleBabble is not available in RHEL >= 7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user