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 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.
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.

View File

@ -1,6 +1,6 @@
Name: liboggz
Version: 1.1.1
Release: 2mamba
Release: 3mamba
Summary: Simple programming interface for Ogg files and streams
Group: System/Libraries
Vendor: openmamba
@ -35,9 +35,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
# ------------------------------------------------------------------------
%description
%{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.
%{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.
%package devel
Group: Development/Libraries
@ -45,11 +43,8 @@ Summary: Libraries and headers for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
%{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.
This package contains libraries and header files need for development.
%{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.
This package contains libraries and header files needed for development.
%package static
Group: Development/Libraries
@ -57,11 +52,8 @@ Summary: Static libraries for %{name}
Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
%description static
%{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.
This package contains static libraries need for development.
%{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.
This package contains static libraries needed for development.
%package tools
Summary: Various tools using the %{name} library
@ -69,10 +61,7 @@ Group: Development/Tools
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description tools
%{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.
%{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.
This package contains various tools using the liboggz library.
%package doc
@ -81,14 +70,14 @@ Summary: Documentation for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description doc
%{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.
%{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.
This package contains HTML documentation needed for development.
This package contains HTML documentation need for development.
%debug_package
%prep
%setup -q
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
%build
%configure
@ -98,7 +87,6 @@ This package contains HTML documentation need for development.
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -130,6 +118,9 @@ This package contains HTML documentation need for development.
%doc %{_docdir}/liboggz/latex
%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
- automatic port from devel-gil