Use '|' instead of '/' as pattern delimiter in sed expressions (Fix FTBFS).
This commit is contained in:
parent
cff6dc2f20
commit
02ccbc089b
@ -2,7 +2,7 @@ Summary: The Ogg bitstream file format library
|
|||||||
Name: libogg
|
Name: libogg
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.3.2
|
Version: 1.3.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.xiph.org/
|
URL: http://www.xiph.org/
|
||||||
@ -45,8 +45,8 @@ Documentation for developing applications with libogg
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
sed -i "s/-O20/$RPM_OPT_FLAGS/" configure
|
sed -i "s|-O20|$RPM_OPT_FLAGS|" configure
|
||||||
sed -i "s/-ffast-math//" configure
|
sed -i "s|-ffast-math||" configure
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -85,6 +85,9 @@ mv $RPM_BUILD_ROOT%{_docdir}/%{name} __installed_docs
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user