1
0

Accepting request 977869 from home:StevenK:branches:X11:Cinnamon:Factory

- Prepare for Python 3.10 by correcting sitelib install paths.

OBS-URL: https://build.opensuse.org/request/show/977869
OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo-extensions?expand=0&rev=69
This commit is contained in:
andy great 2022-05-21 00:09:01 +00:00 committed by Git OBS Bridge
parent cbf0e9e782
commit c73e202a18
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 18 06:20:05 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Prepare for Python 3.10 by correcting sitelib install paths.
-------------------------------------------------------------------
Thu Nov 18 21:52:53 UTC 2021 - andy great <andythe_great@pm.me>

View File

@ -1,7 +1,7 @@
#
# spec file for package nemo-extensions
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -538,14 +538,14 @@ rm -r %{buildroot}%{_datadir}/licenses/nemo-dropbox/COPYING
%{_datadir}/nemo-python/extensions/nemo-audio-tab.py*
%dir %{_datadir}/nemo-audio-tab
%{_datadir}/nemo-audio-tab/nemo-audio-tab.glade
%{python3_sitelib}/nemo_audio_tab-%{version}-py?.?.egg-info
%{python3_sitelib}/nemo_audio_tab-%{version}-py?.*.egg-info
%files -n nemo-extension-compare
%license nemo-compare/nemo-compare/COPYING*
%doc nemo-compare/debian/changelog
%{_bindir}/nemo-compare-preferences
%{_datadir}/nemo-compare/
%{python3_sitelib}/nemo_compare-%{version}-py?.?.egg-info
%{python3_sitelib}/nemo_compare-%{version}-py?.*.egg-info
%{_datadir}/nemo-python/extensions/nemo-compare.py
%files -n nemo-extension-dropbox
@ -559,7 +559,7 @@ rm -r %{buildroot}%{_datadir}/licenses/nemo-dropbox/COPYING
%license nemo-emblems/COPYING*
%doc nemo-emblems/debian/changelog
%{_datadir}/nemo-python/extensions/nemo-emblems.py*
%{python3_sitelib}/nemo_emblems-%{version}-py?.?.egg-info
%{python3_sitelib}/nemo_emblems-%{version}-py?.*.egg-info
%files -n nemo-extension-fileroller
%license nemo-fileroller/COPYING
@ -580,7 +580,7 @@ rm -r %{buildroot}%{_datadir}/licenses/nemo-dropbox/COPYING
%{_datadir}/icons/hicolor/*/apps/nemo-pastebin.png
%{_datadir}/icons/hicolor/scalable/apps/nemo-pastebin.svg
%{_datadir}/glib-2.0/schemas/nemo-pastebin.gschema.xml
%{python3_sitelib}/nemo_pastebin-%{version}-py?.?.egg-info
%{python3_sitelib}/nemo_pastebin-%{version}-py?.*.egg-info
%files -n nemo-extension-preview -f nemo-preview.lang
%license nemo-preview/COPYING
@ -624,6 +624,6 @@ rm -r %{buildroot}%{_datadir}/licenses/nemo-dropbox/COPYING
%{_datadir}/nemo-terminal/
%{_datadir}/nemo-python/extensions/nemo_terminal.py
%{_datadir}/glib-2.0/schemas/org.nemo.extensions.nemo-terminal.gschema.xml
%{python3_sitelib}/nemo_terminal-%{version}-py?.?.egg-info
%{python3_sitelib}/nemo_terminal-%{version}-py?.*.egg-info
%changelog