From a967b0176388b9467c2ba1d1b92a49c057643602 Mon Sep 17 00:00:00 2001 From: Robin Norwood Date: Wed, 24 Oct 2007 16:11:09 +0000 Subject: [PATCH] update license tag, convert Changes to utf-8 --- perl-Net-DNS.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec index 268b3a9..12bc1b0 100644 --- a/perl-Net-DNS.spec +++ b/perl-Net-DNS.spec @@ -1,8 +1,8 @@ Name: perl-Net-DNS Version: 0.61 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DNS resolver modules for Perl -License: GPL or Artistic +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 @@ -34,6 +34,10 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* +for i in Changes; do + /usr/bin/iconv -f iso8859-1 -t utf-8 $i > $i.conv && /bin/mv -f $i.conv $i +done + %check make test @@ -52,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT %exclude %{_mandir}/man3/Net::DNS::Resolver::Win32.3* %changelog +* Wed Oct 24 2007 Robin Norwood - 0.61-2 +- Update license tag +- Convert Changes to utf-8 + * Thu Aug 09 2007 Robin Norwood - 0.61-1 - Update to latest upstream version