rpms/clips/FC-6 clips.spec,1.6,1.7

Rick L. Vinyard, Jr. (rvinyard) fedora-extras-commits at redhat.com
Fri Feb 2 18:59:49 UTC 2007


Author: rvinyard

Update of /cvs/extras/rpms/clips/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2572/FC-6

Modified Files:
	clips.spec 
Log Message:
Fix Bugzilla Bug 226770: link with ncurses



Index: clips.spec
===================================================================
RCS file: /cvs/extras/rpms/clips/FC-6/clips.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- clips.spec	28 Aug 2006 02:05:13 -0000	1.6
+++ clips.spec	2 Feb 2007 18:59:17 -0000	1.7
@@ -1,7 +1,7 @@
 Summary:	  CLIPS language for developing expert systems
 Name:		  clips
 Version:	  6.24
-Release:	  20%{?dist}
+Release:	  21%{?dist}
 Url:		  http://www.ghg.net/clips/download/source/
 License:	  GPL
 Group:		  Development/Tools
@@ -24,7 +24,7 @@
 Source16:	  http://www.ghg.net/clips/download/other/Bug_Fixes/DR0873.txt
 Patch0:	 	  clips-6.24-linux.patch.bz2
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	  libtermcap-devel libXt-devel libXext-devel libXmu-devel libXaw-devel xorg-x11-server-Xorg xorg-x11-proto-devel xorg-x11-xbitmaps desktop-file-utils
+BuildRequires:	  ncurses-devel libXt-devel libXext-devel libXmu-devel libXaw-devel xorg-x11-server-Xorg xorg-x11-proto-devel xorg-x11-xbitmaps desktop-file-utils
 
 %description
 CLIPS is a productive development and delivery expert system tool which 
@@ -46,7 +46,7 @@
 Summary:          Headers for developing programs that will embed CLIPS
 Group:            Development/Libraries
 Requires:         clips-libs = %{version}-%{release}
-Requires:         libtermcap-devel pkgconfig
+Requires:         ncurses-devel pkgconfig
 
 %description    devel
 This package contains the libraries and header files needed for
@@ -162,6 +162,10 @@
 %doc ig.pdf
  
 %changelog
+* Fri Feb 02 2007 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> 6.24-21
+- New clips patch builds against ncurses instead of libtermcap
+- Changed all requires of libtermcap-devel to ncurses-devel
+
 * Sun Aug 27 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> 6.24-20
 - Bump release for mass rebuild
 




More information about the fedora-extras-commits mailing list