From 32a338eec2debaca9607505496edaf50d9118aeb Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 27 Feb 2018 19:47:31 +0100 Subject: [PATCH] Add missing file --- .gitignore | 1 + sources | 1 + vlc.spec | 4 ++++ 3 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 6d32910..08ea01d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ vlc-*.tar.xz +/asm.S diff --git a/sources b/sources index 69626ea..32b1dd7 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ +09a713c9aba8dac5ccb5a982c62ed811 asm.S 32292f9fc6eab0b00432cdd574fc9eae vlc-3.0.1.tar.xz diff --git a/vlc.spec b/vlc.spec index 233572f..88f4275 100644 --- a/vlc.spec +++ b/vlc.spec @@ -48,6 +48,8 @@ License: GPLv2+ Group: Applications/Multimedia URL: http://www.videolan.org Source0: %{vlc_url}/%{?!vlc_rc:%{vlc_vers}/}vlc-%{vlc_vers}%{?vlc_tag}.tar.xz +# Missing file from tarball +Source1: asm.S BuildRequires: desktop-file-utils BuildRequires: libappstream-glib @@ -270,6 +272,8 @@ rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || : ./bootstrap } +install -pm 0644 %{SOURCE1} modules/arm_neon + %build