From f369790f699a00d8dbfe015f89df188a0aa4f46944be5eb1726bdaa43e2dd8bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 11 May 2016 08:45:51 +0000 Subject: [PATCH] Accepting request 394680 from home:derselbst:anmp fix spec file for non opensuse OS OBS-URL: https://build.opensuse.org/request/show/394680 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsndfile?expand=0&rev=54 --- libsndfile.changes | 5 +++++ libsndfile.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libsndfile.changes b/libsndfile.changes index 1295d15..4cd4c15 100644 --- a/libsndfile.changes +++ b/libsndfile.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 10 17:18:51 UTC 2016 - tom.mbrt@googlemail.com + +- Fix spec file to enable builds on non opensuse OS + ------------------------------------------------------------------- Mon Nov 23 17:20:09 CET 2015 - tiwai@suse.de diff --git a/libsndfile.spec b/libsndfile.spec index 627e5c7..cf2dcaa 100644 --- a/libsndfile.spec +++ b/libsndfile.spec @@ -81,7 +81,7 @@ libsndfile library. %build %define warn_flags -W -Wall -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -%if %suse_version < 1200 +%if 0%{?suse_version} < 1200 sed -i -e'/^AM_SILENT_RULES/d' configure.ac %endif autoreconf --force --install