forked from pool/eog-plugins
Accepting request 374817 from GNOME:Next
- Fix files section to be more tolerant. OBS-URL: https://build.opensuse.org/request/show/374817 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/eog-plugins?expand=0&rev=83
This commit is contained in:
parent
556df65915
commit
c4d21951db
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 18 09:55:24 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Fix files section to be more tolerant.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 9 21:37:29 UTC 2015 - zaitor@opensuse.org
|
Mon Nov 9 21:37:29 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package eog-plugins
|
# spec file for package eog-plugins
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -249,8 +249,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_datadir}/eog/plugins/export-to-folder/
|
%{_datadir}/eog/plugins/export-to-folder/
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.eog.plugins.export-to-folder.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.eog.plugins.export-to-folder.gschema.xml
|
||||||
%{_libdir}/eog/plugins/export-to-folder.py
|
%{_libdir}/eog/plugins/export-to-folder.py
|
||||||
%{_libdir}/eog/plugins/__pycache__/export-to-folder*.pyc
|
%{_libdir}/eog/plugins/__pycache__/export-to-folder*
|
||||||
%{_libdir}/eog/plugins/__pycache__/export-to-folder*.pyo
|
|
||||||
|
|
||||||
%files -n eog-plugin-fit-to-width
|
%files -n eog-plugin-fit-to-width
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -265,8 +264,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_datadir}/glib-2.0/schemas/org.gnome.eog.plugins.fullscreenbg.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.eog.plugins.fullscreenbg.gschema.xml
|
||||||
%{_datadir}/eog/plugins/fullscreenbg/
|
%{_datadir}/eog/plugins/fullscreenbg/
|
||||||
%{_libdir}/eog/plugins/fullscreenbg.py
|
%{_libdir}/eog/plugins/fullscreenbg.py
|
||||||
%{_libdir}/eog/plugins/__pycache__/fullscreenbg*.pyc
|
%{_libdir}/eog/plugins/__pycache__/fullscreenbg*
|
||||||
%{_libdir}/eog/plugins/__pycache__/fullscreenbg*.pyo
|
|
||||||
|
|
||||||
%files -n eog-plugin-hide-titlebar
|
%files -n eog-plugin-hide-titlebar
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -291,8 +289,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_datadir}/appdata/eog-maximize-windows.metainfo.xml
|
%{_datadir}/appdata/eog-maximize-windows.metainfo.xml
|
||||||
%{_libdir}/eog/plugins/maximize-windows.plugin
|
%{_libdir}/eog/plugins/maximize-windows.plugin
|
||||||
%{_libdir}/eog/plugins/maximize-windows.py
|
%{_libdir}/eog/plugins/maximize-windows.py
|
||||||
%{_libdir}/eog/plugins/__pycache__/maximize-windows*.pyc
|
%{_libdir}/eog/plugins/__pycache__/maximize-windows*
|
||||||
%{_libdir}/eog/plugins/__pycache__/maximize-windows*.pyo
|
|
||||||
|
|
||||||
%files -n eog-plugin-postasa
|
%files -n eog-plugin-postasa
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -319,8 +316,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_datadir}/appdata/eog-slideshowshuffle.metainfo.xml
|
%{_datadir}/appdata/eog-slideshowshuffle.metainfo.xml
|
||||||
%{_libdir}/eog/plugins/slideshowshuffle.plugin
|
%{_libdir}/eog/plugins/slideshowshuffle.plugin
|
||||||
%{_libdir}/eog/plugins/slideshowshuffle.py
|
%{_libdir}/eog/plugins/slideshowshuffle.py
|
||||||
%{_libdir}/eog/plugins/__pycache__/slideshowshuffle*.pyc
|
%{_libdir}/eog/plugins/__pycache__/slideshowshuffle*
|
||||||
%{_libdir}/eog/plugins/__pycache__/slideshowshuffle*.pyo
|
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user