SHA256
1
0
forked from pool/adns
OBS User unknown 2009-01-19 00:38:30 +00:00 committed by Git OBS Bridge
parent 564e2f78da
commit 38305fcfe4
2 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 16 23:00:59 CET 2009 - crrodriguez@suse.de
- remove static libraries
-------------------------------------------------------------------
Thu Sep 18 10:40:36 CEST 2008 - prusnak@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package adns (Version 1.4)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
Name: adns
Version: 1.4
Release: 73
Release: 74
License: GPL v2 or later
Group: Productivity/Networking/DNS/Utilities
Url: http://www.chiark.greenend.org.uk/~ian/adns/
@ -84,13 +84,14 @@ Authors:
cp %{S:1} .
%build
autoreconf -fi
export CFLAGS="$RPM_OPT_FLAGS -Wall"
%configure --with-pic
autoreconf -fiv
%configure
make %{?jobs:-j%jobs} all
%install
make DESTDIR=%{buildroot} install
# FIXME: --disable-static not available
rm %{buildroot}%{_libdir}/*.a
%check
# disable check for ipv6 patch
@ -112,13 +113,14 @@ rm -rf %{buildroot}
%defattr(-,root,root)
%{_includedir}/adns.h
%{_libdir}/libadns.so
%{_libdir}/libadns.a
%post -n libadns1 -p /sbin/ldconfig
%postun -n libadns1 -p /sbin/ldconfig
%changelog
* Fri Jan 16 2009 crrodriguez@suse.de
- remove static libraries
* Thu Sep 18 2008 prusnak@suse.cz
- document CVE-2008-1447 / CVE-2008-4100 poisoning vulnerability
in README.SUSE [bnc#426515]
@ -134,7 +136,7 @@ rm -rf %{buildroot}
and unknown RRs as well as several portability fixes.
- adopted configure and destdir patches, removed obsolete
codecleanup and missing_symlink patches
* Thu Apr 27 2006 mrueckert@suse.de
* Wed Apr 26 2006 mrueckert@suse.de
- added adns-missing_symlink.diff:
add missing symlink "libadns.so" so you can dynamically
link against libadns.