Browse Source

update to version 6.0.1

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 5 months ago
parent
commit
b3a180234c
  1. 76
      SPECS/nemo-extensions.spec

76
SPECS/nemo-extensions.spec

@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
# Don't bother building debug packages as koji bitches about n-v-r from nemo package
%global debug_package %{nil}
%global debug_package %{nil}
%global cjs_version 6.0.0

Name: nemo-extensions
Version: 5.2.0
Release: 4%{?dist}
Version: 6.0.1
Release: 1%{?dist}
Summary: Extensions for Nemo

License: GPLv2+ and LGPLv2
URL: https://github.com/linuxmint/%{name}
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
Patch0: %{url}/commit/5880e6e692823f45935018c4528ce086daa6c295.patch
Patch1: %{url}/commit/ebe9cf2a7c0262eb638487938a78830d2b86d27c.patch

ExcludeArch: %{ix86}

@ -18,9 +17,8 @@ BuildRequires: make @@ -18,9 +17,8 @@ BuildRequires: make
BuildRequires: desktop-file-utils
BuildRequires: gpgme-devel
BuildRequires: pkgconfig(cryptui-0.0)
BuildRequires: pkgconfig(gnome-keyring-1)
BuildRequires: pkgconfig(gcr-3)
BuildRequires: pkgconfig(libnemo-extension) >= 5.2.0
BuildRequires: pkgconfig(libnemo-extension) >= 6.0.0
BuildRequires: python3-distutils-extra
BuildRequires: python3-devel
BuildRequires: python3-setuptools
@ -30,11 +28,11 @@ BuildRequires: intltool @@ -30,11 +28,11 @@ BuildRequires: intltool
BuildRequires: meson
BuildRequires: pkgconfig(gtk-doc)
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(cjs-1.0) >= 5.2.0
BuildRequires: pkgconfig(cjs-1.0) >= %{cjs_version}
BuildRequires: pkgconfig(xreader-view-1.5)
BuildRequires: pkgconfig(libmusicbrainz5)
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires: pkgconfig(webkit2gtk-4.0)
BuildRequires: pkgconfig(webkit2gtk-4.1)
BuildRequires: pkgconfig(clutter-gtk-1.0)
BuildRequires: pkgconfig(clutter-gst-3.0)
BuildRequires: pkgconfig(gtksourceview-4)
@ -78,7 +76,7 @@ License: GPLv2+ @@ -78,7 +76,7 @@ License: GPLv2+
Obsoletes: python2-nemo < %{version}-%{release}
Obsoletes: python3-nemo < %{version}-%{release}
Provides: python3-nemo = %{version}-%{release}
Requires: nemo >= 4.6.0
Requires: nemo >= 6.0.0
Requires: python3-gobject-base

%description -n nemo-python
@ -108,6 +106,7 @@ Embedded terminal window for Nemo @@ -108,6 +106,7 @@ Embedded terminal window for Nemo
Summary: A quick previewer for Nemo
License: GPLv2+
Requires: nemo
Requires: cjs >= %{cjs_version}

%description -n nemo-preview
Nemo Preview is a GtkClutter and Javascript-based quick previewer
@ -141,7 +140,7 @@ Summary: Context menu comparison extension for nemo @@ -141,7 +140,7 @@ Summary: Context menu comparison extension for nemo
License: GPLv3+
BuildArch: noarch
Requires: nemo-python = %{version}-%{release}
Requires: meld
Recommends: meld

%description -n nemo-compare
Context menu comparison extension for Nemo file manager.
@ -247,13 +246,6 @@ popd @@ -247,13 +246,6 @@ popd

rm -rf %{buildroot}/%{_datadir}/doc/nemo-python/

desktop-file-install \
--delete-original \
--dir=%{buildroot}%{_datadir}/applications \
%{buildroot}/%{_datadir}/applications/nemo-seahorse-pgp-*.desktop

%find_lang nemo-preview

%files -n nemo-audio-tab
%license nemo-audio-tab/COPYING.GPL3
%{_datadir}/nemo-python/extensions/nemo-audio-tab.py
@ -297,7 +289,7 @@ desktop-file-install \ @@ -297,7 +289,7 @@ desktop-file-install \
%{_datadir}/glib-2.0/schemas/org.nemo.extensions.nemo-terminal.gschema.xml
%{python3_sitelib}/nemo_terminal-%{version}-py%{python3_version}.egg-info/

%files -n nemo-preview -f nemo-preview.lang
%files -n nemo-preview
%doc nemo-preview/README
%license nemo-preview/COPYING
%{_bindir}/nemo-preview
@ -328,12 +320,56 @@ desktop-file-install \ @@ -328,12 +320,56 @@ desktop-file-install \
%doc nemo-seahorse/{AUTHORS,COPYING,README,NEWS,ChangeLog}
%{_bindir}/nemo-seahorse-tool
%{_libdir}/nemo/extensions-3.0/libnemo-seahorse.so
%{_datadir}/applications/nemo-seahorse-pgp-*.desktop
%{_datadir}/glib-2.0/schemas/org.nemo.plugins.seahorse*gschema.xml
%{_datadir}/nemo-seahorse/
%{_mandir}/man1/nemo-seahorse-tool.1.*

%changelog
* Wed Dec 20 2023 Leigh Scott <leigh123linux@gmail.com> - 6.0.1-1
- Update to 6.0.1 release

* Thu Nov 30 2023 Leigh Scott <leigh123linux@gmail.com> - 6.0.0-1
- Update to 6.0.0 release

* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.8.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Fri Jul 07 2023 Leigh Scott <leigh123linux@gmail.com> - 5.8.0-3
- Fix nemo-compare missing icons

* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 5.8.0-2
- Rebuilt for Python 3.12

* Fri Jun 02 2023 Leigh Scott <leigh123linux@gmail.com> - 5.8.0-1
- Update to 5.8.0 release

* Thu May 11 2023 Leigh Scott <leigh123linux@gmail.com> - 5.6.0-4
- Switch to webkit2gtk-4.1

* Tue May 09 2023 Leigh Scott <leigh123linux@gmail.com> - 5.6.0-3
- Rebuild for cjs-5.7.0

* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Mon Nov 21 2022 Leigh Scott <leigh123linux@gmail.com> - 5.6.0-1
- Update to 5.6.0 release

* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Wed Jul 20 2022 Leigh Scott <leigh123linux@gmail.com> - 5.4.1-1
- Update to 5.4.1 release

* Tue Jun 21 2022 Lumír Balhar <lbalhar@redhat.com> - 5.4.0-3
- Fix compatibility with the latest setuptools

* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 5.4.0-2
- Rebuilt for Python 3.11

* Sat Jun 11 2022 Leigh Scott <leigh123linux@gmail.com> - 5.4.0-1
- Update to 5.4.0 release

* Mon Jun 06 2022 Leigh Scott <leigh123linux@gmail.com> - 5.2.0-4
- nemo-preview: Fix import error


Loading…
Cancel
Save