Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/libogg.git#4b88fa9615ac4f388ca39e56dd7ecbd63af5c08a
This commit is contained in:
DistroBaker 2021-02-04 11:23:49 +01:00
parent 01200a9db1
commit 80163ae072

View File

@ -2,13 +2,14 @@ Summary: The Ogg bitstream file format library
Name: libogg Name: libogg
Epoch: 2 Epoch: 2
Version: 1.3.4 Version: 1.3.4
Release: 3%{?dist} Release: 4%{?dist}
License: BSD License: BSD
URL: http://www.xiph.org/ URL: http://www.xiph.org/
Source: http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz Source: http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz
BuildRequires: gcc BuildRequires: gcc
BuildRequires: make
%description %description
Libogg is a library for manipulating Ogg bitstream file formats. Libogg is a library for manipulating Ogg bitstream file formats.
@ -46,11 +47,11 @@ Documentation for developing applications with libogg
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_build
%install %install
make DESTDIR=$RPM_BUILD_ROOT install %make_install
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
@ -80,6 +81,9 @@ mv $RPM_BUILD_ROOT%{_docdir}/%{name} __installed_docs
%changelog %changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.4-3 * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild