/[smeserver]/rpms/djbdns/sme8/djbdns.spec
ViewVC logotype

Diff of /rpms/djbdns/sme8/djbdns.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by slords, Tue Jun 12 18:19:07 2007 UTC Revision 1.3 by bytegw, Tue Jan 29 14:03:03 2008 UTC
# Line 7  Summary: collection of Domain Name Syste Line 7  Summary: collection of Domain Name Syste
7  %define name djbdns  %define name djbdns
8  Name: %{name}  Name: %{name}
9  %define version 1.05  %define version 1.05
10  %define release 3  %define release 7
11  Version: %{version}  Version: %{version}
12  Release: %{release}%{?dist}  Release: %{release}%{?dist}
13  License: Daniel J. Bernstein  License: Public Domain
14  Group: Networking/Daemons  Group: Networking/Daemons
15  Source: http://cr.yp.to/%{name}/%{name}-%{version}.tar.gz  Source: http://cr.yp.to/%{name}/%{name}-%{version}.tar.gz
16  URL: http://cr.yp.to/%{name}.html  URL: http://cr.yp.to/%{name}.html
17  Patch0: %{name}-%{version}.patch.2001022000  Patch0: %{name}-%{version}.patch.2001022000
18    Patch1: dns_transmit-bug.patch
19    Patch2: http://homepages.tesco.net./~J.deBoynePollard/Softwares/djbdns/dnscache-cname-handling.patch
20    Patch3: http://homepages.tesco.net./~J.deBoynePollard/Softwares/djbdns/dnscache-strict-forwardonly.patch
21    Patch4: http://homepages.tesco.net./~J.deBoynePollard/Softwares/djbdns/tinydns-alias-chain-truncation.patch
22  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
23  Provides: djbdns  Provides: djbdns
24  AutoReqProv: no  AutoReqProv: no
# Line 49  components: Line 53  components:
53    
54      - The dnsq and dnstrace programs are DNS debugging tools.      - The dnsq and dnstrace programs are DNS debugging tools.
55    
56    djbdns was written by Daniel J Bernstein, and was placed into the public
57    domain on Dec 28, 2007.
58    
59  %changelog  %changelog
60    * Mon Jan 28 2008 Charlie Brady <charlie_brady@mitel.com> 1.05-7
61    - Patch tinydns to publish complete client-side alias chains. [SME: 3826]
62    
63    * Mon Jan 28 2008 Charlie Brady <charlie_brady@mitel.com> 1.05-6
64    - Patch to fix problems with delegation loops. [SME: 3825]
65    
66    * Mon Jan 28 2008 Charlie Brady <charlie_brady@mitel.com> 1.05-5
67    - Patch to fix various problems in dnscache CNAME record handling. [SME: 3824]
68    
69    * Thu Jan 10 2008 Charlie Brady <charlieb@e-smith.com> 1.05-4
70    - Patch around TCP bug: http://alkemio.org/dns_transmit-bug.html
71    - Change license to "Public Domain' - http://cr.yp.to/distributors.html
72    
73  * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>  * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
74  - Clean up spec so package can be built by koji/plague  - Clean up spec so package can be built by koji/plague
75    
# Line 82  components: Line 102  components:
102  mkdir -p ./root/usr  mkdir -p ./root/usr
103  mkdir -p ./root/etc  mkdir -p ./root/etc
104    
105    %patch1 -p1
106    %patch2 -p1
107    %patch3 -p1
108    %patch4 -p1
109    
110  %build  %build
111  echo "gcc -O2 -Wall --include /usr/include/errno.h" > conf-cc  echo "gcc -O2 -Wall --include /usr/include/errno.h" > conf-cc
112  echo "gcc -s -Os -pipe" > conf-ld  echo "gcc -s -Os -pipe" > conf-ld


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed