From 84ce08722693f1f01c0314e0550660582b68daf2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 26 Apr 2015 12:17:07 +0200 Subject: [PATCH] - make yasm generate proper object format on x32 and enable asm - rel 3 --- libass.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libass.spec b/libass.spec index bffea25..a447ad4 100644 --- a/libass.spec +++ b/libass.spec @@ -2,7 +2,7 @@ Summary: LibASS - SSA/ASS subtitles rendering library Summary(pl.UTF-8): LibASS - biblioteka renderująca napisy SSA/ASS Name: libass Version: 0.12.1 -Release: 2 +Release: 3 License: MIT-like Group: Libraries Source0: http://github.com/libass/libass/releases/download/%{version}/%{name}-%{version}.tar.xz @@ -71,6 +71,10 @@ Statyczna biblioteka LibASS. %prep %setup -q +%ifarch x32 +%{__sed} -i -e 's|-f elf |-f elfx32 |' configure.ac +%endif + %build %{__libtoolize} %{__aclocal} -I m4 @@ -78,9 +82,6 @@ Statyczna biblioteka LibASS. %{__autoheader} %{__automake} %configure \ -%ifarch x32 - --disable-asm \ -%endif --disable-silent-rules %{__make} -- 2.44.0