forked from pool/dejagnu
This commit is contained in:
parent
306ffb2c79
commit
17f4306801
86
dejagnu.spec
86
dejagnu.spec
@ -1,24 +1,32 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dejagnu (Version 1.4.4)
|
# spec file for package dejagnu (Version 1.4.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: dejagnu
|
Name: dejagnu
|
||||||
License: GNU General Public License (GPL)
|
License: GPL v2 or later
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Requires: tcl expect
|
Requires: tcl expect
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Version: 1.4.4
|
Version: 1.4.4
|
||||||
Release: 52
|
Release: 140
|
||||||
Summary: Framework for Running Test Suites on Software Tools
|
Summary: Framework for Running Test Suites on Software Tools
|
||||||
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
|
||||||
Patch0: %{name}-make_doc.patch
|
Patch0: %{name}-make_doc.patch
|
||||||
@ -128,38 +136,38 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_datadir}/dejagnu/*
|
%{_datadir}/dejagnu/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed May 16 2007 - rguenther@suse.de
|
* Wed May 16 2007 rguenther@suse.de
|
||||||
- Remove files from correct place.
|
- Remove files from correct place.
|
||||||
* Sun Feb 11 2007 - aj@suse.de
|
* Sun Feb 11 2007 aj@suse.de
|
||||||
- Fix install of manpage.
|
- Fix install of manpage.
|
||||||
* Wed Jun 14 2006 - mmarek@suse.cz
|
* Wed Jun 14 2006 mmarek@suse.cz
|
||||||
- remove more backup files (autoreconf leftovers)
|
- remove more backup files (autoreconf leftovers)
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Mon Jul 26 2004 - schwab@suse.de
|
* Mon Jul 26 2004 schwab@suse.de
|
||||||
- Rerun autoreconf in example directories.
|
- Rerun autoreconf in example directories.
|
||||||
* Mon May 31 2004 - mcihar@suse.cz
|
* Mon May 31 2004 mcihar@suse.cz
|
||||||
- update to 1.4.4
|
- update to 1.4.4
|
||||||
* Thu Mar 18 2004 - mcihar@suse.cz
|
* Thu Mar 18 2004 mcihar@suse.cz
|
||||||
- remove backup files
|
- remove backup files
|
||||||
* Wed Oct 01 2003 - kukuk@suse.de
|
* Wed Oct 01 2003 kukuk@suse.de
|
||||||
- Don't regenerate documentation
|
- Don't regenerate documentation
|
||||||
* Thu Aug 14 2003 - mcihar@suse.cz
|
* Thu Aug 14 2003 mcihar@suse.cz
|
||||||
- included examples (bug #28172)
|
- included examples (bug #28172)
|
||||||
* Mon Jun 09 2003 - aj@suse.de
|
* Mon Jun 09 2003 aj@suse.de
|
||||||
- Ignore linker warning when searching 64bit libraries in /lib.
|
- Ignore linker warning when searching 64bit libraries in /lib.
|
||||||
* Tue May 20 2003 - aj@suse.de
|
* Tue May 20 2003 aj@suse.de
|
||||||
- Fix wrong break statement so that correct runtest.exp is taken.
|
- Fix wrong break statement so that correct runtest.exp is taken.
|
||||||
* Mon May 19 2003 - aj@suse.de
|
* Mon May 19 2003 aj@suse.de
|
||||||
- Fix handling of [getdirs -all $rootdir].
|
- Fix handling of [getdirs -all $rootdir].
|
||||||
* Tue May 13 2003 - aj@suse.de
|
* Tue May 13 2003 aj@suse.de
|
||||||
- Handle _exit correctly.
|
- Handle _exit correctly.
|
||||||
* Mon Nov 11 2002 - ro@suse.de
|
* Mon Nov 11 2002 ro@suse.de
|
||||||
- changed neededforbuild <jade_dsl> to <openjade>
|
- changed neededforbuild <jade_dsl> to <openjade>
|
||||||
- changed neededforbuild <sp> to <opensp>
|
- changed neededforbuild <sp> to <opensp>
|
||||||
* Fri Nov 08 2002 - mcihar@suse.cz
|
* Fri Nov 08 2002 mcihar@suse.cz
|
||||||
- included /usr/include/dejagnu.h in rpm
|
- included /usr/include/dejagnu.h in rpm
|
||||||
* Wed Sep 25 2002 - mcihar@suse.cz
|
* Wed Sep 25 2002 mcihar@suse.cz
|
||||||
- new upstream version 1.4.3, major changes:
|
- new upstream version 1.4.3, major changes:
|
||||||
1. New XML output option, so test results can be loaded into a
|
1. New XML output option, so test results can be loaded into a
|
||||||
database.
|
database.
|
||||||
@ -170,43 +178,43 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- removed uneeded patches
|
- removed uneeded patches
|
||||||
- config site.exp is now physically located in /etc/dejagnu, in
|
- config site.exp is now physically located in /etc/dejagnu, in
|
||||||
/usr/share/dejagnu is just symlink
|
/usr/share/dejagnu is just symlink
|
||||||
* Tue Sep 17 2002 - ro@suse.de
|
* Tue Sep 17 2002 ro@suse.de
|
||||||
- removed bogus self-provides
|
- removed bogus self-provides
|
||||||
* Mon Sep 02 2002 - kukuk@suse.de
|
* Mon Sep 02 2002 kukuk@suse.de
|
||||||
- Remove sh-utils from neededforbuild
|
- Remove sh-utils from neededforbuild
|
||||||
* Fri Jul 12 2002 - aj@suse.de
|
* Fri Jul 12 2002 aj@suse.de
|
||||||
- Fix remote.exp.
|
- Fix remote.exp.
|
||||||
- Add support for mmixware simulator.
|
- Add support for mmixware simulator.
|
||||||
* Wed Jun 26 2002 - schwab@suse.de
|
* Wed Jun 26 2002 schwab@suse.de
|
||||||
- Fix argument parsing.
|
- Fix argument parsing.
|
||||||
* Tue Jun 25 2002 - schwab@suse.de
|
* Tue Jun 25 2002 schwab@suse.de
|
||||||
- Restore working site.exp.
|
- Restore working site.exp.
|
||||||
* Fri Jun 14 2002 - mcihar@suse.cz
|
* Fri Jun 14 2002 mcihar@suse.cz
|
||||||
- updated to 1.4.2:
|
- updated to 1.4.2:
|
||||||
* Various patches for bugs reported from net users.
|
* Various patches for bugs reported from net users.
|
||||||
* There is new support for a simple unit testing API, that is
|
* There is new support for a simple unit testing API, that is
|
||||||
also useful for embedded testing.
|
also useful for embedded testing.
|
||||||
- html and pdf documantaion is included
|
- html and pdf documantaion is included
|
||||||
* Tue May 08 2001 - mfabian@suse.de
|
* Tue May 08 2001 mfabian@suse.de
|
||||||
- bzip2 sources
|
- bzip2 sources
|
||||||
* Wed Apr 18 2001 - nadvornik@suse.cz
|
* Wed Apr 18 2001 nadvornik@suse.cz
|
||||||
- installed info pages [bug #6990]
|
- installed info pages [bug #6990]
|
||||||
* Thu Mar 15 2001 - nadvornik@suse.cz
|
* Thu Mar 15 2001 nadvornik@suse.cz
|
||||||
- update to 1.4.0
|
- update to 1.4.0
|
||||||
* Wed Apr 19 2000 - nadvornik@suse.cz
|
* Wed Apr 19 2000 nadvornik@suse.cz
|
||||||
- added BuildRoot
|
- added BuildRoot
|
||||||
- added URL
|
- added URL
|
||||||
- fixed Group tag
|
- fixed Group tag
|
||||||
* Mon Mar 06 2000 - ro@suse.de
|
* Mon Mar 06 2000 ro@suse.de
|
||||||
- use macro for mandir
|
- use macro for mandir
|
||||||
* Tue Nov 30 1999 - kukuk@suse.de
|
* Tue Nov 30 1999 kukuk@suse.de
|
||||||
- Fix SIGPWR/SIGLOST for SPARC
|
- Fix SIGPWR/SIGLOST for SPARC
|
||||||
* Mon Sep 13 1999 - bs@suse.de
|
* Mon Sep 13 1999 bs@suse.de
|
||||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||||
* Wed Jun 30 1999 - ro@suse.de
|
* Wed Jun 30 1999 ro@suse.de
|
||||||
- update to snapshot 19990614
|
- update to snapshot 19990614
|
||||||
* Mon Oct 20 1997 - hf@suse.de
|
* Mon Oct 20 1997 hf@suse.de
|
||||||
ready for autobuild
|
ready for autobuild
|
||||||
* Mon Apr 28 1997 - hf@suse.de
|
* Mon Apr 28 1997 hf@suse.de
|
||||||
New version of dejagnu works with tcl7.6 and expect 5.22,
|
New version of dejagnu works with tcl7.6 and expect 5.22,
|
||||||
and have more procs.
|
and have more procs.
|
||||||
|
Loading…
Reference in New Issue
Block a user