!14 Separate the content related to caja from engrampa

From: @peijiankang 
Reviewed-by: @dou33 
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2024-02-21 02:07:23 +00:00 committed by Gitee
commit 179b5f202d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -14,7 +14,7 @@
Name: engrampa
Version: 1.24.1
Release: 3
Release: 4
Summary: MATE Desktop file archiver
License: GPLv2+ and LGPLv2+
URL: http://mate-desktop.org
@ -39,6 +39,12 @@ Patch1: 0004-fix-engrampa-Fix-decompress-files-with-garbled-chara.patch
Mate File Archiver is an application for creating and viewing archives files,
such as zip, xv, bzip2, cab, rar and other compress formats.
%package -n engrampa-caja
Summary: engrampa-caja
Requires: engrampa
%description -n engrampa-caja
engrampa for caja
%prep
%if 0%{?rel_build}
@ -84,19 +90,23 @@ find %{buildroot} -name "*.la" -exec rm -f {} ';'
%{_bindir}/engrampa
%{_libexecdir}/engrampa
%{_libexecdir}/engrampa-server
%{_libdir}/caja/extensions-2.0/libcaja-engrampa.so
%{_datadir}/engrampa
%{_datadir}/metainfo/engrampa.appdata.xml
%{_datadir}/applications/engrampa.desktop
%{_datadir}/caja/extensions/libcaja-engrampa.caja-extension
%{_datadir}/dbus-1/services/org.mate.Engrampa.service
%{_datadir}/icons/hicolor/*/actions/*.png
%{_datadir}/icons/hicolor/*/apps/*.png
%{_datadir}/icons/hicolor/scalable/apps/*.svg
%{_datadir}/glib-2.0/schemas/org.mate.engrampa.gschema.xml
%files -n engrampa-caja
%{_libdir}/caja/extensions-2.0/libcaja-engrampa.so
%{_datadir}/caja/extensions/libcaja-engrampa.caja-extension
%changelog
* Tue Feb 20 2024 peijiankang <peijiankang@kylinos.cn> - 1.24.1-4
- Separate the content related to caja from the engrampa
* Mon Feb 19 2024 yuanxing <yuanxing@kylinsec.com.cn> - 1.24.1-3
- KYOS-F: enable caja-actions with configure.(#30161)