SHA256
1
0
forked from pool/adns

Autobuild autoformatter for 52268

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=12
This commit is contained in:
OBS User autobuild 2010-11-08 13:41:43 +00:00 committed by Git OBS Bridge
parent 03595f362d
commit f51fd0b18c

View File

@ -1,7 +1,7 @@
#
# spec file for package adns (Version 1.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 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,8 +20,8 @@
Name: adns
Version: 1.4
Release: 74
License: GPL v2 or later
Release: 82
License: GPLv2+
Group: Productivity/Networking/DNS/Utilities
Url: http://www.chiark.greenend.org.uk/~ian/adns/
AutoReqProv: on
@ -31,7 +31,7 @@ Source1: README.SUSE
Patch0: %{name}-%{version}-destdir.patch
Patch1: %{name}-%{version}-configure.patch
Patch2: %{name}-%{version}-ipv6.patch
Patch3: adns-visibility.patch
Patch3: adns-visibility.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -44,7 +44,7 @@ Authors:
Ian Jackson <adns-maint at chiark dot greenend dot org dot uk>
%package -n libadns1
License: GPL v2 or later
License: GPLv2+
Summary: Advanced DNS resolver client library
Group: System/Libraries
Provides: libadns = %{version}
@ -62,7 +62,7 @@ Authors:
Ian Jackson <adns-maint at chiark dot greenend dot org dot uk>
%package -n libadns-devel
License: GPL v2 or later
License: GPLv2+
Summary: Libraries and header files to develop programs with libadns support
Group: Development/Languages/C and C++
Requires: libadns1 = %{version} glibc-devel
@ -121,32 +121,3 @@ rm -rf %{buildroot}
%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]
* 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
- 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
* Wed Apr 26 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
- converted neededforbuild to BuildRequires
* Mon Dec 19 2005 ro@suse.de
- added libadns.so.1 to filelist
* Mon Apr 04 2005 pth@suse.de
- Make declarations of adns__parse_domain match.
* Tue Aug 10 2004 lmuelle@suse.de
- Inital SuSE RPM; [#43590].