Update to 1.4.0.
This commit is contained in:
parent
30f569118b
commit
24f77f9791
@ -1 +1 @@
|
|||||||
dnspython-1.3.5.tar.gz
|
dnspython-1.4.0.tar.gz
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
||||||
|
|
||||||
Name: python-dns
|
Name: python-dns
|
||||||
Version: 1.3.5
|
Version: 1.4.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: DNS toolkit for Python
|
Summary: DNS toolkit for Python
|
||||||
|
|
||||||
@ -14,7 +13,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
dnspython is a DNS toolkit for Python. It supports almost all record
|
dnspython is a DNS toolkit for Python. It supports almost all record
|
||||||
@ -79,6 +77,11 @@ rm -rf %{buildroot}
|
|||||||
%ghost %{python_sitelib}/dns/rdtypes/IN/*.pyo
|
%ghost %{python_sitelib}/dns/rdtypes/IN/*.pyo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 5 2006 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.4.0-1
|
||||||
|
- Update to 1.4.0
|
||||||
|
- Remove unneeded python-abi requires
|
||||||
|
- Remove unneeded python_sitearch macro
|
||||||
|
|
||||||
* Fri May 26 2006 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.3.5-1
|
* Fri May 26 2006 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.3.5-1
|
||||||
- First version for Fedora Extras
|
- First version for Fedora Extras
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user