update license tag, convert Changes to utf-8
This commit is contained in:
parent
1648f9a3a8
commit
a967b01763
@ -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 <rnorwood@redhat.com> - 0.61-2
|
||||
- Update license tag
|
||||
- Convert Changes to utf-8
|
||||
|
||||
* Thu Aug 09 2007 Robin Norwood <rnorwood@redhat.com> - 0.61-1
|
||||
- Update to latest upstream version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user