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