[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2118: add symlink for ncursesw/ncurses.h, to match regular curses (bug 1761)

Mats Wichmann mats at linuxfoundation.org
Sat Jul 27 15:51:34 UTC 2013


------------------------------------------------------------
revno: 2118
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Sat 2013-07-27 09:51:34 -0600
message:
  add symlink for ncursesw/ncurses.h, to match regular curses (bug 1761)
modified:
  package/Makefile
  package/lsb-build.spec.sed
-------------- next part --------------
=== modified file 'package/Makefile'
--- a/package/Makefile	2013-07-27 15:42:43 +0000
+++ b/package/Makefile	2013-07-27 15:51:34 +0000
@@ -46,7 +46,7 @@
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called
-RPM_PACKAGE_RELEASE=4
+RPM_PACKAGE_RELEASE=5
 
 # Initialize LIB64 to proper value for 64-bit architectures
 export LIB64:=$(shell case `uname -m` in (ppc64 | s390x | x86_64) echo 64 ;; esac)

=== modified file 'package/lsb-build.spec.sed'
--- a/package/lsb-build.spec.sed	2013-03-18 14:58:22 +0000
+++ b/package/lsb-build.spec.sed	2013-07-27 15:51:34 +0000
@@ -90,6 +90,7 @@
 cp package/Licence $RPM_BUILD_ROOT/opt/lsb/doc/lsb-build-base
 cp package/README-base $RPM_BUILD_ROOT/opt/lsb/doc/lsb-build-base/README
 ( cd $RPM_BUILD_ROOT/opt/lsb/include ; ln -s curses.h ncurses.h )
+( cd $RPM_BUILD_ROOT/opt/lsb/include/ncursesw ; ln -s curses.h ncurses.h )
 ( cd $RPM_BUILD_ROOT/opt/lsb/include ; rm -fr All IA32 IA64 PPC32 PPC64 S390 S390X x86-64 )
 ( for i in $RPM_BUILD_ROOT/opt/lsb/%xlib-*; do cd $i && ln -s libncurses.so libcurses.so; done )
 



More information about the lsb-messages mailing list