!3 Update to 0.2.42
From: @starlet-dx Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
82209dc8db
Binary file not shown.
BIN
zvbi-0.2.42.tar.gz
Normal file
BIN
zvbi-0.2.42.tar.gz
Normal file
Binary file not shown.
20
zvbi.spec
20
zvbi.spec
@ -1,16 +1,17 @@
|
|||||||
Name: zvbi
|
Name: zvbi
|
||||||
Version: 0.2.35
|
Version: 0.2.42
|
||||||
Release: 7
|
Release: 1
|
||||||
Summary: A library provides functions to capture and decode VBI data
|
Summary: A library provides functions to capture and decode VBI data
|
||||||
License: LGPLv2+ and GPLv2+ and BSD
|
License: LGPLv2+ and GPLv2+ and BSD
|
||||||
URL: http://zapping.sourceforge.net/ZVBI/index.html
|
URL: https://github.com/zapping-vbi/zvbi
|
||||||
Source0: http://downloads.sourceforge.net/zapping/%{name}-%{version}.tar.bz2
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
Patch0001: %{name}-0.2.24-tvfonts.patch
|
Patch0001: %{name}-0.2.24-tvfonts.patch
|
||||||
Patch0002: %{name}-0.2.25-openfix.patch
|
Patch0002: %{name}-0.2.25-openfix.patch
|
||||||
|
|
||||||
BuildRequires: gcc-c++ doxygen fontconfig gettext >= 0.16.1 libpng-devel
|
BuildRequires: gcc-c++ doxygen fontconfig gettext >= 0.21.0 libpng-devel
|
||||||
BuildRequires: libICE-devel xorg-x11-font-utils systemd-units
|
BuildRequires: libICE-devel xorg-x11-font-utils systemd-units
|
||||||
|
BuildRequires: autoconf automake libtool gettext-devel
|
||||||
|
|
||||||
Requires(post): systemd-units fontconfig
|
Requires(post): systemd-units fontconfig
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd-units
|
||||||
@ -61,6 +62,7 @@ WantedBy=multi-user.target
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -fi
|
||||||
%configure --disable-rpath --enable-v4l --enable-dvb --enable-proxy
|
%configure --disable-rpath --enable-v4l --enable-dvb --enable-proxy
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
@ -111,12 +113,11 @@ if [ "$1" = "0" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc AUTHORS COPYING COPYING.LIB
|
%doc AUTHORS COPYING COPYING.md
|
||||||
%{_bindir}/%{name}*
|
%{_bindir}/%{name}*
|
||||||
%{_sbindir}/zvbid
|
%{_sbindir}/zvbid
|
||||||
%{_unitdir}/zvbid.service
|
%{_unitdir}/zvbid.service
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%exclude %{_initrddir}
|
|
||||||
%dir %{_datadir}/fonts/%{name}
|
%dir %{_datadir}/fonts/%{name}
|
||||||
%{_datadir}/fonts/%{name}/*.gz
|
%{_datadir}/fonts/%{name}/*.gz
|
||||||
%{_datadir}/fonts/%{name}/fonts.dir
|
%{_datadir}/fonts/%{name}/fonts.dir
|
||||||
@ -130,9 +131,12 @@ fi
|
|||||||
%{_libdir}/pkgconfig/%{name}-0.2.pc
|
%{_libdir}/pkgconfig/%{name}-0.2.pc
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc BUGS ChangeLog NEWS README TODO
|
%doc BUGS ChangeLog NEWS README.md TODO
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 04 2023 yaoxin <yao_xin001@hoperun.com> - 0.2.42-1
|
||||||
|
- Update to 0.2.42
|
||||||
|
|
||||||
* Mon Dec 02 2019 Jiangping Hu <hujiangping@huawei.com> - 0.2.35-7
|
* Mon Dec 02 2019 Jiangping Hu <hujiangping@huawei.com> - 0.2.35-7
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user