rpms/WindowMaker/devel WindowMaker.spec,1.4,1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Mar 5 21:10:22 UTC 2005


Author: thias

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

Modified Files:
	WindowMaker.spec 
Log Message:
Further mass cleanup. One or more apply :
- Remove (hopefully) all zero epoch remains.
- Remove trailing spaces and tabs.
- Keep consistency between tabs and spaces.
- Clean up summary.



Index: WindowMaker.spec
===================================================================
RCS file: /cvs/extras/rpms/WindowMaker/devel/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	5 Mar 2005 21:10:20 -0000	1.5
@@ -1,26 +1,24 @@
-Summary: 	A fast, feature rich Window manager.
-Name: 		WindowMaker
+Summary:	A fast, feature rich Window Manager
+Name:		WindowMaker
 Version:	0.80.2
 Release:	6
-Epoch:		0
 License:	GPL
-Group: 		User Interface/Desktops
-URL: 		http://www.windowmaker.org/
-Source0: 	%{name}-%{version}.tar.bz2
+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
-BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
-BuildRequires:	XFree86-devel libpng-devel libjpeg-devel libungif-devel 
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
+BuildRequires:	XFree86-devel libpng-devel libjpeg-devel libungif-devel
 BuildRequires:	libtiff-devel zlib-devel gettext
 Obsoletes:	WindowMaker-libs
 
 %package devel
 Summary:	libraries needed for WindowMaker.
 Group:		System Environment/Libraries
-Requires:	%{name} = %{epoch}:%{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
 
-#---------------------------------------------------------------------
 
 %description
 Window Maker is an X11 window manager designed to give additional
@@ -36,7 +34,6 @@
 possible, it reproduces the elegant look and feel of the NeXTSTEP[tm]
 GUI. This package contains development files for WindowMaker libraries
 
-#---------------------------------------------------------------------
 
 %prep
 %setup -q
@@ -44,7 +41,6 @@
 %patch1 -p0 -b .gtk2
 %patch2 -p0 -b .focus
 
-#---------------------------------------------------------------------
 
 %build
 LINGUAS=`(cd po ; echo *.po|sed 's/zh_TW.Big5.po//g;s/.po//g')`
@@ -55,7 +51,6 @@
 # Dont use _smp_mflags. Race condition.
 make
 
-#---------------------------------------------------------------------
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -65,12 +60,10 @@
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/libwraster.la
 
-#---------------------------------------------------------------------
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-#---------------------------------------------------------------------
 
 %files -f '\(WPrefs\|%{name}\|WINGs\)'.lang
 %defattr(-,root,root,-)
@@ -96,7 +89,6 @@
 %{_libdir}/lib*.a
 %{_libdir}/libwraster.so
 
-#---------------------------------------------------------------------
 
 %changelog
 * Fri Nov 28 2003 Dams <anvil[AT]livna.org> - 0:0.80.2-0.fdr.6
@@ -120,5 +112,5 @@
 * Thu Apr 10 2003 Dams <anvil[AT]livna.org> 0:0.80.2-0.fdr.2
 - Added missing Require: for gettext
 
-* Tue Apr  8 2003 Dams <anvil[AT]livna.org> 
+* Tue Apr  8 2003 Dams <anvil[AT]livna.org>
 - Initial build.




More information about the scm-commits mailing list