From f51fd0b18c9ba351eb8165539ec1bde7c8d9d8d0cb1027e668bb2ac4980c0742 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 8 Nov 2010 13:41:43 +0000 Subject: [PATCH] Autobuild autoformatter for 52268 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adns?expand=0&rev=12 --- adns.spec | 41 ++++++----------------------------------- 1 file changed, 6 insertions(+), 35 deletions(-) diff --git a/adns.spec b/adns.spec index 08da965..eb05435 100644 --- a/adns.spec +++ b/adns.spec @@ -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 %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 %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].