From ec0c04a8f429473e7306c53f70b838f37d6fdd2cf8a12fcd233c663b15f480e3 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 3 Jan 2012 12:17:39 +0000 Subject: [PATCH] Accepting request 98549 from home:vitezslav_cizek:branches:network - added autoconf as BuildRequires OBS-URL: https://build.opensuse.org/request/show/98549 OBS-URL: https://build.opensuse.org/package/show/network/atftp?expand=0&rev=14 --- atftp.changes | 5 +++++ atftp.spec | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/atftp.changes b/atftp.changes index f37eb01..f01c8a1 100644 --- a/atftp.changes +++ b/atftp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 2 17:28:19 UTC 2012 - vcizek@suse.cz + +- added autoconf as BuildRequires + ------------------------------------------------------------------- Thu Dec 1 11:20:12 UTC 2011 - coolo@suse.com diff --git a/atftp.spec b/atftp.spec index 5bb0aad..708fd19 100644 --- a/atftp.spec +++ b/atftp.spec @@ -1,7 +1,7 @@ # # spec file for package atftp # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -14,14 +14,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +# %define pkg_version 0.7 Name: atftp Summary: Advanced TFTP Server and Client -Version: 0.7.0 -Release: 0 License: GPL-2.0+ Group: System/Daemons +Version: 0.7.0 +Release: 0 Url: ftp://ftp.mamalinux.com/pub/atftp/ Source: %{name}-%{pkg_version}.tar.bz2 Source1: atftpd.init.d @@ -40,6 +41,7 @@ Patch9: atftp-0.7-sorcerers_apprentice.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %insserv_prereq %fillup_prereq PreReq: pwdutils +BuildRequires: autoconf BuildRequires: automake BuildRequires: pcre-devel BuildRequires: readline-devel