Use '|' instead of '/' as pattern delimiter in sed expressions (Fix FTBFS).

This commit is contained in:
Ralf Corsépius 2015-06-18 07:47:48 +02:00
parent cff6dc2f20
commit 02ccbc089b

View File

@ -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 <corsepiu@fedoraproject.org> - 2:1.3.2-4
- Use '|' instead of '/' as pattern delimiter in sed expressions (Fix FTBFS).
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.3.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild