rpms/clips/FC-5 clips.spec,1.8,1.9

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


Author: rvinyard

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

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



Index: clips.spec
===================================================================
RCS file: /cvs/extras/rpms/clips/FC-5/clips.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- clips.spec	1 Aug 2006 00:58:28 -0000	1.8
+++ clips.spec	2 Feb 2007 18:59:14 -0000	1.9
@@ -1,7 +1,7 @@
 Summary:	  CLIPS language for developing expert systems
 Name:		  clips
 Version:	  6.24
-Release:	  19%{?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,13 @@
 %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
+
 * Mon Jul 31 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> 6.24-19
 - Remove autoconf config.h from linux patch
 - Added clips-config.h with CLIPS_HELPFILE define to linux patch




More information about the fedora-extras-commits mailing list