SHA256
1
0
forked from pool/atftp

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
This commit is contained in:
Pavol Rusnak 2012-01-03 12:17:39 +00:00 committed by Git OBS Bridge
parent 4ad81b69fa
commit ec0c04a8f4
2 changed files with 10 additions and 3 deletions

View File

@ -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 Thu Dec 1 11:20:12 UTC 2011 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package atftp # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -14,14 +14,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
#
%define pkg_version 0.7 %define pkg_version 0.7
Name: atftp Name: atftp
Summary: Advanced TFTP Server and Client Summary: Advanced TFTP Server and Client
Version: 0.7.0
Release: 0
License: GPL-2.0+ License: GPL-2.0+
Group: System/Daemons Group: System/Daemons
Version: 0.7.0
Release: 0
Url: ftp://ftp.mamalinux.com/pub/atftp/ Url: ftp://ftp.mamalinux.com/pub/atftp/
Source: %{name}-%{pkg_version}.tar.bz2 Source: %{name}-%{pkg_version}.tar.bz2
Source1: atftpd.init.d Source1: atftpd.init.d
@ -40,6 +41,7 @@ Patch9: atftp-0.7-sorcerers_apprentice.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %insserv_prereq %fillup_prereq PreReq: %insserv_prereq %fillup_prereq
PreReq: pwdutils PreReq: pwdutils
BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: pcre-devel BuildRequires: pcre-devel
BuildRequires: readline-devel BuildRequires: readline-devel