forked from pool/dejagnu
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:
commit
5483a6d677
@ -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
|
||||
|
||||
|
11
dejagnu.spec
11
dejagnu.spec
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user