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:
parent
01200a9db1
commit
80163ae072
10
libogg.spec
10
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 <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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user