Compare commits
10 Commits
fbfd3806f3
...
3fb37e1b88
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3fb37e1b88 | ||
|
|
50f77f5f7e | ||
|
|
f20c146568 | ||
|
|
46e9c0f1d6 | ||
|
|
0443f44b13 | ||
|
|
7a261342ea | ||
|
|
630c54ce83 | ||
|
|
8c91113d4f | ||
|
|
fdf1bca459 | ||
|
|
852399f9e0 |
Binary file not shown.
BIN
ark-23.08.4.tar.xz
Normal file
BIN
ark-23.08.4.tar.xz
Normal file
Binary file not shown.
48
ark.spec
48
ark.spec
@ -1,16 +1,13 @@
|
||||
Name: ark
|
||||
Summary: Archive manager
|
||||
Version: 22.04.2
|
||||
Release: 1
|
||||
Version: 23.08.4
|
||||
Release: 2
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://www.kde.org/applications/utilities/ark/
|
||||
%global revision %(echo %{version} | cut -d. -f3)
|
||||
%if %{revision} >= 50
|
||||
%global stable unstable
|
||||
%else
|
||||
%global stable stable
|
||||
%endif
|
||||
%global majmin %majmin_ver_kf5
|
||||
%global stable %stable_kf5
|
||||
|
||||
Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: bzip2-devel
|
||||
@ -43,7 +40,7 @@ Conflicts: kdeutils-common < 6:4.7.80
|
||||
Conflicts: kde-l10n < 17.03
|
||||
Obsoletes: kdeutils-ark < 6:4.7.80
|
||||
Provides: kdeutils-ark = 6:%{version}-%{release}
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
Requires: bzip2
|
||||
Requires: gzip
|
||||
Requires: unzip
|
||||
@ -61,7 +58,6 @@ Requires: %{name} = %{version}-%{release}
|
||||
Obsoletes: kdeutils-ark-libs < 6:4.7.80
|
||||
Provides: kdeutils-ark-libs = 6:%{version}-%{release}
|
||||
Provides: ark-part = %{version}-%{release}
|
||||
Provides: ark-part%{?_isa} = %{version}-%{release}
|
||||
%description libs
|
||||
%{summary}.
|
||||
|
||||
@ -69,14 +65,12 @@ Provides: ark-part%{?_isa} = %{version}-%{release}
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
mkdir %{_target_platform}
|
||||
pushd %{_target_platform}
|
||||
%{cmake_kf5} ..
|
||||
popd
|
||||
make %{?_smp_mflags} -C %{_target_platform}
|
||||
%{cmake_kf5}
|
||||
%{cmake_build}
|
||||
|
||||
|
||||
%install
|
||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
%{cmake_install}
|
||||
%find_lang %{name} --all-name --with-html --with-man
|
||||
rm -fv %{buildroot}%{_kf5_libdir}/libkerfuffle.so
|
||||
|
||||
@ -86,6 +80,7 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.ark.deskt
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING*
|
||||
%{_sysconfdir}/xdg/arkrc
|
||||
%{_kf5_datadir}/qlogging-categories5/%{name}*
|
||||
%{_kf5_bindir}/ark
|
||||
%{_kf5_datadir}/config.kcfg/ark.kcfg
|
||||
@ -93,19 +88,36 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.ark.deskt
|
||||
%{_kf5_datadir}/applications/org.kde.ark.desktop
|
||||
%{_kf5_datadir}/icons/hicolor/*/apps/ark.*
|
||||
%{_mandir}/man1/ark.1*
|
||||
%{_kf5_datadir}/kconf_update/ark.upd
|
||||
%{_kf5_datadir}/kconf_update/ark_add_hamburgermenu_to_toolbar.sh
|
||||
%{_kf5_datadir}/kservices5/ark_part.desktop
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files libs
|
||||
%{_kf5_libdir}/libkerfuffle.so.*
|
||||
%{_kf5_plugindir}/parts/arkpart.so
|
||||
%{_kf5_datadir}/kservices5/ark_part.desktop
|
||||
%{_kf5_qtplugindir}/kerfuffle/
|
||||
%{_kf5_plugindir}/kio_dnd/extracthere.so
|
||||
%{_kf5_plugindir}/kfileitemaction/compressfileitemaction.so
|
||||
%{_kf5_plugindir}/kfileitemaction/extractfileitemaction.so
|
||||
%{_kf5_datadir}/kservicetypes5/kerfufflePlugin.desktop
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 15 2024 ChenYanpan <chenyanpan@xfusion.com> - 23.08.4-2
|
||||
- adapt to the new CMake macros to fix build failure
|
||||
|
||||
* Wed Jan 10 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 23.08.4-1
|
||||
- Update package to version 23.08.4
|
||||
|
||||
* Fri Aug 04 2023 yajun<yajun@kylinos.cn> - 23.04.3-1
|
||||
- update to upstream version 23.04.3
|
||||
|
||||
* Fri May 12 2023 peijiankang<peijiankang@kylinos.cn> - 22.12.0-1
|
||||
- update to upstream version 22.12.0
|
||||
|
||||
* Thu Dec 15 2022 tanyulong<tanyulong@kylinos.cn> - 22.08.3-1
|
||||
- update to upstream version 22.08.3
|
||||
|
||||
* Tue Jul 5 2022 peijiankang<peijiankang@kylinos.cn> - 22.04.2-1
|
||||
- update to upstream version 22.04.2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user