diff --git a/libogg.spec b/libogg.spec index 11441ba..90793ad 100644 --- a/libogg.spec +++ b/libogg.spec @@ -2,13 +2,14 @@ Summary: The Ogg bitstream file format library Name: libogg Epoch: 2 Version: 1.3.4 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD URL: http://www.xiph.org/ Source: http://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz BuildRequires: gcc +BuildRequires: make %description 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|-ffast-math||" configure %configure --disable-static -make %{?_smp_mflags} +%make_build %install -make DESTDIR=$RPM_BUILD_ROOT install +%make_install rm -f $RPM_BUILD_ROOT%{_libdir}/*.la @@ -80,6 +81,9 @@ mv $RPM_BUILD_ROOT%{_docdir}/%{name} __installed_docs %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 2:1.3.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 2:1.3.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild