Compare commits

..

No commits in common. "327a22d25e60f9abf44b548d7a91c36d66549a35" and "d0ea3416ece2e40a0e35dd9124ab6b61f4e7796e" have entirely different histories.

4 changed files with 11 additions and 32 deletions

BIN
zvbi-0.2.35.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,21 +1,20 @@
Name: zvbi Name: zvbi
Version: 0.2.44 Version: 0.2.35
Release: 1 Release: 7
Summary: A library provides functions to capture and decode VBI data Summary: A library provides functions to capture and decode VBI data
License: GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND BSD-2-Clause AND MIT License: LGPLv2+ and GPLv2+ and BSD
URL: https://github.com/zapping-vbi/zvbi URL: http://zapping.sourceforge.net/ZVBI/index.html
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz Source0: http://downloads.sourceforge.net/zapping/%{name}-%{version}.tar.bz2
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.21.0 libpng-devel BuildRequires: gcc-c++ doxygen fontconfig gettext >= 0.16.1 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 Requires(post): systemd-units fontconfig
Requires(preun): systemd-units Requires(preun): systemd-units
Requires(postun): systemd-units Requires(postun): systemd-units fontconfig
provides: %{name}-fonts = %{version}-%{release} provides: %{name}-fonts = %{version}-%{release}
Obsoletes: %{name}-fonts < %{version}-%{release} Obsoletes: %{name}-fonts < %{version}-%{release}
@ -62,7 +61,6 @@ 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
@ -113,12 +111,12 @@ if [ "$1" = "0" ]; then
fi fi
%files -f %{name}.lang %files -f %{name}.lang
%doc AUTHORS %doc AUTHORS COPYING COPYING.LIB
%license 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
@ -132,24 +130,9 @@ fi
%{_libdir}/pkgconfig/%{name}-0.2.pc %{_libdir}/pkgconfig/%{name}-0.2.pc
%files help %files help
%doc BUGS ChangeLog NEWS README.md TODO %doc BUGS ChangeLog NEWS README TODO
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Wed Mar 26 2025 yaoxin <1024769339@qq.com> - 0.2.44-1
- Update to 0.2.44 for fix CVE-2025-2175
* Tue Mar 18 2025 yaoxin <1024769339@qq.com> - 0.2.42-4
- Fix CVE-2025-2173,CVE-2025-2174,CVE-2025-2176 and CVE-2025-2177
* Sun Feb 04 2024 lvgenggeng <lvgenggeng@uniontech.com> 0.2.42-3
- move license file to prefered dir
* Fri Nov 24 2023 lwg <weigangli99@gmail.com> - 0.2.42-2
- fix uninstall error
* 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

View File

@ -1,4 +0,0 @@
version_control: github
src_repo: zapping-vbi/zvbi
tag_prefix: ^v
seperator: .