SPECS: qemu.spec - use rpmbuild macros that require files to be st...

glen glen at pld-linux.org
Mon Feb 11 18:17:14 CET 2008


Author: glen                         Date: Mon Feb 11 17:17:14 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use rpmbuild macros that require files to be stripped/chrpathed are executable

---- Files affected:
SPECS:
   qemu.spec (1.104 -> 1.105) 

---- Diffs:

================================================================
Index: SPECS/qemu.spec
diff -u SPECS/qemu.spec:1.104 SPECS/qemu.spec:1.105
--- SPECS/qemu.spec:1.104	Mon Feb 11 15:16:17 2008
+++ SPECS/qemu.spec	Mon Feb 11 18:17:09 2008
@@ -71,7 +71,7 @@
 URL:		http://fabrice.bellard.free.fr/qemu/
 %if %{with kernel} && %{with dist_kernel}
 BuildRequires:	kernel%{_alt_kernel}-module-build >= 3:2.6.7
-BuildRequires:	rpmbuild(macros) >= 1.379
+BuildRequires:	rpmbuild(macros) >= 1.431
 %endif
 %if %{with userspace}
 BuildRequires:	SDL-devel >= 1.2.1
@@ -87,9 +87,6 @@
 ExclusiveArch:	%{ix86} %{x8664} %{?with_userspace:ppc}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-# some SPARC boot image in ELF format
-%define		_noautostrip	.*%{_datadir}/qemu/openbios-sparc32
-
 %description
 QEMU is a FAST! processor emulator. By using dynamic translation it
 achieves a reasonnable speed while being easy to port on new host
@@ -262,6 +259,9 @@
 install udev.conf $RPM_BUILD_ROOT/etc/udev/rules.d/kqemu.rules
 %endif
 
+# some SPARC boot image in ELF format
+chmod a-x $RPM_BUILD_ROOT%{_datadir}/qemu/openbios-sparc32
+
 # already packaged
 rm -rf $RPM_BUILD_ROOT%{_docdir}/qemu/qemu-{doc,tech}.html
 
@@ -308,6 +308,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.105  2008-02-11 17:17:09  glen
+- use rpmbuild macros that require files to be stripped/chrpathed are executable
+
 Revision 1.104  2008-02-11 14:16:17  glen
 - gcc4 patches not updated, try without
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qemu.spec?r1=1.104&r2=1.105&f=u



More information about the pld-cvs-commit mailing list