Compare commits
No commits in common. "0a085309e766f639f3d872c550c1b88cebf601af" and "c32edb359434c2ee1527567cd7fad0b0437a52d8" have entirely different histories.
0a085309e7
...
c32edb3594
22
kf5-kjs.spec
22
kf5-kjs.spec
@ -1,11 +1,11 @@
|
||||
%undefine __cmake_in_source_build
|
||||
%global framework kjs
|
||||
Name: kf5-%{framework}
|
||||
Version: 5.113.0
|
||||
Version: 5.90.0
|
||||
Release: 1
|
||||
Summary: KDE Frameworks 5 Tier 3 functional module with JavaScript interpreter
|
||||
|
||||
License: GPL-2.0-or-later and BSD
|
||||
License: GPLv2+ and BSD
|
||||
URL: https://invent.kde.org/frameworks/%{framework}
|
||||
|
||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||
@ -50,7 +50,6 @@ popd
|
||||
|
||||
%install
|
||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
|
||||
chmod +x %{buildroot}%{_kf5_datadir}/kf5/kjs/create_hash_table
|
||||
|
||||
%find_lang %{name} --with-man --all-name
|
||||
@ -64,7 +63,7 @@ chmod +x %{buildroot}%{_kf5_datadir}/kf5/kjs/create_hash_table
|
||||
%{_kf5_bindir}/kjs5
|
||||
%{_kf5_libdir}/libKF5JS.so.*
|
||||
%{_kf5_libdir}/libKF5JSApi.so.*
|
||||
%{_mandir}/man1/kjs5.1*
|
||||
%{_mandir}/man1/kjs5.1.gz
|
||||
|
||||
%files devel
|
||||
%dir %{_kf5_datadir}/kf5/kjs/
|
||||
@ -79,21 +78,6 @@ chmod +x %{buildroot}%{_kf5_datadir}/kf5/kjs/create_hash_table
|
||||
%{_kf5_archdatadir}/mkspecs/modules/qt_KJSApi.pri
|
||||
|
||||
%changelog
|
||||
* Mon Jan 08 2024 peijiankang <peijiankang@kylinos.cn> - 5.113.0-1
|
||||
- update verison to 5.113.0
|
||||
|
||||
* Thu Aug 03 2023 konglidong <konglidong@uniontech.com> - 5.108.0-1
|
||||
- update to upstream version 5.108.0
|
||||
|
||||
* Mon Dec 12 2022 wangjunqi <wangjunqi@kylinos.cn> - 5.100.0-1
|
||||
- Update to upstream version 5.100.0
|
||||
|
||||
* Tue Oct 11 2022 misaka00251 <misaka00251@misakanet.cn> - 5.97.0-1
|
||||
- Update to upstream version 5.97.0
|
||||
|
||||
* Tue Jul 05 2022 tanyulong<tanyulong@kylinos.cn> - 5.95.0-1
|
||||
- update to upstream version 5.95.0
|
||||
|
||||
* Sat Feb 12 2022 tanyulong<tanyulong@kylinos.cn> - 5.90.0-1
|
||||
- update to upstream version 5.90.0
|
||||
|
||||
|
||||
Binary file not shown.
BIN
kjs-5.90.0.tar.xz
Normal file
BIN
kjs-5.90.0.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user