diff --git a/python3-py3dns.spec b/python3-py3dns.spec index bab0cb7..99a2863 100644 --- a/python3-py3dns.spec +++ b/python3-py3dns.spec @@ -3,12 +3,12 @@ Name: python3-py3dns Version: 3.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python3 DNS library Group: Development/Libraries License: Python -URL: http://pypi.python.org/pypi/py3dns +URL: https://launchpad.net/py3dns/ Source0: http://pypi.python.org/packages/source/p/%{distname}/%{distname}-%{version}.tar.gz # At buildtime, py3dns tries to read in /etc/resolv.conf and crashes if it @@ -21,7 +21,10 @@ BuildArch: noarch BuildRequires: python3-devel %description -Python3 DNS library +This Python 3 module provides a DNS API for looking up DNS entries from +within Python 3 modules and applications. This module is a simple, +lightweight implementation. + %prep %setup -q -n %{distname}-%{version} @@ -62,5 +65,8 @@ done %{python3_sitelib}/%{distname}-%{version}* %changelog +* Tue Sep 24 2013 Ralph Bean - 3.0.4-2 +- Update with comments from review. + * Mon Sep 23 2013 Ralph Bean - 3.0.4-1 - Initial package for Fedora