forked from pool/ncurses
This commit is contained in:
parent
fbf2352047
commit
5c8cf2c8ed
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 12:56:39 CET 2007 - rguenther@suse.de
|
||||
|
||||
- Make gpm support via libdl and gpm BuildRequires explicit.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 31 19:27:11 CET 2007 - werner@suse.de
|
||||
|
||||
|
10
ncurses.spec
10
ncurses.spec
@ -12,14 +12,14 @@
|
||||
|
||||
Name: ncurses
|
||||
#!BuildIgnore: terminfo
|
||||
BuildRequires: ed gcc-c++
|
||||
BuildRequires: ed gcc-c++ gpm
|
||||
%define terminfo() %{_datadir}/%{0}/%{1}
|
||||
%define tabset() %{_datadir}/%{0}/%{1}
|
||||
License: X11/MIT
|
||||
Group: System/Libraries
|
||||
Autoreqprov: on
|
||||
Version: 5.6
|
||||
Release: 1
|
||||
Release: 6
|
||||
Summary: New curses Libraries
|
||||
Source0: ncurses-%{version}.tar.bz2
|
||||
Url: http://invisible-island.net/ncurses/ncurses.html
|
||||
@ -176,6 +176,8 @@ tar Oxfj %{SOURCE1} | patch -p1 -s
|
||||
--with-manpage-renames=${PWD}/man/man_db.renames \
|
||||
--with-fallbacks=${FALLBK} \
|
||||
--with-ospeed=speed_t \
|
||||
--with-gpm \
|
||||
--with-dlsym \
|
||||
--disable-root-environ \
|
||||
--disable-termcap \
|
||||
--disable-overwrite \
|
||||
@ -368,7 +370,9 @@ tar Oxfj %{SOURCE1} | patch -p1 -s
|
||||
%files -f extension.list -n terminfo
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog -n ncurses
|
||||
%changelog
|
||||
* Mon Mar 19 2007 - rguenther@suse.de
|
||||
- Make gpm support via libdl and gpm BuildRequires explicit.
|
||||
* Wed Jan 31 2007 - werner@suse.de
|
||||
- Update to 5.6-20070128
|
||||
- Split of tack a its own sub package to be able to specify the
|
||||
|
Loading…
Reference in New Issue
Block a user