rpms/wmx/devel wmx.spec,1.8,1.9

Gabriel L. Somlo (somlo) fedora-extras-commits at redhat.com
Thu Jun 8 15:39:30 UTC 2006


Author: somlo

Update of /cvs/extras/rpms/wmx/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16977

Modified Files:
	wmx.spec 
Log Message:
more X11 buildrequires (thanks tibbs at math.uh.edu and Jarod Wilson)



Index: wmx.spec
===================================================================
RCS file: /cvs/extras/rpms/wmx/devel/wmx.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- wmx.spec	7 Jun 2006 21:02:53 -0000	1.8
+++ wmx.spec	8 Jun 2006 15:39:30 -0000	1.9
@@ -1,6 +1,6 @@
 Name: wmx
 Version: 6pl1
-Release: 11%{?dist}
+Release: 12%{?dist}
 Summary: A really simple window manager for X
 License: BSD
 Group: User Interface/X
@@ -15,7 +15,7 @@
 Patch2: wmx-6pl1-cfgbug.patch
 Patch3: wmx-6pl1-cfg.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: xorg-x11-proto-devel libX11-devel libXpm-devel libXext-devel libXaw-devel
+BuildRequires: xorg-x11-proto-devel libX11-devel libXpm-devel libXext-devel libXaw-devel libXt-devel
 #was: BuildRequires: xorg-x11-devel
 
 %description
@@ -32,8 +32,7 @@
 %patch3 -p1
 
 %build
-# export LDFLAGS=-L/usr/X11R6/%{_lib}
-%configure
+%configure --x-libraries=%{_libdir} --x-includes=%{_includedir}/X11
 %{__make} %{?_smp_mflags}
 
 %install
@@ -56,6 +55,9 @@
 %{_sysconfdir}/X11/xinit/Xclients.d/*
 
 %changelog
+* Wed Jun 08 2006 Gabriel Somlo <somlo at cmu.edu> 6pl1-12
+- more X11 buildrequires (thanks tibbs at math.uh.edu and Jarod Wilson)
+
 * Wed Jun 07 2006 Gabriel Somlo <somlo at cmu.edu> 6pl1-11
 - fixed modular X11 build-requires
 




More information about the fedora-extras-commits mailing list