rpms/perl-Net-DNS/devel perl-Net-DNS.spec,1.33,1.34

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Wed Oct 24 16:11:43 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-Net-DNS/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15706

Modified Files:
	perl-Net-DNS.spec 
Log Message:
update license tag, convert Changes to utf-8


Index: perl-Net-DNS.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-DNS/devel/perl-Net-DNS.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- perl-Net-DNS.spec	10 Aug 2007 04:18:22 -0000	1.33
+++ perl-Net-DNS.spec	24 Oct 2007 16:11:09 -0000	1.34
@@ -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 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 @@
 %exclude %{_mandir}/man3/Net::DNS::Resolver::Win32.3*
 
 %changelog
+* Wed Oct 24 2007 Robin Norwood <rnorwood at redhat.com> - 0.61-2
+- Update license tag
+- Convert Changes to utf-8
+
 * Thu Aug 09 2007 Robin Norwood <rnorwood at redhat.com> - 0.61-1
 - Update to latest upstream version
 




More information about the fedora-extras-commits mailing list