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

Gabriel L. Somlo (somlo) fedora-extras-commits at redhat.com
Wed Jun 7 21:02:53 UTC 2006


Author: somlo

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

Modified Files:
	wmx.spec 
Log Message:
fixed modular X11 build-requires



Index: wmx.spec
===================================================================
RCS file: /cvs/extras/rpms/wmx/devel/wmx.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wmx.spec	5 Jun 2006 19:08:27 -0000	1.7
+++ wmx.spec	7 Jun 2006 21:02:53 -0000	1.8
@@ -1,6 +1,6 @@
 Name: wmx
 Version: 6pl1
-Release: 10%{?dist}
+Release: 11%{?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
+BuildRequires: xorg-x11-proto-devel libX11-devel libXpm-devel libXext-devel libXaw-devel
 #was: BuildRequires: xorg-x11-devel
 
 %description
@@ -32,7 +32,7 @@
 %patch3 -p1
 
 %build
-export LDFLAGS=-L/usr/X11R6/%{_lib}
+# export LDFLAGS=-L/usr/X11R6/%{_lib}
 %configure
 %{__make} %{?_smp_mflags}
 
@@ -56,7 +56,10 @@
 %{_sysconfdir}/X11/xinit/Xclients.d/*
 
 %changelog
-* Mon Jun 06 2006 Gabriel Somlo <somlo at cmu.edu> 6pl1-10
+* Wed Jun 07 2006 Gabriel Somlo <somlo at cmu.edu> 6pl1-11
+- fixed modular X11 build-requires
+
+* Mon Jun 05 2006 Gabriel Somlo <somlo at cmu.edu> 6pl1-10
 - gave up on conditional build-requires for X based on fedora version
 
 * Sun Jun 04 2006 Gabriel Somlo <somlo at cmu.edu> 6pl1-9




More information about the fedora-extras-commits mailing list