rpms/wmx/FC-4 wmx.spec,1.8,1.9

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


Author: somlo

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

Modified Files:
	wmx.spec 
Log Message:
configure args x-libraries and x-includes only needed on fc5 and later



Index: wmx.spec
===================================================================
RCS file: /cvs/extras/rpms/wmx/FC-4/wmx.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- wmx.spec	8 Jun 2006 15:37:37 -0000	1.8
+++ wmx.spec	8 Jun 2006 16:15:36 -0000	1.9
@@ -1,6 +1,6 @@
 Name: wmx
 Version: 6pl1
-Release: 12%{?dist}
+Release: 13%{?dist}
 Summary: A really simple window manager for X
 License: BSD
 Group: User Interface/X
@@ -16,7 +16,6 @@
 Patch3: wmx-6pl1-cfg.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: xorg-x11-devel
-# will become: BuildRequires: xorg-x11-proto-devel libX11-devel libXpm-devel libXext-devel libXaw-devel libXt-devel
 
 %description
 A really simple window manager for X, based on wm2, with a minimal set of
@@ -32,7 +31,7 @@
 %patch3 -p1
 
 %build
-%configure --x-libraries=%{_libdir} --x-includes=%{_includedir}/X11
+%configure
 %{__make} %{?_smp_mflags}
 
 %install
@@ -55,6 +54,9 @@
 %{_sysconfdir}/X11/xinit/Xclients.d/*
 
 %changelog
+* Wed Jun 08 2006 Gabriel Somlo <somlo at cmu.edu> 6pl1-13
+- configure args x-libraries and x-includes only needed on fc5 and later
+
 * Wed Jun 08 2006 Gabriel Somlo <somlo at cmu.edu> 6pl1-12
 - more X11 buildrequires (thanks tibbs at math.uh.edu and Jarod Wilson)
 




More information about the fedora-extras-commits mailing list