Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
7
.gitignore
vendored
7
.gitignore
vendored
@ -1 +1,6 @@
|
|||||||
SOURCES/libogg-1.3.2.tar.xz
|
libogg-1.2.0.tar.gz
|
||||||
|
/libogg-1.2.2.tar.gz
|
||||||
|
/libogg-1.3.0.tar.xz
|
||||||
|
/libogg-1.3.2.tar.xz
|
||||||
|
/libogg-1.3.3.tar.xz
|
||||||
|
/libogg-1.3.4.tar.xz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
5e525ec6a4135066932935c01d2c309ea5009f8d SOURCES/libogg-1.3.2.tar.xz
|
|
8
gating.yaml
Normal file
8
gating.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation}
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.acceptance-tier.functional}
|
@ -1,14 +1,15 @@
|
|||||||
Summary: The Ogg bitstream file format library
|
Summary: The Ogg bitstream file format library
|
||||||
Name: libogg
|
Name: libogg
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.3.2
|
Version: 1.3.4
|
||||||
Release: 10%{?dist}
|
Release: 6%{?dist}
|
||||||
Group: System Environment/Libraries
|
|
||||||
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: make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libogg is a library for manipulating Ogg bitstream file formats.
|
Libogg is a library for manipulating Ogg bitstream file formats.
|
||||||
@ -18,7 +19,6 @@ Ogg bitstreams.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Files needed for development using libogg
|
Summary: Files needed for development using libogg
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: libogg = %{epoch}:%{version}-%{release}
|
Requires: libogg = %{epoch}:%{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
Requires: automake
|
Requires: automake
|
||||||
@ -32,7 +32,6 @@ needed for development using libogg.
|
|||||||
|
|
||||||
%package devel-docs
|
%package devel-docs
|
||||||
Summary: Documentation for developing Ogg applications
|
Summary: Documentation for developing Ogg applications
|
||||||
Group: Development/Libraries
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
@ -48,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
|
||||||
|
|
||||||
@ -63,8 +62,8 @@ mv $RPM_BUILD_ROOT%{_docdir}/%{name} __installed_docs
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS CHANGES COPYING README
|
%doc AUTHORS CHANGES COPYING README.md
|
||||||
%{_libdir}/libogg.so.*
|
%{_libdir}/libogg.so.0*
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -82,6 +81,39 @@ mv $RPM_BUILD_ROOT%{_docdir}/%{name} __installed_docs
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2:1.3.4-6
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2:1.3.4-5
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.4-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Sep 02 2019 Miroslav Lichvar <mlichvar@redhat.com> 2:1.3.4-1
|
||||||
|
- update to 1.3.4
|
||||||
|
- include soname in file list
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.3-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 20 2018 Miroslav Lichvar <mlichvar@redhat.com> 2:1.3.3-1
|
||||||
|
- update to 1.3.3
|
||||||
|
- add gcc to build requirements
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.2-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.2-10
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.3.2-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
Loading…
Reference in New Issue
Block a user