packages: librhtv/librhtv.spec - up to 2.2.1 - added fcntl.patch - added nc...

witekfl witekfl at pld-linux.org
Wed May 18 13:52:12 CEST 2011


Author: witekfl                      Date: Wed May 18 11:52:12 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 2.2.1
- added fcntl.patch
- added ncurses.patch
- Because configure script is dumb, I added -ltinfow to X11 libs
  (stupid, but works)
- note that TV doesn't work on Linux console in UTF-8 mode

---- Files affected:
packages/librhtv:
   librhtv.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: packages/librhtv/librhtv.spec
diff -u packages/librhtv/librhtv.spec:1.23 packages/librhtv/librhtv.spec:1.24
--- packages/librhtv/librhtv.spec:1.23	Tue Feb 13 07:46:51 2007
+++ packages/librhtv/librhtv.spec	Wed May 18 13:52:07 2011
@@ -2,16 +2,17 @@
 Summary:	Unix port of Borland TurboVision library
 Summary(pl.UTF-8):	Uniksowa wersja biblioteki TurboVision Borlanda
 Name:		librhtv
-Version:	2.0.3
-Release:	2
+Version:	2.2.1
+Release:	0.1
 License:	Borland, some modifications are BSD-like licensed (generally free)
 Group:		Libraries
-Source0:	http://dl.sourceforge.net/tvision/rhtvision-%{version}.src.tar.gz
-# Source0-md5:	b6129f5c510ba9d28d21c9575b7e1c75
+Source0:	http://download.sourceforge.net/tvision/rhtvision_%{version}-1.tar.gz
+# Source0-md5:	46b815d86bbbb2f9b112b11f63e2f5a6
 Patch0:		%{name}-nolowlevelgarbage.patch
-Patch1:		%{name}-gcc4.patch
+Patch1:		%{name}-fcntl.patch
+Patch2:		%{name}-ncurses.patch
 URL:		http://tvision.sourceforge.net/
-BuildRequires:	XFree86-devel
+BuildRequires:	xorg-lib-libX11-devel
 BuildRequires:	gpm-devel
 BuildRequires:	libstdc++-devel
 BuildRequires:	ncurses-devel
@@ -63,12 +64,14 @@
 %setup -q -n tvision
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__perl} config.pl \
 	--prefix=%{_prefix} \
-	--cflags="%{rpmcflags} -I/usr/include/ncurses" \
-	--cxxflags="%{rpmcflags} -fno-exceptions -I/usr/include/ncurses" \
+	--cflags="%{rpmcflags} -I/usr/include/ncursesw" \
+	--cxxflags="%{rpmcflags} -fno-exceptions -I/usr/include/ncursesw" \
+	--X11lib="tinfow X11 Xmu" \
 	%{?debug:--with-debug}
 
 %{__make} \
@@ -138,6 +141,14 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2011/05/18 11:52:07  witekfl
+- up to 2.2.1
+- added fcntl.patch
+- added ncurses.patch
+- Because configure script is dumb, I added -ltinfow to X11 libs
+  (stupid, but works)
+- note that TV doesn't work on Linux console in UTF-8 mode
+
 Revision 1.23  2007/02/13 06:46:51  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/librhtv/librhtv.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list