Accepting request 148043 from home:coolo:branches:openSUSE:Factory
- remove suse_update_config macro OBS-URL: https://build.opensuse.org/request/show/148043 OBS-URL: https://build.opensuse.org/package/show/devel:tools/dejagnu?expand=0&rev=9
This commit is contained in:
parent
83d1fddc43
commit
6e9c08b49f
@ -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
|
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
|
# 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
|
# 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
|
||||||
@ -15,14 +15,16 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: dejagnu
|
Name: dejagnu
|
||||||
License: GPL-2.0+
|
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
Group: Development/Tools/Building
|
Requires: expect
|
||||||
Requires: tcl expect
|
Requires: tcl
|
||||||
Version: 1.4.4
|
Version: 1.4.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Framework for Running Test Suites on Software Tools
|
Summary: Framework for Running Test Suites on Software Tools
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: Development/Tools/Building
|
||||||
Url: http://www.gnu.org/software/dejagnu/
|
Url: http://www.gnu.org/software/dejagnu/
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: site.exp
|
Source1: site.exp
|
||||||
@ -63,7 +65,6 @@ suites themselves.
|
|||||||
touch example/calc/ChangeLog
|
touch example/calc/ChangeLog
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{suse_update_config}
|
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
%configure --verbose
|
%configure --verbose
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user