]> git.pld-linux.org Git - packages/compat-ncurses5.git/commitdiff
- fix -ltinfoww error for lynx compile; rel 16
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 17 Oct 2009 15:15:38 +0000 (15:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ncurses.spec -> 1.199

ncurses.spec

index 7dd3ad89bf9d83e903074047849b4d359fe42ed8..a7856cdf0d0c6ef6ff2d29d028a60c3a98ef3af0 100644 (file)
@@ -1,4 +1,3 @@
-#
 # Conditional build:
 %bcond_without ada             # do not build Ada95 bindings
 %bcond_without cxx             # do not build C++ ncurses bindings and demo programs
@@ -20,7 +19,7 @@ Summary(tr.UTF-8):    Terminal kontrol kitaplığı
 Summary(uk.UTF-8):     ncurses - нова бібліотека керування терміналами
 Name:          ncurses
 Version:       5.7
-Release:       15
+Release:       16
 License:       distributable
 Group:         Libraries
 Source0:       ftp://dickey.his.com/ncurses/%{name}-%{version}.tar.gz
@@ -489,6 +488,10 @@ cp -a obj-wideclowcolor/lib/lib*w.so.5* $RPM_BUILD_ROOT%{_libdir}
 
 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
+# FIXME: should be fixed properly
+# fix too many w's
+sed -i -e 's/tinfoww/tinfow/' $RPM_BUILD_ROOT%{_bindir}/ncurses*-config
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.142271 seconds and 4 git commands to generate.