rpms/WindowMaker/devel WindowMaker.spec, 1.6, 1.7 windowmaker-src_actions_c.patch, 1.1, NONE windowmaker-src_event_c.patch, 1.1, NONE windowmaker-src_workspace_c.patch, 1.1, NONE

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Tue May 31 11:50:00 UTC 2005


Author: awjb

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

Modified Files:
	WindowMaker.spec 
Removed Files:
	windowmaker-src_actions_c.patch windowmaker-src_event_c.patch 
	windowmaker-src_workspace_c.patch 
Log Message:
- upgrade to 0.91.0



Index: WindowMaker.spec
===================================================================
RCS file: /cvs/extras/rpms/WindowMaker/devel/WindowMaker.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- WindowMaker.spec	6 Apr 2005 22:10:46 -0000	1.6
+++ WindowMaker.spec	31 May 2005 11:49:57 -0000	1.7
@@ -1,19 +1,15 @@
 Summary:	A fast, feature rich Window Manager
 Name:		WindowMaker
-Version:	0.80.2
-Release:	7
+Version:	0.91.0
+Release:	1
 
 License:	GPL
 Group:		User Interface/Desktops
 URL:		http://www.windowmaker.org/
-Source0:	%{name}-%{version}.tar.bz2
-Patch0:		windowmaker-src_actions_c.patch
-Patch1:		windowmaker-src_event_c.patch
-Patch2:		windowmaker-src_workspace_c.patch
+Source0:	ftp://windowmaker.org/pub/source/release/WindowMaker-0.91.0.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
-BuildRequires:	XFree86-devel libpng-devel libjpeg-devel libungif-devel
-BuildRequires:	libtiff-devel zlib-devel gettext
-Obsoletes:	WindowMaker-libs
+BuildRequires:	xorg-x11-devel libpng-devel libjpeg-devel libungif-devel
+BuildRequires:	libtiff-devel zlib-devel gettext-devel
 
 %package devel
 Summary:	libraries needed for WindowMaker.
@@ -38,17 +34,16 @@
 
 %prep
 %setup -q
-%patch0 -p0 -b .gtk2
-%patch1 -p0 -b .gtk2
-%patch2 -p0 -b .focus
-
 
 %build
 LINGUAS=`(cd po ; echo *.po|sed 's/zh_TW.Big5.po//g;s/.po//g')`
 GNUSTEP_LOCAL_ROOT='%{_libdir}/GNUstep'
 NLSDIR="%{_datadir}/locale"
 export LINGUAS NLSDIR GNUSTEP_LOCAL_ROOT
-%configure --enable-gnome --enable-kde --enable-usermenu
+%configure --enable-gnome --enable-kde --enable-usermenu --enable-xinerama \
+--enable-fast-install --enable-modelock
+# disable mmx for now
+sed -i -e's/#define ASM_X86_MMX 1/#undef ASM_X86_MMX/' src/config.h
 # Dont use _smp_mflags. Race condition.
 make
 
@@ -89,9 +84,14 @@
 %{_includedir}/wraster.h
 %{_libdir}/lib*.a
 %{_libdir}/libwraster.so
+%{_libdir}/pkgconfig/*.pc
 
 
 %changelog
+* Tue May 31 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.91.0-1
+- upgrade to 0.91.0
+
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 


--- windowmaker-src_actions_c.patch DELETED ---


--- windowmaker-src_event_c.patch DELETED ---


--- windowmaker-src_workspace_c.patch DELETED ---




More information about the fedora-extras-commits mailing list