]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
- workaround buggy 'file' results, release 3. auto/th/VirtualBox-4_1_8-3
authorPaweł Sikora <pluto@pld-linux.org>
Sat, 7 Jan 2012 18:50:21 +0000 (18:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VirtualBox.spec -> 1.406

VirtualBox.spec

index b8e8a5147e203e5eb0d83d4cc9c5a387d3cf783a..9500332c98ba6b66bc9fcfbe2c93dc70d1e60e18 100644 (file)
@@ -32,7 +32,7 @@
 %define                _enable_debug_packages  0
 %endif
 
-%define                rel             2
+%define                rel             3
 %define                pname           VirtualBox
 Summary:       VirtualBox - x86 hardware virtualizer
 Summary(pl.UTF-8):     VirtualBox - wirtualizator sprzętu x86
@@ -153,6 +153,16 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                outdir          out/%{vbox_platform}/release/bin
 %define                _sbindir        /sbin
 
+# workaround buggy 'file' results:
+#
+# EfiThunk:     \0
+# qt_ro.qm:     \0 "<\270d\030\312\357\234\225\315!\034\277`\241\275\335B"
+# VBoxEFI32.fd: \0
+# VBoxEFI64.fd: \0
+#
+# which lead to 'Stripping ... ELF shared libraries... (...)/nls/qt_ro.qm: File format not recognized'
+%define                _noautostrip    .*%{_libdir}/%{name}/.*
+
 %description
 Oracle VirtualBox is a general-purpose full virtualizer for x86
 hardware. Targeted at server, desktop and embedded use, it is now the
This page took 0.036807 seconds and 4 git commands to generate.