rpms/sear/FC-6 sear.spec,1.2,1.3

Michael Thomas (wart) fedora-extras-commits at redhat.com
Fri Apr 13 17:39:33 UTC 2007


Author: wart

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

Modified Files:
	sear.spec 
Log Message:
Use compat-guichan05 library instead of the most recent guichan




Index: sear.spec
===================================================================
RCS file: /cvs/extras/rpms/sear/FC-6/sear.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sear.spec	22 Feb 2007 19:32:53 -0000	1.2
+++ sear.spec	13 Apr 2007 17:38:54 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           sear
 Version:        0.6.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        3D WorldForge client
 
 Group:          Amusements/Games
@@ -11,7 +11,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  lib3ds-devel mercator-devel varconf-devel eris-devel sage-devel
-BuildRequires:  cal3d-devel guichan-devel libmodelfile-devel libGLU-devel
+BuildRequires:  cal3d-devel compat-guichan05-devel libmodelfile-devel libGLU-devel
 BuildRequires:  pkgconfig libtiff-devel libjpeg-devel libpng-devel
 BuildRequires:  SDL_image-devel SDL_mixer-devel libXt-devel
 BuildRequires:  desktop-file-utils
@@ -31,8 +31,14 @@
 chmod a-x */*.cpp
 chmod a-x */*.xpm
 
-
 %build
+
+LDFLAGS="-L%{_libdir}/guichan-0.5"
+export LDFLAGS
+CFLAGS="-I%{_includedir}/guichan-0.5 $RPM_OPT_FLAGS"
+export CFLAGS
+CXXFLAGS="-I%{_includedir}/guichan-0.5 $RPM_OPT_FLAGS"
+export CXXFLAGS
 %configure
 make %{?_smp_mflags}
 
@@ -64,6 +70,9 @@
 
 
 %changelog
+* Fri Apr 13 2007 Wart <wart at kobold.org> 0.6.3-4
+- Update to use older compat-guichan05 library
+
 * Tue Feb 20 2007 Wart <wart at kobold.org> 0.6.3-3
 - Add requirement on sear-media
 - Fix ownership of directories used in both sear and sear-media




More information about the scm-commits mailing list