rebuilt with debug package and aarch64 build fix [release 1.1.1-3mamba;Wed Dec 09 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 05:16:25 +01:00
parent 2c1e4a7dd3
commit f840a6df06
2 changed files with 15 additions and 26 deletions

View File

@ -1,6 +1,4 @@
# liboggz # liboggz
liboggz provides a simple programming interface for reading and writing Ogg files liboggz provides a simple programming interface for reading and writing Ogg files and streams. Ogg is an interleaving data container developed by Monty at Xiph.Org, originally to support the Ogg Vorbis audio format.
and streams. Ogg is an interleaving data container developed by Monty at
Xiph.Org, originally to support the Ogg Vorbis audio format.

View File

@ -1,6 +1,6 @@
Name: liboggz Name: liboggz
Version: 1.1.1 Version: 1.1.1
Release: 2mamba Release: 3mamba
Summary: Simple programming interface for Ogg files and streams Summary: Simple programming interface for Ogg files and streams
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -35,9 +35,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
# ------------------------------------------------------------------------ # ------------------------------------------------------------------------
%description %description
%{name} provides a simple programming interface for reading and writing Ogg files %{name} provides a simple programming interface for reading and writing Ogg files and streams. Ogg is an interleaving data container developed by Monty at Xiph.Org, originally to support the Ogg Vorbis audio format.
and streams. Ogg is an interleaving data container developed by Monty at
Xiph.Org, originally to support the Ogg Vorbis audio format.
%package devel %package devel
Group: Development/Libraries Group: Development/Libraries
@ -45,11 +43,8 @@ Summary: Libraries and headers for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel %description devel
%{name} provides a simple programming interface for reading and writing Ogg files %{name} provides a simple programming interface for reading and writing Ogg files and streams. Ogg is an interleaving data container developed by Monty at Xiph.Org, originally to support the Ogg Vorbis audio format.
and streams. Ogg is an interleaving data container developed by Monty at This package contains libraries and header files needed for development.
Xiph.Org, originally to support the Ogg Vorbis audio format.
This package contains libraries and header files need for development.
%package static %package static
Group: Development/Libraries Group: Development/Libraries
@ -57,11 +52,8 @@ Summary: Static libraries for %{name}
Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
%description static %description static
%{name} provides a simple programming interface for reading and writing Ogg files %{name} provides a simple programming interface for reading and writing Ogg files and streams. Ogg is an interleaving data container developed by Monty at Xiph.Org, originally to support the Ogg Vorbis audio format.
and streams. Ogg is an interleaving data container developed by Monty at This package contains static libraries needed for development.
Xiph.Org, originally to support the Ogg Vorbis audio format.
This package contains static libraries need for development.
%package tools %package tools
Summary: Various tools using the %{name} library Summary: Various tools using the %{name} library
@ -69,10 +61,7 @@ Group: Development/Tools
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description tools %description tools
%{name} provides a simple programming interface for reading and writing Ogg files %{name} provides a simple programming interface for reading and writing Ogg files and streams. Ogg is an interleaving data container developed by Monty at Xiph.Org, originally to support the Ogg Vorbis audio format.
and streams. Ogg is an interleaving data container developed by Monty at
Xiph.Org, originally to support the Ogg Vorbis audio format.
This package contains various tools using the liboggz library. This package contains various tools using the liboggz library.
%package doc %package doc
@ -81,14 +70,14 @@ Summary: Documentation for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description doc %description doc
%{name} provides a simple programming interface for reading and writing Ogg files %{name} provides a simple programming interface for reading and writing Ogg files and streams. Ogg is an interleaving data container developed by Monty at Xiph.Org, originally to support the Ogg Vorbis audio format.
and streams. Ogg is an interleaving data container developed by Monty at This package contains HTML documentation needed for development.
Xiph.Org, originally to support the Ogg Vorbis audio format.
This package contains HTML documentation need for development. %debug_package
%prep %prep
%setup -q %setup -q
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
%build %build
%configure %configure
@ -98,7 +87,6 @@ This package contains HTML documentation need for development.
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %makeinstall
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -130,6 +118,9 @@ This package contains HTML documentation need for development.
%doc %{_docdir}/liboggz/latex %doc %{_docdir}/liboggz/latex
%changelog %changelog
* Wed Dec 09 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-3mamba
- rebuilt with debug package and aarch64 build fix
* Mon Dec 27 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-2mamba * Mon Dec 27 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-2mamba
- automatic port from devel-gil - automatic port from devel-gil