From 02ccbc089bba366d52b061d943726fc9a398f160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Thu, 18 Jun 2015 07:47:48 +0200 Subject: [PATCH] Use '|' instead of '/' as pattern delimiter in sed expressions (Fix FTBFS). --- libogg.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libogg.spec b/libogg.spec index cf747f2..d32c72b 100644 --- a/libogg.spec +++ b/libogg.spec @@ -2,7 +2,7 @@ Summary: The Ogg bitstream file format library Name: libogg Epoch: 2 Version: 1.3.2 -Release: 3%{?dist} +Release: 4%{?dist} Group: System Environment/Libraries License: BSD URL: http://www.xiph.org/ @@ -45,8 +45,8 @@ Documentation for developing applications with libogg %build -sed -i "s/-O20/$RPM_OPT_FLAGS/" configure -sed -i "s/-ffast-math//" configure +sed -i "s|-O20|$RPM_OPT_FLAGS|" configure +sed -i "s|-ffast-math||" configure %configure --disable-static make %{?_smp_mflags} @@ -85,6 +85,9 @@ mv $RPM_BUILD_ROOT%{_docdir}/%{name} __installed_docs %changelog +* Thu Jun 18 2015 Ralf Corsépius - 2:1.3.2-4 +- Use '|' instead of '/' as pattern delimiter in sed expressions (Fix FTBFS). + * Wed Jun 17 2015 Fedora Release Engineering - 2:1.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild