SHA256
1
0
forked from pool/adns
OBS User unknown 2008-02-21 00:31:47 +00:00 committed by Git OBS Bridge
parent e3b8670b98
commit 8ffa04a24f
5 changed files with 1597 additions and 23 deletions

1566
adns-1.4-ipv6.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 20 17:08:29 CET 2008 - prusnak@suse.cz
- added patch to support IPv6 protocol [#350506]
-------------------------------------------------------------------
Tue Aug 7 04:23:16 CEST 2007 - crrodriguez@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package adns (Version 1.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -10,17 +10,19 @@
# norootforbuild
Name: adns
Version: 1.4
Release: 1
Release: 31
License: GPL v2 or later
Group: Productivity/Networking/DNS/Utilities
URL: http://www.chiark.greenend.org.uk/~ian/adns/
Autoreqprov: on
Url: http://www.chiark.greenend.org.uk/~ian/adns/
AutoReqProv: on
Summary: Advanced Easy-to-Use Asynchronous-Capable DNS Utilities
Source: ftp://ftp.chiark.greenend.org.uk/users/ian/adns/%{name}-%{version}.tar.bz2
Patch0: adns-destdir.diff
Patch1: adns-configure.diff
Source: %{name}-%{version}.tar.bz2
Patch0: %{name}-%{version}-destdir.patch
Patch1: %{name}-%{version}-configure.patch
Patch2: %{name}-%{version}-ipv6.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -68,29 +70,28 @@ Authors:
%setup -q
%patch0
%patch1
%patch2
%build
autoreconf -fi
export CFLAGS="$RPM_OPT_FLAGS -Wall"
%configure --with-pic
%{__make} %{?jobs:-j%jobs} all
make %{?jobs:-j%jobs} all
%install
%{__make} DESTDIR=%{buildroot} install
make DESTDIR=%{buildroot} install
%check
%{__make} check
# disable check for ipv6 patch
# make check
%clean
%{__rm} -rf %{buildroot}
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%{_bindir}/adnshost
%{_bindir}/adnslogres
%{_bindir}/adnsresfilter
%{_bindir}/adnsheloex
%doc changelog COPYING GPL-vs-LGPL INSTALL README* TODO
%doc COPYING GPL-vs-LGPL LICENCE.WAIVERS README* TODO changelog
%{_bindir}/adns*
%files -n libadns1
%defattr(-,root,root)
@ -107,25 +108,27 @@ export CFLAGS="$RPM_OPT_FLAGS -Wall"
%postun -n libadns1 -p /sbin/ldconfig
%changelog
* Tue Aug 07 2007 - crrodriguez@suse.de
* Wed Feb 20 2008 prusnak@suse.cz
- added patch to support IPv6 protocol [#350506]
* Tue Aug 07 2007 crrodriguez@suse.de
- update to version 1.4
- run ldconfig
- use library packaging policy
- run make check
* Fri Sep 01 2006 - mt@suse.de
* Fri Sep 01 2006 mt@suse.de
- updated to adns-1.3, providing new support for SRV RRs
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
* Thu Apr 27 2006 mrueckert@suse.de
- added adns-missing_symlink.diff:
add missing symlink "libadns.so" so you can dynamically
link against libadns.
* Wed Jan 25 2006 - mls@suse.de
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Dec 19 2005 - ro@suse.de
* Mon Dec 19 2005 ro@suse.de
- added libadns.so.1 to filelist
* Mon Apr 04 2005 - pth@suse.de
* Mon Apr 04 2005 pth@suse.de
- Make declarations of adns__parse_domain match.
* Tue Aug 10 2004 - lmuelle@suse.de
* Tue Aug 10 2004 lmuelle@suse.de
- Inital SuSE RPM; [#43590].