From f4453d69d59a141ce90f573d347a0df2371c8467f88fe49ed379acf975f393e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 20 Mar 2013 12:25:05 +0000 Subject: [PATCH] Accepting request 160224 from home:m_meister:branches:openSUSE:Factory - Added download url as source. Please see http://en.opensuse.org/SourceUrls OBS-URL: https://build.opensuse.org/request/show/160224 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=17 --- adns-1.4.tar.bz2 | 3 --- adns-1.4.tar.gz | 3 +++ adns.changes | 6 ++++++ adns.spec | 10 ++++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 adns-1.4.tar.bz2 create mode 100644 adns-1.4.tar.gz diff --git a/adns-1.4.tar.bz2 b/adns-1.4.tar.bz2 deleted file mode 100644 index 678ebd0..0000000 --- a/adns-1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b95fd77fb1658825c79e05722965a32b44859c063bb5de864d3c6414a5e076b2 -size 193004 diff --git a/adns-1.4.tar.gz b/adns-1.4.tar.gz new file mode 100644 index 0000000..eff2ac5 --- /dev/null +++ b/adns-1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717b92a39117a5d8b04ea7c652c630659c6eecb35211129a8cee95e6524ca9fe +size 252668 diff --git a/adns.changes b/adns.changes index 59a1b38..0313b82 100644 --- a/adns.changes +++ b/adns.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 20 12:08:57 UTC 2013 - mmeister@suse.com + +- Added download url as source. + Please see http://en.opensuse.org/SourceUrls + ------------------------------------------------------------------- Tue Dec 20 11:24:52 UTC 2011 - coolo@suse.com diff --git a/adns.spec b/adns.spec index e2369e9..d1b924f 100644 --- a/adns.spec +++ b/adns.spec @@ -1,7 +1,7 @@ # # spec file for package adns # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -15,15 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: adns %define lname libadns1 Version: 1.4 Release: 0 -Url: http://www.chiark.greenend.org.uk/~ian/adns/ +Url: http://www.chiark.greenend.org.uk/~ian/adns/ftp/ Summary: Advanced Easy-to-Use Asynchronous-Capable DNS Utilities License: GPL-2.0+ Group: Productivity/Networking/DNS/Utilities -Source: %{name}-%{version}.tar.bz2 +Source: http://www.chiark.greenend.org.uk/~ian/adns/ftp/%{name}-%{version}.tar.gz Source1: README.SUSE Source2: baselibs.conf Patch0: %{name}-%{version}-destdir.patch @@ -51,7 +52,8 @@ client library for C (and C++) programs. %package -n libadns-devel Summary: Libraries and header files to develop programs with libadns support Group: Development/Languages/C and C++ -Requires: %lname = %{version} glibc-devel +Requires: %lname = %{version} +Requires: glibc-devel %description -n libadns-devel Libadns-devel includes the header file and static library to develop