From ebf49ace138179a77b61ba1849928bb64ea769bc98bfb08060dadc61871e5c75 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 22 Nov 2011 15:10:08 +0000 Subject: [PATCH 1/2] Remove redundant/unwanted tags/section (cf. specfile guidelines) OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=11 --- adns.changes | 5 +++++ adns.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/adns.changes b/adns.changes index cc0fbba..5768019 100644 --- a/adns.changes +++ b/adns.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 22 15:09:47 UTC 2011 - jengelh@medozas.de + +- Remove redundant/unwanted tags/section (cf. specfile guidelines) + ------------------------------------------------------------------- Tue Nov 22 02:23:10 UTC 2011 - crrodriguez@opensuse.org diff --git a/adns.spec b/adns.spec index 1f6d970..59cc83f 100644 --- a/adns.spec +++ b/adns.spec @@ -23,7 +23,7 @@ Version: 1.4 Release: 83 License: GPLv2+ Group: Productivity/Networking/DNS/Utilities -Url: http://www.chiark.greenend.org.uk/~ian/adns/ +URL: http://www.chiark.greenend.org.uk/~ian/adns/ Summary: Advanced Easy-to-Use Asynchronous-Capable DNS Utilities Source: %{name}-%{version}.tar.bz2 Source1: README.SUSE @@ -39,7 +39,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build adns includes a collection of useful DNS resolver utilities. %package -n %lname -License: GPLv2+ Summary: Advanced DNS resolver client library Group: System/Libraries Provides: libadns = %{version} @@ -51,7 +50,6 @@ Libadns is an advanced, easy to use, asynchronous-capable DNS resolver client library for C (and C++) programs. %package -n libadns-devel -License: GPLv2+ Summary: Libraries and header files to develop programs with libadns support Group: Development/Languages/C and C++ Requires: %lname = %{version} glibc-devel From e6fc8c5004045eaeb9f63c66a838ceed346fe39ff50ed78de770275ec509ee16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 20 Dec 2011 13:44:36 +0000 Subject: [PATCH 2/2] Accepting request 97189 from home:coolo:removeautoconf add autoconf to buildrequires OBS-URL: https://build.opensuse.org/request/show/97189 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=14 --- adns.changes | 5 +++++ adns.spec | 11 +++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/adns.changes b/adns.changes index 5768019..59a1b38 100644 --- a/adns.changes +++ b/adns.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 20 11:24:52 UTC 2011 - coolo@suse.com + +- add autoconf as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Tue Nov 22 15:09:47 UTC 2011 - jengelh@medozas.de diff --git a/adns.spec b/adns.spec index 59cc83f..e2369e9 100644 --- a/adns.spec +++ b/adns.spec @@ -15,16 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: adns %define lname libadns1 Version: 1.4 -Release: 83 -License: GPLv2+ -Group: Productivity/Networking/DNS/Utilities -URL: http://www.chiark.greenend.org.uk/~ian/adns/ +Release: 0 +Url: http://www.chiark.greenend.org.uk/~ian/adns/ Summary: Advanced Easy-to-Use Asynchronous-Capable DNS Utilities +License: GPL-2.0+ +Group: Productivity/Networking/DNS/Utilities Source: %{name}-%{version}.tar.bz2 Source1: README.SUSE Source2: baselibs.conf @@ -34,6 +32,7 @@ Patch2: %{name}-%{version}-ipv6.patch Patch3: adns-visibility.patch Patch4: adns-ocloexec.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: autoconf %description adns includes a collection of useful DNS resolver utilities.