[packages/python3-dns] Merged into python-dns.spec (now single upstream source)

qboosh qboosh at pld-linux.org
Mon Apr 17 09:04:24 CEST 2017


commit 6b0b2a362baf3aa0081f7a80d6e38a5d3b81c1d0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Apr 17 09:04:36 2017 +0200

    Merged into python-dns.spec (now single upstream source)

 python3-dns.spec | 65 --------------------------------------------------------
 1 file changed, 65 deletions(-)
---
diff --git a/python3-dns.spec b/python3-dns.spec
deleted file mode 100644
index c0dd7a8..0000000
--- a/python3-dns.spec
+++ /dev/null
@@ -1,65 +0,0 @@
-
-%define		module	dns
-
-Summary:	dnspython3 - a DNS toolkit for Python 3
-Summary(pl.UTF-8):	dnspython3 - zestaw narzędzi do DNS dla Pythona 3
-Name:		python3-%{module}
-Version:	1.12.0
-Release:	2
-License:	MIT
-Group:		Development/Languages/Python
-Source0:	http://www.dnspython.org/kits3/%{version}/dnspython3-%{version}.tar.gz
-# Source0-md5:	32178038d8a1b11e818ae4658745133c
-URL:		http://www.dnspython.org/
-BuildRequires:	python3-devel >= 1:3.2
-BuildRequires:	rpm-pythonprov
-BuildRequires:	rpmbuild(macros) >= 1.714
-%pyrequires_eq	python3-modules
-BuildArch:	noarch
-BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%description
-dnspython3 is a DNS toolkit for Python 3. It supports almost all
-record types. It can be used for queries, zone transfers, and dynamic
-updates. It supports TSIG authenticated messages and EDNS0.
-
-dnspython3 provides both high and low level access to DNS. The high
-level classes perform queries for data of a given name, type, and
-class, and return an answer set. The low level classes allow direct
-manipulation of DNS zones, messages, names, and records.
-
-%description -l pl.UTF-8
-dnspython3 to zestaw narzędzi do DNS dla Pythona 3. Obsługuje prawie
-wszystkie rodzaje rekordów. Może być używany do zapytań, transferów
-stref oraz dynamicznych uaktualnień. Obsługuje uwierzytelnione
-komunikaty TSIG oraz EDNS0.
-
-dnspython3 dostarcza zarówno wysoko- jak i niskopoziomowy dostęp do
-DNS-a. Klasy wysokopoziomowe wykonują zapytania o dane dla podanej
-nazwy, rodzaju i klasy, a zwracają zbiór odpowiedzi. Klasy
-niskopoziomowe umożliwiają bezpośrednie manipulacje na strefach,
-komunikatach, nazwach i rekordach w DNS-ie.
-
-%prep
-%setup -q -n dnspython3-%{version}
-
-%build
-%py3_build
-
-%install
-rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-
-%py3_install
-
-cp -rp examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(644,root,root,755)
-%doc ChangeLog LICENSE README
-%{py3_sitescriptdir}/dns
-%{py3_sitescriptdir}/dnspython3-%{version}-py*.egg-info
-%{_examplesdir}/%{name}-%{version}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-dns.git/commitdiff/6b0b2a362baf3aa0081f7a80d6e38a5d3b81c1d0



More information about the pld-cvs-commit mailing list