forked from pool/ncurses
This commit is contained in:
parent
a9e25a41f6
commit
6e20465370
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 22:54:35 CEST 2007 - dmueller@suse.de
|
||||
|
||||
- add %post/un to call ldconfig
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 15 15:06:22 CEST 2007 - dmueller@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@ License: X11/MIT
|
||||
Group: System/Libraries
|
||||
Autoreqprov: on
|
||||
Version: 5.6
|
||||
Release: 16
|
||||
Release: 19
|
||||
Summary: New curses Libraries
|
||||
Source0: ncurses-%{version}.tar.bz2
|
||||
Url: http://invisible-island.net/ncurses/ncurses.html
|
||||
@ -323,6 +323,10 @@ tar Oxfj %{SOURCE1} | patch -p1 -s
|
||||
> extension.list
|
||||
rm -f $RPM_BUILD_ROOT/usr/lib/terminfo
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f default.list
|
||||
%defattr(-,root,root)
|
||||
#%ghost /usr/lib/tabset
|
||||
@ -375,6 +379,8 @@ tar Oxfj %{SOURCE1} | patch -p1 -s
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Fri May 25 2007 - dmueller@suse.de
|
||||
- add %%post/un to call ldconfig
|
||||
* Tue May 15 2007 - dmueller@suse.de
|
||||
- move documentation to -devel package and bzip text files
|
||||
* Tue Mar 20 2007 - rguenther@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user