update to 0.2.37 [release 0.2.37-1mamba;Sat Nov 26 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 20:05:39 +01:00
parent 231fba23ad
commit 567542eafe

View File

@ -1,25 +1,20 @@
Name: zvbi Name: zvbi
Version: 0.2.35 Version: 0.2.37
Release: 2mamba Release: 1mamba
Summary: ZVBI provides routines to read from raw Vertical Blanking interval capture devices Summary: ZVBI provides routines to read from raw Vertical Blanking interval capture devices
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://freshmeat.net/projects/libzvbi URL: https://github.com/zapping-vbi/zvbi
Source0: http://downloads.sourceforge.net/sourceforge/zapping/zvbi-%{version}.tar.bz2 Source0: https://github.com/zapping-vbi/zvbi.git/v%{version}/zvbi-%{version}.tar.bz2
Patch0: zvbi-0.2.33-libpng-1.5.patch Patch0: zvbi-0.2.33-libpng-1.5.patch
Patch1: zvbi-0.2.33-glibc-2.17.patch Patch1: zvbi-0.2.33-glibc-2.17.patch
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libpng-devel
BuildRequires: libpthread-stubs-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libXau-devel BuildRequires: libpng-devel
BuildRequires: libxcb-devel
BuildRequires: libXdmcp-devel
BuildRequires: libz-devel BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: pam Requires: pam
@ -48,10 +43,11 @@ This package contains static libraries and header files needed for development.
%debug_package %debug_package
%prep %prep
%setup -q -n zvbi-%{version} %setup -q
#%patch0 -p1 #%patch0 -p1
#%patch1 -p1 #%patch1 -p1
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub #sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
./autogen.sh
%build %build
%configure %configure
@ -90,15 +86,16 @@ sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/*.h %{_includedir}/*.h
%{_libdir}/libzvbi.a %{_libdir}/libzvbi.a
%{_libdir}/libzvbi.la
%{_libdir}/libzvbi.so %{_libdir}/libzvbi.so
%{_libdir}/libzvbi-chains.a %{_libdir}/libzvbi-chains.a
%{_libdir}/libzvbi-chains.la
%{_libdir}/libzvbi-chains.so %{_libdir}/libzvbi-chains.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%doc BUGS ChangeLog INSTALL NEWS README TODO %doc BUGS ChangeLog INSTALL NEWS
%changelog %changelog
* Sat Nov 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.37-1mamba
- update to 0.2.37
* Thu Dec 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.35-2mamba * Thu Dec 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.35-2mamba
- rebuilt with debug package and aarch64 build fix - rebuilt with debug package and aarch64 build fix