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

Gabriel L. Somlo (somlo) fedora-extras-commits at redhat.com
Fri May 19 19:07:45 UTC 2006


Author: somlo

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

Modified Files:
	wmx.spec 
Log Message:
Don't strip binary during install to preserve debuginfo (bugzilla #192435)



Index: wmx.spec
===================================================================
RCS file: /cvs/extras/rpms/wmx/devel/wmx.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wmx.spec	17 Feb 2006 02:06:46 -0000	1.4
+++ wmx.spec	19 May 2006 19:07:44 -0000	1.5
@@ -1,6 +1,6 @@
 Name: wmx
 Version: 6pl1
-Release: 7%{?dist}
+Release: 8%{?dist}
 Summary: A really simple window manager for X
 License: BSD
 Group: User Interface/X
@@ -35,7 +35,7 @@
 
 %install
 %{__rm} -rf %{buildroot}
-%{__install} -s -D -m 0755 wmx %{buildroot}%{_bindir}/wmx
+%{__install} -D -m 0755 wmx %{buildroot}%{_bindir}/wmx
 %{__install} -d -m 0755 %{buildroot}%{_datadir}/%{name}
 %{__install} -m 0755 wmx-defaults/* %{buildroot}%{_datadir}/%{name}
 %{__chmod} 0644 %{buildroot}%{_datadir}/%{name}/startup
@@ -53,6 +53,9 @@
 %{_sysconfdir}/X11/xinit/Xclients.d/*
 
 %changelog
+* Fri May 19 2006 Gabriel Somlo <somlo at cmu.edu> 6pl1-8
+- Don't strip binary during install to preserve debuginfo (bugzilla #192435)
+
 * Thu Feb 16 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net>
 - Fixed 64-bit build
 




More information about the fedora-extras-commits mailing list