Update to upstream version 5.100.0

This commit is contained in:
jxy_git 2022-12-09 15:27:18 +08:00
parent 80f530a824
commit 7c72544d85
3 changed files with 4 additions and 7 deletions

BIN
kcodecs-5.100.0.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@
%global framework kcodecs
Name: kf5-%{framework}
Version: 5.97.0
Version: 5.100.0
Release: 1
Summary: KDE Frameworks 5 Tier 1 addon with string manipulation methods
@ -29,7 +29,6 @@ Requires: kf5-filesystem >= %{majmin}
%description
KDE Frameworks 5 Tier 1 addon with string manipulation methods.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
@ -38,11 +37,9 @@ Requires: qt5-qtbase-devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%autosetup -n %{framework}-%{version}
%build
mkdir %{_target_platform}
pushd %{_target_platform}
@ -51,13 +48,11 @@ popd
%make_build -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%find_lang_kf5 kcodecs5_qt
%ldconfig_scriptlets
%files -f kcodecs5_qt.lang
@ -72,8 +67,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{_kf5_libdir}/cmake/KF5Codecs/
%{_kf5_archdatadir}/mkspecs/modules/qt_KCodecs.pri
%changelog
* Fri Dec 09 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 5.100.0-1
- Update to upstream version 5.100.0
* Mon Sep 05 2022 liweiganga <liweiganga@uniontech.com> - 5.97.0-1
- update to upstream version 5.97.0