diff options
-rw-r--r-- | packaging/dejagnu.spec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/dejagnu.spec b/packaging/dejagnu.spec index fc2e5cc..0bfbc77 100644 --- a/packaging/dejagnu.spec +++ b/packaging/dejagnu.spec @@ -10,12 +10,10 @@ Requires: tcl Requires: expat Requires: expect Requires: autogen -#BuildRequires: tcl BuildRequires: expat BuildRequires: expect BuildRequires: autogen BuildRequires: makeinfo -ExcludeArch: %arm aarch64 %description DejaGnu is a framework for testing other programs. Its purpose is to provide a single front end for all tests. Think of it as a custom library of Tcl procedures crafted to support writing a test harness. A test harness is the testing infrastructure that is created to support a specific program or tool. Each program can have multiple testsuites, all supported by a single test harness. |