From fc7a55e137c7f6671e57f69e80167a4dc4ba0581b40196806a6313e252e53d46 Mon Sep 17 00:00:00 2001 From: andy great Date: Mon, 31 May 2021 20:20:44 +0000 Subject: [PATCH 1/5] Accepting request 896442 from home:andythe_great:branches:X11:Cinnamon:Factory - Update to version 5.0.0. * No changelog found. - Remove nemo-seahorse_no-nautilus-conflicts.patch, not using makefile anymore. - Remove nemo-gtkhash_openssl-1.1.patch, gtkhash removed. - Remove nemo-dropbox_no-dropbox-bin.patch, no using makefile, not applicable. - Remove nemo-gtkhash, remove from upstream. OBS-URL: https://build.opensuse.org/request/show/896442 OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo-extensions?expand=0&rev=61 --- nemo-dropbox_no-dropbox-bin.patch | 7 -- nemo-extensions-4.8.0.tar.gz | 3 - nemo-extensions-5.0.0.tar.gz | 3 + nemo-extensions.changes | 12 ++ nemo-extensions.spec | 138 +++++++--------------- nemo-gtkhash_openssl-1.1.patch | 92 --------------- nemo-seahorse_no-nautilus-conflicts.patch | 12 -- 7 files changed, 57 insertions(+), 210 deletions(-) delete mode 100644 nemo-dropbox_no-dropbox-bin.patch delete mode 100644 nemo-extensions-4.8.0.tar.gz create mode 100644 nemo-extensions-5.0.0.tar.gz delete mode 100644 nemo-gtkhash_openssl-1.1.patch delete mode 100644 nemo-seahorse_no-nautilus-conflicts.patch diff --git a/nemo-dropbox_no-dropbox-bin.patch b/nemo-dropbox_no-dropbox-bin.patch deleted file mode 100644 index 3cf6440..0000000 --- a/nemo-dropbox_no-dropbox-bin.patch +++ /dev/null @@ -1,7 +0,0 @@ -diff -ruN a/nemo-dropbox/data/icons/Makefile.am c/nemo-dropbox/data/icons/Makefile.am ---- a/nemo-dropbox/data/icons/Makefile.am 2020-05-13 20:20:10.000000000 +0700 -+++ c/nemo-dropbox/data/icons/Makefile.am 2020-09-26 23:36:50.507877568 +0700 -@@ -1 +1 @@ --SUBDIRS = hicolor nemo-dropbox -\ No newline at end of file -+SUBDIRS = nemo-dropbox diff --git a/nemo-extensions-4.8.0.tar.gz b/nemo-extensions-4.8.0.tar.gz deleted file mode 100644 index f01004e..0000000 --- a/nemo-extensions-4.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b7b85b41c659fe0f93a9b83fadb81a7934c7e7cb2df9eda4a03413b7f5d05c4 -size 741427 diff --git a/nemo-extensions-5.0.0.tar.gz b/nemo-extensions-5.0.0.tar.gz new file mode 100644 index 0000000..13af151 --- /dev/null +++ b/nemo-extensions-5.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ced87ab25408315280e2271026f752c2694942f6da59eaa5ab81ef3f11d65c5 +size 533069 diff --git a/nemo-extensions.changes b/nemo-extensions.changes index a2e84f0..23cf0a3 100644 --- a/nemo-extensions.changes +++ b/nemo-extensions.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon May 31 14:14:38 UTC 2021 - andy great + +- Update to version 5.0.0. + * No changelog found. +- Remove nemo-seahorse_no-nautilus-conflicts.patch, not using + makefile anymore. +- Remove nemo-gtkhash_openssl-1.1.patch, gtkhash removed. +- Remove nemo-dropbox_no-dropbox-bin.patch, no using makefile, not + applicable. +- Remove nemo-gtkhash, remove from upstream. + ------------------------------------------------------------------- Sun Dec 6 19:03:13 UTC 2020 - andy great diff --git a/nemo-extensions.spec b/nemo-extensions.spec index e4e38bc..0fa232d 100644 --- a/nemo-extensions.spec +++ b/nemo-extensions.spec @@ -1,7 +1,7 @@ # # spec file for package nemo-extensions # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,27 +16,21 @@ # -# Disable build for nemo-extension-gtkhash for now, no clue why it cause nemo to segfault. # Do not package nemo-extension-media-columns for now: slows Nemo down. # nemo-extension-terminal 'requires' two versions, confusing typelib finder. %define __requires_exclude typelib\\((Vte))\ = -%define _version 4.0.0 +%define _version 5.0.0 Name: nemo-extensions -Version: 4.8.0 +Version: 5.0.0 Release: 0 Summary: Set of extensions for Nemo, the Cinnamon file manager License: GPL-2.0-only AND GPL-3.0-only AND GPL-3.0-or-later Group: System/GUI/Other URL: https://github.com/linuxmint/nemo-extensions Source: https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -# PATCH-FIX-OPENSUSE nemo-seahorse_no-nautilus-conflicts.patch sor.alexei@meowr.ru -- Strip conflicted with nautilus-extension-seahorse files. -Patch0: nemo-seahorse_no-nautilus-conflicts.patch -# PATCH-FIX-OPENSUSE nemo-dropbox_no-dropbox-bin.patch sor.alexei@meowr.ru -- Strip dropbox binary installation from nemo-dropbox. -Patch1: nemo-dropbox_no-dropbox-bin.patch -# PATCH-FIX-OPENSUSE nemo-gtkhash_openssl-1.1.patch sor.alexei@meowr.ru -- Add basic OpenSSL 1.1+ compatibility in nemo-gtkhash. -Patch3: nemo-gtkhash_openssl-1.1.patch # PATCH-FIX-UPSTREAM nemo-share-prevent-privilege-escalation.patch bsc#1084703 -- Prevent unprivileged users from adding other users to sambashare (commit a831e7b). Patch4: nemo-share-prevent-privilege-escalation.patch +BuildRequires: cmake BuildRequires: fdupes BuildRequires: gettext-runtime BuildRequires: gnome-common @@ -65,7 +59,7 @@ BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) BuildRequires: pkgconfig(gtk-doc) -BuildRequires: pkgconfig(gtksourceview-3.0) +BuildRequires: pkgconfig(gtksourceview-4) BuildRequires: pkgconfig(libmusicbrainz5) BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(nettle) @@ -92,6 +86,7 @@ Set of extensions for Nemo, the Cinnamon file manager. %if 0%{?suse_version} >= 1500 %package -n python3-nemo %else + %package -n python-nemo %endif Summary: Python bindings for the Nemo File manager @@ -218,23 +213,6 @@ Obsoletes: nemo-fileroller < %{version} %description -n nemo-extension-fileroller Nemo-fileroller adds File-roller support to the Nemo file manager. -%package -n nemo-extension-gtkhash -Summary: Nemo extension for computing checksums and more using gtkhash -License: GPL-2.0-or-later -Group: System/GUI/Other -Requires: nemo >= %{_version} -Recommends: %{name}-lang -# nemo-gtkhash was last used in openSUSE 13.2. -Obsoletes: nemo-gtkhash < %{version} -Provides: nemo-gtkhash = %{version} -%glib2_gsettings_schema_requires - -%description -n nemo-extension-gtkhash -The GtkHash extension for nemo which allows users to compute -message digests or checksums using the mhash library. -Currently supported hash functions include MD5, MD6, SHA1, SHA256, -SHA512, RIPEMD, TIGER and WHIRLPOOL. - %package -n nemo-extension-image-converter Summary: Nemo extension to mass resize or rotate images License: GPL-2.0-or-later @@ -382,9 +360,8 @@ export CXXFLAGS="%{optflags} -fcommon" popd pushd nemo-fileroller -NOCONFIGURE=1 ./autogen.sh -%configure -%make_build +%meson +%meson_build popd pushd nemo-python @@ -406,9 +383,8 @@ pushd nemo-emblems popd pushd nemo-image-converter -NOCONFIGURE=1 gnome-autogen.sh -%configure -%make_build +%meson +%meson_build popd pushd nemo-compare @@ -416,45 +392,25 @@ pushd nemo-compare popd pushd nemo-dropbox -NOCONFIGURE=1 ./autogen.sh -%configure -%make_build +%meson +%meson_build popd pushd nemo-repairer -NOCONFIGURE=1 ./autogen.sh -%configure -%make_build +%meson +%meson_build popd pushd nemo-seahorse -NOCONFIGURE=1 ./autogen.sh -%configure -%make_build +%meson +%meson_build popd pushd nemo-share -NOCONFIGURE=1 ./autogen.sh -%configure -%make_build +%meson +%meson_build popd -# pushd nemo-gtkhash -# NOCONFIGURE=1 ./autogen.sh -# %%configure \ -# --with-gtk=3.0 \ -# --enable-linux-crypto \ -# --enable-gcrypt \ -# --enable-libcrypto \ -# --enable-mbedtls \ -# --enable-nettle \ -# --enable-nss \ -# --enable-mhash \ -# --enable-nemo -# -# %%make_build -# popd - pushd nemo-audio-tab %py3_build popd @@ -465,7 +421,7 @@ pushd nemo-pastebin popd pushd nemo-fileroller -%make_install +%meson_install popd pushd nemo-python @@ -485,7 +441,7 @@ pushd nemo-emblems popd pushd nemo-image-converter -%make_install +%meson_install popd pushd nemo-compare @@ -493,25 +449,21 @@ pushd nemo-compare popd pushd nemo-dropbox -%make_install +%meson_install popd pushd nemo-repairer -%make_install +%meson_install popd pushd nemo-seahorse -%make_install +%meson_install popd pushd nemo-share -%make_install +%meson_install popd -# pushd nemo-gtkhash -# %%make_install -# popd - pushd nemo-audio-tab %py3_install popd @@ -519,8 +471,18 @@ popd %find_lang nemo-preview %find_lang nemo-share find %{buildroot} -type f -name "*.la" -delete -print +find %{buildroot} -type f -name "*.a" -delete -print %fdupes %{buildroot}/%{_prefix} +chmod 744 %{buildroot}%{_datadir}/nemo-compare/utils.py +chmod 744 %{buildroot}%{_datadir}/nemo-python/extensions/nemo-audio-tab.py +chmod 744 %{buildroot}%{_datadir}/nemo-python/extensions/nemo-compare.py + +# Manually let install samba from our package manager. +rm -r %{buildroot}%{_datadir}/nemo-share/install-samba + +# Already included. +rm -r %{buildroot}%{_datadir}/licenses/nemo-dropbox/COPYING %if 0%{?suse_version} >= 1500 %post -n python3-nemo -p /sbin/ldconfig @@ -546,14 +508,6 @@ find %{buildroot} -type f -name "*.la" -delete -print %postun -n nemo-extension-share -p /sbin/ldconfig %if 0%{?suse_version} < 1500 -%post -n nemo-extension-gtkhash -/sbin/ldconfig -%glib2_gsettings_schema_post - -%postun -n nemo-extension-gtkhash -/sbin/ldconfig -%glib2_gsettings_schema_postun - %post -n nemo-extension-pastebin %glib2_gsettings_schema_post @@ -570,6 +524,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %if 0%{?suse_version} >= 1500 %files -n python3-nemo %else + %files -n python-nemo %endif %license nemo-python/COPYING @@ -598,9 +553,10 @@ find %{buildroot} -type f -name "*.la" -delete -print %files -n nemo-extension-dropbox %license nemo-dropbox/COPYING %doc nemo-dropbox/AUTHORS nemo-dropbox/debian/changelog -%exclude %{_libdir}/nemo/extensions-3.0/libnemo-dropbox.a %{_libdir}/nemo/extensions-3.0/libnemo-dropbox.so +# /usr/lib64/nemo/extensions-3.0/libnemo-dropbox.so %{_datadir}/nemo-dropbox/ +%{_datadir}/icons/hicolor/symbolic/apps/nemo-dropbox-symbolic.svg %files -n nemo-extension-emblems %license nemo-emblems/COPYING* @@ -611,25 +567,11 @@ find %{buildroot} -type f -name "*.la" -delete -print %files -n nemo-extension-fileroller %license nemo-fileroller/COPYING %doc nemo-fileroller/debian/changelog -%exclude %{_libdir}/nemo/extensions-3.0/libnemo-fileroller.a %{_libdir}/nemo/extensions-3.0/libnemo-fileroller.so -%files -n nemo-extension-gtkhash -%license nemo-gtkhash/COPYING -%doc nemo-gtkhash/AUTHORS nemo-gtkhash/debian/changelog -# %%{_bindir}/gtkhash -# %%{_datadir}/glib-2.0/schemas/app.gtkhash.gschema.xml -# %%dir %%{_datadir}/nemo-gtkhash -# %%{_datadir}/nemo-gtkhash/gtkhash.xml.gz -# %%{_libdir}/nemo/extensions-3.0/libgtkhash-properties.so -# %%{_datadir}/glib-2.0/schemas/org.nemo.extensions.gtkhash.gschema.xml -# %%dir %%{_datadir}/nemo-gtkhash/nautilus -# %%{_datadir}/nemo-gtkhash/nautilus/gtkhash-properties.xml.gz - %files -n nemo-extension-image-converter %license nemo-image-converter/COPYING %doc nemo-image-converter/AUTHORS nemo-image-converter/debian/changelog -%{_libdir}/nemo/extensions-3.0/libnemo-image-converter.so %{_datadir}/nemo-image-converter/ %files -n nemo-extension-pastebin @@ -663,12 +605,16 @@ find %{buildroot} -type f -name "*.la" -delete -print %license nemo-seahorse/COPYING %doc nemo-seahorse/debian/changelog %{_libdir}/nemo/extensions-3.0/libnemo-seahorse.so +%{_datadir}/applications/nemo-seahorse-pgp-*.desktop +%{_datadir}/glib-2.0/schemas/org.nemo.plugins.seahorse.*.xml +%{_mandir}/man1/nemo-seahorse-tool.1%{?ext_man} +%dir %{_datadir}/nemo-seahorse +%{_datadir}/nemo-seahorse/ui %files -n nemo-extension-share -f nemo-share.lang %license nemo-share/COPYING %doc nemo-share/AUTHORS nemo-share/debian/changelog %{_libdir}/nemo/extensions-3.0/libnemo-share.so -%exclude %{_libdir}/nemo/extensions-3.0/libnemo-share.a %{_datadir}/nemo-share/ %{_datadir}/polkit-1/actions/org.nemo.share.samba_install.policy diff --git a/nemo-gtkhash_openssl-1.1.patch b/nemo-gtkhash_openssl-1.1.patch deleted file mode 100644 index 8faebb9..0000000 --- a/nemo-gtkhash_openssl-1.1.patch +++ /dev/null @@ -1,92 +0,0 @@ ---- a/nemo-gtkhash/src/hash/hash-lib-crypto.c 2019-02-08 16:11:14.000000000 +0600 -+++ b/nemo-gtkhash/src/hash/hash-lib-crypto.c 2019-04-26 16:38:09.666130133 +0600 -@@ -34,7 +34,7 @@ - #define LIB_DATA ((struct hash_lib_crypto_s *)func->lib_data) - - struct hash_lib_crypto_s { -- EVP_MD_CTX ctx; -+ EVP_MD_CTX *ctx; - }; - - static const EVP_MD *gtkhash_hash_lib_crypto_get_md(const enum hash_func_e id) -@@ -44,8 +44,10 @@ - return EVP_md4(); - case HASH_FUNC_MD5: - return EVP_md5(); -+#if OPENSSL_VERSION_NUMBER < 0x10100000L - case HASH_FUNC_SHA0: - return EVP_sha(); -+#endif - case HASH_FUNC_SHA1: - return EVP_sha1(); - case HASH_FUNC_RIPEMD160: -@@ -69,9 +71,13 @@ - if (!(md = gtkhash_hash_lib_crypto_get_md(id))) - return false; - -- EVP_MD_CTX_init(&data.ctx); -- bool ret = (EVP_DigestInit_ex(&data.ctx, md, NULL) == 1); -- EVP_MD_CTX_cleanup(&data.ctx); -+ data.ctx = EVP_MD_CTX_init(&data.ctx); -+ bool ret = (EVP_DigestInit_ex(data.ctx, md, NULL) == 1); -+#if OPENSSL_VERSION_NUMBER >= 0x10100000L -+ EVP_MD_CTX_destroy(data.ctx); -+#else -+ EVP_MD_CTX_cleanup(data.ctx); -+#endif - - return ret; - } -@@ -84,37 +90,45 @@ - if (!(md = gtkhash_hash_lib_crypto_get_md(func->id))) - g_assert_not_reached(); - -- EVP_MD_CTX_init(&LIB_DATA->ctx); -+ LIB_DATA->ctx = EVP_MD_CTX_create(); - -- if (EVP_DigestInit_ex(&LIB_DATA->ctx, md, NULL) != 1) -+ if (EVP_DigestInit_ex(LIB_DATA->ctx, md, NULL) != 1) - g_assert_not_reached(); - } - - void gtkhash_hash_lib_crypto_update(struct hash_func_s *func, - const uint8_t *buffer, const size_t size) - { -- EVP_DigestUpdate(&LIB_DATA->ctx, buffer, size); -+ EVP_DigestUpdate(LIB_DATA->ctx, buffer, size); - } - - void gtkhash_hash_lib_crypto_stop(struct hash_func_s *func) - { -- EVP_MD_CTX_cleanup(&LIB_DATA->ctx); -+#if OPENSSL_VERSION_NUMBER >= 0x10100000L -+ EVP_MD_CTX_destroy(LIB_DATA->ctx); -+#else -+ EVP_MD_CTX_cleanup(LIB_DATA->ctx); -+#endif - g_free(LIB_DATA); - } - - uint8_t *gtkhash_hash_lib_crypto_finish(struct hash_func_s *func, size_t *size) - { -- *size = EVP_MD_CTX_size(&LIB_DATA->ctx); -+ *size = EVP_MD_CTX_size(LIB_DATA->ctx); - g_assert(*size > 0); - - uint8_t *digest = g_malloc0(*size); - - unsigned int len; -- if (EVP_DigestFinal_ex(&LIB_DATA->ctx, digest, &len) != 1) -+ if (EVP_DigestFinal_ex(LIB_DATA->ctx, digest, &len) != 1) - g_assert_not_reached(); - g_assert(*size == len); - -- EVP_MD_CTX_cleanup(&LIB_DATA->ctx); -+#if OPENSSL_VERSION_NUMBER >= 0x10100000L -+ EVP_MD_CTX_destroy(LIB_DATA->ctx); -+#else -+ EVP_MD_CTX_cleanup(LIB_DATA->ctx); -+#endif - g_free(LIB_DATA); - - return digest; diff --git a/nemo-seahorse_no-nautilus-conflicts.patch b/nemo-seahorse_no-nautilus-conflicts.patch deleted file mode 100644 index 0415e18..0000000 --- a/nemo-seahorse_no-nautilus-conflicts.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN a/nemo-seahorse/Makefile.am b/nemo-seahorse/Makefile.am ---- a/nemo-seahorse/Makefile.am 2020-05-13 20:20:10.000000000 +0700 -+++ b/nemo-seahorse/Makefile.am 2020-09-26 23:11:34.044931301 +0700 -@@ -1,8 +1,6 @@ - ACLOCAL_AMFLAGS = -I m4 - - SUBDIRS = \ -- data \ -- tool \ - nemo-ext \ - po - From 7371dfe2fdd09b23ee090f87758cd9001d4baddeb402f1443aeba03dcd9d3751 Mon Sep 17 00:00:00 2001 From: andy great Date: Fri, 4 Jun 2021 07:51:31 +0000 Subject: [PATCH 2/5] - Remove cmake. OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo-extensions?expand=0&rev=62 --- nemo-extensions.changes | 1 + nemo-extensions.spec | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/nemo-extensions.changes b/nemo-extensions.changes index 23cf0a3..bf201d6 100644 --- a/nemo-extensions.changes +++ b/nemo-extensions.changes @@ -9,6 +9,7 @@ Mon May 31 14:14:38 UTC 2021 - andy great - Remove nemo-dropbox_no-dropbox-bin.patch, no using makefile, not applicable. - Remove nemo-gtkhash, remove from upstream. +- Remove cmake. ------------------------------------------------------------------- Sun Dec 6 19:03:13 UTC 2020 - andy great diff --git a/nemo-extensions.spec b/nemo-extensions.spec index 0fa232d..78627bf 100644 --- a/nemo-extensions.spec +++ b/nemo-extensions.spec @@ -30,7 +30,6 @@ URL: https://github.com/linuxmint/nemo-extensions Source: https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # PATCH-FIX-UPSTREAM nemo-share-prevent-privilege-escalation.patch bsc#1084703 -- Prevent unprivileged users from adding other users to sambashare (commit a831e7b). Patch4: nemo-share-prevent-privilege-escalation.patch -BuildRequires: cmake BuildRequires: fdupes BuildRequires: gettext-runtime BuildRequires: gnome-common From d344e5f737ac487c1526e6180c3acc0dd7eb8036ed42096c185feabc33e39a20 Mon Sep 17 00:00:00 2001 From: andy great Date: Sat, 5 Jun 2021 22:42:13 +0000 Subject: [PATCH 3/5] OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo-extensions?expand=0&rev=63 --- nemo-extensions-5.0.0.tar.gz | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nemo-extensions-5.0.0.tar.gz b/nemo-extensions-5.0.0.tar.gz index 13af151..00ed398 100644 --- a/nemo-extensions-5.0.0.tar.gz +++ b/nemo-extensions-5.0.0.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ced87ab25408315280e2271026f752c2694942f6da59eaa5ab81ef3f11d65c5 -size 533069 +oid sha256:e9d0e592a8b8bc0a4f0eb5222994f522f0e255f5a0c86e8069933864e2ca7485 +size 533061 From 024c5c8ad847c8a7ccc2f7b46fdb887f3df8563ed87009309a179ba6cb673680 Mon Sep 17 00:00:00 2001 From: andy great Date: Sun, 6 Jun 2021 06:55:59 +0000 Subject: [PATCH 4/5] OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo-extensions?expand=0&rev=64 --- nemo-extensions.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/nemo-extensions.spec b/nemo-extensions.spec index 78627bf..d634d57 100644 --- a/nemo-extensions.spec +++ b/nemo-extensions.spec @@ -553,7 +553,6 @@ rm -r %{buildroot}%{_datadir}/licenses/nemo-dropbox/COPYING %license nemo-dropbox/COPYING %doc nemo-dropbox/AUTHORS nemo-dropbox/debian/changelog %{_libdir}/nemo/extensions-3.0/libnemo-dropbox.so -# /usr/lib64/nemo/extensions-3.0/libnemo-dropbox.so %{_datadir}/nemo-dropbox/ %{_datadir}/icons/hicolor/symbolic/apps/nemo-dropbox-symbolic.svg From 605a7a3ce69e38e7076286b72f830cd259002a546b50162eb26056ec2dffa566 Mon Sep 17 00:00:00 2001 From: andy great Date: Sun, 6 Jun 2021 16:16:42 +0000 Subject: [PATCH 5/5] OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo-extensions?expand=0&rev=65 --- nemo-extensions.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nemo-extensions.spec b/nemo-extensions.spec index d634d57..93290c1 100644 --- a/nemo-extensions.spec +++ b/nemo-extensions.spec @@ -602,7 +602,9 @@ rm -r %{buildroot}%{_datadir}/licenses/nemo-dropbox/COPYING %files -n nemo-extension-seahorse %license nemo-seahorse/COPYING %doc nemo-seahorse/debian/changelog +%{_bindir}/nemo-seahorse-tool %{_libdir}/nemo/extensions-3.0/libnemo-seahorse.so +%{_libdir}/nemo/extensions-3.0/libnemo-image-converter.so %{_datadir}/applications/nemo-seahorse-pgp-*.desktop %{_datadir}/glib-2.0/schemas/org.nemo.plugins.seahorse.*.xml %{_mandir}/man1/nemo-seahorse-tool.1%{?ext_man}