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