!14 Separate the content related to caja from engrampa
From: @peijiankang Reviewed-by: @dou33 Signed-off-by: @dou33
This commit is contained in:
commit
179b5f202d
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
Name: engrampa
|
Name: engrampa
|
||||||
Version: 1.24.1
|
Version: 1.24.1
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: MATE Desktop file archiver
|
Summary: MATE Desktop file archiver
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: http://mate-desktop.org
|
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,
|
Mate File Archiver is an application for creating and viewing archives files,
|
||||||
such as zip, xv, bzip2, cab, rar and other compress formats.
|
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
|
%prep
|
||||||
%if 0%{?rel_build}
|
%if 0%{?rel_build}
|
||||||
@ -84,19 +90,23 @@ find %{buildroot} -name "*.la" -exec rm -f {} ';'
|
|||||||
%{_bindir}/engrampa
|
%{_bindir}/engrampa
|
||||||
%{_libexecdir}/engrampa
|
%{_libexecdir}/engrampa
|
||||||
%{_libexecdir}/engrampa-server
|
%{_libexecdir}/engrampa-server
|
||||||
%{_libdir}/caja/extensions-2.0/libcaja-engrampa.so
|
|
||||||
%{_datadir}/engrampa
|
%{_datadir}/engrampa
|
||||||
%{_datadir}/metainfo/engrampa.appdata.xml
|
%{_datadir}/metainfo/engrampa.appdata.xml
|
||||||
%{_datadir}/applications/engrampa.desktop
|
%{_datadir}/applications/engrampa.desktop
|
||||||
%{_datadir}/caja/extensions/libcaja-engrampa.caja-extension
|
|
||||||
%{_datadir}/dbus-1/services/org.mate.Engrampa.service
|
%{_datadir}/dbus-1/services/org.mate.Engrampa.service
|
||||||
%{_datadir}/icons/hicolor/*/actions/*.png
|
%{_datadir}/icons/hicolor/*/actions/*.png
|
||||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
||||||
%{_datadir}/glib-2.0/schemas/org.mate.engrampa.gschema.xml
|
%{_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
|
%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
|
* Mon Feb 19 2024 yuanxing <yuanxing@kylinsec.com.cn> - 1.24.1-3
|
||||||
- KYOS-F: enable caja-actions with configure.(#30161)
|
- KYOS-F: enable caja-actions with configure.(#30161)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user