rpms/exaile/devel exaile.spec,1.2,1.3

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Sun Jan 28 22:52:21 UTC 2007


Author: deji

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

Modified Files:
	exaile.spec 
Log Message:
Fixes for empty -debuginfo



Index: exaile.spec
===================================================================
RCS file: /cvs/extras/rpms/exaile/devel/exaile.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- exaile.spec	9 Jan 2007 18:35:48 -0000	1.2
+++ exaile.spec	28 Jan 2007 22:51:51 -0000	1.3
@@ -44,8 +44,11 @@
 
 # remove shebangs from all files as none should be executable scripts
 sed -e '/^#!\//,1 d' -i plugins/*.py
+sed -e '/^\s*strip /d' -i mmkeys/Makefile # fix -debuginfo
 
 %build
+export CFLAGS="$RPM_OPT_FLAGS"
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
@@ -62,6 +65,7 @@
 
 mkdir -p %{buildroot}%{_libdir}/%{name}
 mv %{buildroot}%{_datadir}/%{name}/mmkeys.so %{buildroot}%{_libdir}/%{name}/
+chmod 755 %{buildroot}%{_libdir}/%{name}/mmkeys.so
 
 %clean
 rm -rf %{buildroot}
@@ -76,6 +80,9 @@
 %{_datadir}/exaile/
 
 %changelog
+* Sun Jan 28 2007 Deji Akingunola <dakingun at gmail.com> - 0.2.8-1
+- Fixes for empty debuginfo by Ville Skyttä (Bug #225093)
+
 * Tue Jan 09 2007 Deji Akingunola <dakingun at gmail.com> - 0.2.8-1
 - New release
 




More information about the scm-commits mailing list