rpms/clips/FC-4 clips.spec,1.5,1.6

Rick L. Vinyard (rvinyard) fedora-extras-commits at redhat.com
Thu Jun 29 00:31:56 UTC 2006


Author: rvinyard

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

Modified Files:
	clips.spec 
Log Message:
Finally fixed for libXaw



Index: clips.spec
===================================================================
RCS file: /cvs/extras/rpms/clips/FC-4/clips.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- clips.spec	28 Jun 2006 02:08:28 -0000	1.5
+++ clips.spec	29 Jun 2006 00:31:55 -0000	1.6
@@ -1,7 +1,7 @@
 Summary:	  CLIPS language for developing expert systems
 Name:		  clips
 Version:	  6.24
-Release:	  11%{?dist}
+Release:	  12%{?dist}
 Url:		  http://www.ghg.net/clips/download/source/
 License:	  GPL
 Group:		  Development/Tools
@@ -21,7 +21,7 @@
 Source13:         inf-clips.el
 Patch0:	 	  clips-6.24-linux.patch.bz2
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	  xorg-x11-deprecated-libs-devel libtermcap-devel xorg-x11-libs xorg-x11 xorg-x11-devel desktop-file-utils
+BuildRequires:	  libtermcap-devel xorg-x11-libs xorg-x11 xorg-x11-devel desktop-file-utils
 
 %description
 CLIPS is a productive development and delivery expert system tool which 
@@ -90,6 +90,7 @@
 
 %build
 cd clipssrc
+export LDFLAGS="-L/usr/X11R6/%{_lib}"
 %configure --enable-static=no
 %{__make} %{?_smp_mflags}
 
@@ -150,6 +151,10 @@
 %doc ig.pdf
  
 %changelog
+* Wed Jun 28 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> 6.24-12
+- Removed BuildRequires on xorg-x11-deprecated-libs-devel
+- Added LDFLAGS for /usr/X11R6/lib for libXaw et. al.
+
 * Tue Jun 27 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> 6.24-11
 - Removed Xaw3d-devel, added xorg-x11-deprecated-libs-devel
 




More information about the fedora-extras-commits mailing list