Accepting request 148207 from devel:tools

OBS-URL: https://build.opensuse.org/request/show/148207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dejagnu?expand=0&rev=16
This commit is contained in:
Stephan Kulow 2013-01-13 13:06:26 +00:00 committed by Git OBS Bridge
commit 5483a6d677
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 11 12:38:40 UTC 2013 - coolo@suse.com
- remove suse_update_config macro
-------------------------------------------------------------------
Thu Dec 1 16:05:04 UTC 2011 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package dejagnu
#
# 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,14 +15,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: dejagnu
License: GPL-2.0+
BuildRequires: automake
Group: Development/Tools/Building
Requires: tcl expect
Requires: expect
Requires: tcl
Version: 1.4.4
Release: 0
Summary: Framework for Running Test Suites on Software Tools
License: GPL-2.0+
Group: Development/Tools/Building
Url: http://www.gnu.org/software/dejagnu/
Source: %{name}-%{version}.tar.bz2
Source1: site.exp
@ -63,7 +65,6 @@ suites themselves.
touch example/calc/ChangeLog
%build
%{suse_update_config}
autoreconf -f -i
%configure --verbose
make %{?_smp_mflags}