forked from pool/dialog
Accepting request 27547 from Base:System
Copy from Base:System/dialog based on submit request 27547 from user coolo OBS-URL: https://build.opensuse.org/request/show/27547 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dialog?expand=0&rev=7
This commit is contained in:
parent
ff9e253912
commit
d716c18668
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 18 22:12:02 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Enable parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 18 16:34:01 CEST 2008 - werner@suse.de
|
Mon Aug 18 16:34:01 CEST 2008 - werner@suse.de
|
||||||
|
|
||||||
|
54
dialog.spec
54
dialog.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dialog (Version 1.1)
|
# spec file for package dialog (Version 1.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 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
|
||||||
@ -20,10 +20,10 @@
|
|||||||
|
|
||||||
Name: dialog
|
Name: dialog
|
||||||
BuildRequires: gpm ncurses-devel
|
BuildRequires: gpm ncurses-devel
|
||||||
License: LGPL v2.1 or later
|
License: LGPLv2.1+
|
||||||
Url: http://invisible-island.net/dialog/
|
Url: http://invisible-island.net/dialog/
|
||||||
Version: 1.1
|
Version: 1.1
|
||||||
Release: 27
|
Release: 33
|
||||||
Summary: Menus and Input Boxes for Shell Scripts
|
Summary: Menus and Input Boxes for Shell Scripts
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Source: dialog-1.1-20080727.tar.bz2
|
Source: dialog-1.1-20080727.tar.bz2
|
||||||
@ -68,7 +68,7 @@ Authors:
|
|||||||
--enable-included-msgs \
|
--enable-included-msgs \
|
||||||
--enable-widec \
|
--enable-widec \
|
||||||
--with-ncursesw
|
--with-ncursesw
|
||||||
make
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install
|
make DESTDIR=%{buildroot} install
|
||||||
@ -86,49 +86,3 @@ Authors:
|
|||||||
%_mandir/man1/dialog.1.gz
|
%_mandir/man1/dialog.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 18 2008 werner@suse.de
|
|
||||||
- Reflect last changes in ncurses
|
|
||||||
* Thu Aug 14 2008 werner@suse.de
|
|
||||||
- Update to version 1.1 patchlevel 20080727
|
|
||||||
- Use new ncurses ABI 6 which has extend mouse and color support
|
|
||||||
* Thu Apr 10 2008 werner@suse.de
|
|
||||||
- Update to version 1.1 patchlevel 20080316 which includes our
|
|
||||||
shadow patch and is fully compatible with newer ncurses.
|
|
||||||
* Sat Mar 31 2007 rguenther@suse.de
|
|
||||||
- Add gpm BuildRequires
|
|
||||||
* Mon Jul 10 2006 werner@suse.de
|
|
||||||
- Update to new version 1.0 (20060221 TD)
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Tue Apr 06 2004 werner@suse.de
|
|
||||||
- More about shadows: Make them resizable.
|
|
||||||
* Thu Apr 01 2004 werner@suse.de
|
|
||||||
- Update to UTF-8 workable version, use wide char version (#37850)
|
|
||||||
* Sun Jan 11 2004 adrian@suse.de
|
|
||||||
- add %%defattr
|
|
||||||
* Thu Jun 12 2003 coolo@suse.de
|
|
||||||
- use BuildRoot
|
|
||||||
- package translations too
|
|
||||||
* Wed Jan 08 2003 werner@suse.de
|
|
||||||
- Fix bug#22787: Update to new version 0.92b (20020814 TD)
|
|
||||||
- Correct shadow support
|
|
||||||
* Tue Sep 17 2002 ro@suse.de
|
|
||||||
- removed bogus self-provides
|
|
||||||
* Sat Feb 26 2000 werner@suse.de
|
|
||||||
- Do not highlight shadows
|
|
||||||
* Fri Feb 25 2000 werner@suse.de
|
|
||||||
- ioctl: if stdout is not a tty try stdin
|
|
||||||
- Make PageUp and PageDown work as Up and Down in menubox,
|
|
||||||
checkbox, and radiobox.
|
|
||||||
* Thu Feb 24 2000 werner@suse.de
|
|
||||||
- Security fix in gauge menu
|
|
||||||
- /usr/man -> /usr/share/man
|
|
||||||
- Small optimations for several ncurses versions
|
|
||||||
- Use RPM_OPT_FLAGS
|
|
||||||
- Make DEL/BS work on any terminal even if terminfo is broken
|
|
||||||
- Make dialogrc dump work again
|
|
||||||
- Make shadow work and enable shadow support
|
|
||||||
* Mon Sep 13 1999 bs@suse.de
|
|
||||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
||||||
* Thu Jan 02 1997 florian@suse.de
|
|
||||||
just recompiled for newer ncurses
|
|
||||||
|
Loading…
Reference in New Issue
Block a user