Lines Matching +full:0 +full:- +full:mon
4 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_py…
5 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_…
14 Source: http://www.nlnetlabs.nl/downloads/%{%name}/%{name}-%{version}.tar.gz
16 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
17 BuildRequires: perl, libpcap-devel, openssl-devel , gcc-c++, doxygen,
22 BuildRequires: python-devel, swig
34 Requires: %{name} = %{version}-%{release}
43 Requires: %{name} = %{version}-%{release}
50 %setup -q
54 # libtoolize -c
58 %configure --disable-rpath --disable-static --with-sha2 --disable-gost \
60 --with-pyldns
63 (cd drill ; %configure --disable-rpath --disable-static --with-sha2 --disable-gost --with-ldns=%{bu…
64 (cd examples ; %configure --disable-rpath --disable-static --with-sha2 --disable-gost --with-ldns=%…
72 rm -rf %{buildroot}
74 make DESTDIR=%{buildroot} INSTALL="%{__install} -p" install
75 make DESTDIR=%{buildroot} INSTALL="%{__install} -p" install-doc
78 rm -rf doc/man/
80 # don't package building script for install-doc in doc section
84 rm -rf %{buildroot}%{_libdir}/*.la %{buildroot}%{python_sitearch}/*.la
89 rm -rf %{buildroot}
92 %defattr(-,root,root)
96 %{_bindir}/ldns-chaos
97 %{_bindir}/ldns-compare-zones
98 %{_bindir}/ldns-[d-z]*
103 %defattr(-,root,root,-)
105 %{_bindir}/ldns-config
112 %defattr(-,root,root)
116 %post -p /sbin/ldconfig
118 %postun -p /sbin/ldconfig
121 * Thu Sep 22 2011 Paul Wouters <paul@xelerance.com> - 1.6.11-1
122 - Updated to 1.6.11
123 - Cleanup spec for
124 - Python goes into sitearch, not sitelib
126 * Wed Jun 08 2011 Paul Wouters <paul@xelerance.com> - 1.6.10-1
127 - Updated to 1.6.10
128 - commented out build dependencies for svn snapshots
130 * Sun Mar 27 2011 Paul Wouters <paul@xelerance.com> - 1.6.9-1
131 - Updated to 1.6.9
133 * Mon Jan 24 2011 Paul Wouters <paul@xelerance.com> - 1.6.8-1
134 - Updated to 1.6.8
136 * Thu Aug 26 2010 Paul Wouters <paul@xelerance.com> - 1.6.6-1
137 - Upgraded to 1.6.6
139 * Mon Apr 26 2010 Paul Wouters <paul@xelerance.com> - 1.6.4-4
140 - Disable a debug line that was added to find the LOC issue that causes
141 unexpected output for automated tools using ldns-read-zone
143 * Thu Feb 11 2010 Paul Wouters <paul@xelerance.com> - 1.6.4-3
144 - Applied fix svn 3186 for LOC record parsing
146 * Fri Jan 22 2010 Paul Wouters <paul@xelerance.com> - 1.6.4-2
147 - libtool on EL-5 does not take --install as argument
149 * Fri Jan 22 2010 Paul Wouters <paul@xelerance.com> - 1.6.4-1
150 - Upgraded to 1.6.4
151 - Added ldns-python sub package
152 - Patch for installing ldns-python files
153 - Patch for rpath in ldns-python
155 * Sun Aug 16 2009 Paul Wouters <paul@xelerance.com> - 1.6.1-2
156 - Bump version, sources file was not updated.
158 * Sun Aug 16 2009 Paul Wouters <paul@xelerance.com> - 1.6.1-1
159 -Updated to 1.6.1
161 * Sat Jul 11 2009 Paul Wouters <paul@xelerance.com> - 1.6.0-1
162 - Updated to 1.6.0
164 * Thu Apr 16 2009 Paul Wouters <paul@xelerance.com> - 1.5.1-2
165 - Memory management bug when generating a sha256 key, see:
168 * Fri Feb 13 2009 Paul Wouters <paul@xelerance.com> - 1.5.1-1
169 - Upgrade to 1.5.1 (1.5.0 was a dud release)
171 * Sun Nov 9 2008 Paul Wouters <paul@xelerance.com> - 1.4.0-2
172 - libldns.so was missing in files section.
174 * Sun Nov 9 2008 Paul Wouters <paul@xelerance.com> - 1.4.0-1
175 - Updated to 1.4.0
176 - enable SHA2 functionality
178 * Mon Jun 30 2008 Paul Wouters <paul@xelerance.com> - 1.3.0-1
179 - Updated to latest release
181 * Thu Nov 29 2007 Paul Wouters <paul@xelerance.com> - 1.2.2-1
182 - Upgraded to 1.2.2.
184 * Mon Sep 11 2006 Paul Wouters <paul@xelerance.com> 1.0.1-4
185 - Commented out 1.1.0 make targets, put make 1.0.1 targets.
187 * Mon Sep 11 2006 Paul Wouters <paul@xelerance.com> 1.0.1-3
188 - Fixed changelog typo in date
189 - Rebuild requested for PT_GNU_HASH support from gcc
190 - Did not upgrade to 1.1.0 due to compile issues on x86_64
192 * Fri Jan 6 2006 Paul Wouters <paul@xelerance.com> 1.0.1-1
193 - Upgraded to 1.0.1. Removed temporary clean hack from spec file.
195 * Sun Dec 18 2005 Paul Wouters <paul@xelerance.com> 1.0.0-8
196 - Cannot use make clean because there are no Makefiles. Use hardcoded rm.
198 * Sun Dec 18 2005 Paul Wouters <paul@xelerance.com> 1.0.0-7
199 - Patched 'make clean' target to get rid of object files shipped with 1.0.0
201 * Sun Dec 13 2005 Paul Wouters <paul@xelerance.com> 1.0.0-6
202 - added a make clean for 2.3.3 since .o files were left behind upstream,
205 * Sun Dec 11 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.0.0-5
206 - minor cleanups
209 - reworked for svn version
211 * Sun Sep 25 2005 Paul Wouters <paul@xelerance.com> - 0.70
212 - Initial version