rpms/openbox/FC-4 openbox.spec,1.12,1.13

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sun Aug 27 02:47:38 UTC 2006


Author: pgordon

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

Modified Files:
	openbox.spec 
Log Message:
Drop undefined version macro in %setup call


Index: openbox.spec
===================================================================
RCS file: /cvs/extras/rpms/openbox/FC-4/openbox.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- openbox.spec	27 Aug 2006 02:43:26 -0000	1.12
+++ openbox.spec	27 Aug 2006 02:47:38 -0000	1.13
@@ -1,6 +1,6 @@
 Name:		openbox
 Version:	3.3
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A highly configurable and standards-compliant X11 window manager
 
 Group:		User Interface/Desktops
@@ -49,7 +49,7 @@
 
 
 %prep
-%setup -q -n "%{name}-%{ob_tarball_version}"
+%setup -q
 
 
 %build
@@ -101,6 +101,9 @@
 
 
 %changelog
+* Sat Aug 26 2006 Peter Gordon <peter at thecodergeek.com> - 3.3-2
+- Drop undefined version macro in %%setup call.
+
 * Sat Aug 26 2006 Peter Gordon <peter at thecodergeek.com> - 3.3-1
 - Update to 3.3 final release from upstream
 - Remove the slew of versioning macros, as it's overkill for this and just adds




More information about the fedora-extras-commits mailing list