rpms/WindowMaker/FC-3 .cvsignore, 1.2, 1.3 WindowMaker.spec, 1.4, 1.5 sources, 1.2, 1.3 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:36:59 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/WindowMaker/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17805

Modified Files:
	.cvsignore WindowMaker.spec sources 
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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/WindowMaker/FC-3/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 03:59:42 -0000	1.2
+++ .cvsignore	31 May 2005 11:36:57 -0000	1.3
@@ -1 +1 @@
-WindowMaker-0.80.2.tar.bz2
+WindowMaker-0.91.0.tar.bz2


Index: WindowMaker.spec
===================================================================
RCS file: /cvs/extras/rpms/WindowMaker/FC-3/WindowMaker.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- WindowMaker.spec	10 Dec 2004 22:03:01 -0000	1.4
+++ WindowMaker.spec	31 May 2005 11:36:57 -0000	1.5
@@ -1,15 +1,12 @@
 Summary: 	A fast, feature rich Window manager.
 Name: 		WindowMaker
-Version:	0.80.2
-Release:	6
+Version:	0.91.0
+Release:	1
 Epoch:		0
 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
@@ -20,8 +17,6 @@
 Group:		System Environment/Libraries
 Requires:	%{name} = %{epoch}:%{version}-%{release}
 
-#---------------------------------------------------------------------
-
 %description
 Window Maker is an X11 window manager designed to give additional
 integration support to the GNUstep Desktop Environment. In every way
@@ -36,27 +31,19 @@
 possible, it reproduces the elegant look and feel of the NeXTSTEP[tm]
 GUI. This package contains development files for WindowMaker libraries
 
-#---------------------------------------------------------------------
-
 %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
 # Dont use _smp_mflags. Race condition.
 make
 
-#---------------------------------------------------------------------
-
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT NLSDIR=%{_datadir}/locale install
@@ -65,13 +52,9 @@
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/libwraster.la
 
-#---------------------------------------------------------------------
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-#---------------------------------------------------------------------
-
 %files -f '\(WPrefs\|%{name}\|WINGs\)'.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog NEWS FAQ* README* COPYING*
@@ -95,10 +78,13 @@
 %{_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:0.91.0-1
+- upgrade to 0.91.0
+
 * Fri Nov 28 2003 Dams <anvil[AT]livna.org> - 0:0.80.2-0.fdr.6
 - exclude -> rm
 - Added patch to fix gtk2 apps handling and other focus things


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/WindowMaker/FC-3/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 03:59:42 -0000	1.2
+++ sources	31 May 2005 11:36:57 -0000	1.3
@@ -1 +1 @@
-9f4fabc8831af6c58edf8708ee90126f  WindowMaker-0.80.2.tar.bz2
+9d5e583e6cce5b4d16bb686b0c26c5dc  WindowMaker-0.91.0.tar.bz2


--- 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