~ubuntu-branches/ubuntu/trusty/py3dns/trusty

« back to all changes in this revision

Viewing changes to pydns.spec

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2011-02-18 15:14:18 UTC
  • Revision ID: james.westby@ubuntu.com-20110218151418-990abwmbzwtoa7gt
Tags: upstream-3.0.0
ImportĀ upstreamĀ versionĀ 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%define name py3dns
 
2
%define version 3.0.0
 
3
%define release 3.0
 
4
 
 
5
Summary: Python DNS library
 
6
Name: %{name}
 
7
Version: %{version}
 
8
Release: %{release}
 
9
Source0: %{name}-%{version}.tar.gz
 
10
License: Python license
 
11
Group: Development/Libraries
 
12
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 
13
Prefix: %{_prefix}
 
14
BuildArch: noarch
 
15
Vendor: Anthony Baxter and others <pydns-developer@lists.sourceforge.net>
 
16
Packager: Stuart D. Gathman <stuart@bmsi.com>
 
17
Url: http://pydns.sourceforge.net/
 
18
 
 
19
%description
 
20
Python3 DNS library
 
21
 
 
22
%prep
 
23
%setup
 
24
 
 
25
%build
 
26
python3 setup.py build
 
27
 
 
28
%install
 
29
python3 setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
 
30
 
 
31
%clean
 
32
rm -rf $RPM_BUILD_ROOT
 
33
 
 
34
%files -f INSTALLED_FILES
 
35
%defattr(-,root,root)
 
36
 
 
37
%changelog
 
38
* Tue Jun 09 2009 Stuart Gathman <stuart@bmsi.com> 2.3.4-1
 
39
- Support IDNA label encoding
 
40
- Optionally support M$ compatible UTF-8 label encoding.
 
41
* Fri Aug 01 2008 Stuart Gathman <stuart@bmsi.com> 2.3.3-1
 
42
- Support IPv6 nameservers
 
43
* Thu Jul 24 2008 Stuart Gathman <stuart@bmsi.com> 2.3.2-2
 
44
- Fix tcp timeout
 
45
* Thu Jul 24 2008 Stuart Gathman <stuart@bmsi.com> 2.3.2-1
 
46
- Randomize TID and source port
 
47
* Tue May 22 2007 Stuart Gathman <stuart@bmsi.com> 2.3.1-1
 
48
- Bug fix release
 
49
- BTS Patches:
 
50
- 01resolv-conf-parse patch, thanks to Arnaud Fontaine <arnaud@andesi.org>
 
51
  (closes: #378991)
 
52
- Changes from Ubuntu (SF = Sourceforge project bug #) (closes: #411138):
 
53
- 02utf-8 patch for files with UTF-8 content
 
54
- 03socket-error-trap patch, Added DNSError trap for socket.error.
 
55
- 04lazy-init SF 1563723 lazy should initilize defaults['server']
 
56
- 05addr2bin2addr SF 863364 Mac OS X, Win2000 DHCP, addr2bin and bin2addr.
 
57
- 06win32-fix SF 1180344 win32dns.py fails on windows server 2003
 
58
- 07unpacker SF 954095 Bug in DNS.Lib.Unpacker.getbyte()
 
59
- 08import-lib SF 658601 Missing "import Lib"; for TCP protocol