commit xviewer-plugins for openSUSE:Factory

2016-11-15 Thread h_root
Hello community,

here is the log from the commit of package xviewer-plugins for openSUSE:Factory 
checked in at 2016-11-15 17:59:37

Comparing /work/SRC/openSUSE:Factory/xviewer-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.xviewer-plugins.new (New)


Package is "xviewer-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/xviewer-plugins/xviewer-plugins.changes  
2016-07-01 09:59:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.xviewer-plugins.new/xviewer-plugins.changes 
2016-11-15 17:59:38.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  8 13:01:41 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.2.0:
+  * Remove the hide-titlebar plugin.
+  * Remove the fullscreenbg plugin.
+- Drop xviewer-plugin-hide-titlebar and xviewer-plugin-fullscreenbg.
+
+---

Old:

  xviewer-plugins-1.0.3.tar.gz

New:

  xviewer-plugins-1.2.0.tar.gz



Other differences:
--
++ xviewer-plugins.spec ++
--- /var/tmp/diff_new_pack.wBqZWP/_old  2016-11-15 17:59:39.0 +0100
+++ /var/tmp/diff_new_pack.wBqZWP/_new  2016-11-15 17:59:39.0 +0100
@@ -18,7 +18,7 @@
 
 %define _name   xviewer
 Name:   xviewer-plugins
-Version:1.0.3
+Version:1.2.0
 Release:0
 # FIXME: Add postr BuildRequires when we have a package.
 Summary:A collection of plugins for xviewer
@@ -35,7 +35,7 @@
 BuildRequires:  pkgconfig(clutter-gtk-1.0) >= 1.1.2
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.3.8
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10.0
 BuildRequires:  pkgconfig(libexif) >= 0.6.16
 BuildRequires:  pkgconfig(libgdata)
 BuildRequires:  pkgconfig(libpeas-1.0)
@@ -45,8 +45,6 @@
 Suggests:   %{_name}-plugin-exif-display
 Suggests:   %{_name}-plugin-exif-export-to-folder
 Suggests:   %{_name}-plugin-exif-fit-to-width
-Suggests:   %{_name}-plugin-exif-fullscreenbg
-Suggests:   %{_name}-plugin-exif-hide-titlebar
 Suggests:   %{_name}-plugin-exif-light-theme
 Suggests:   %{_name}-plugin-exif-map
 Suggests:   %{_name}-plugin-exif-postasa
@@ -95,24 +93,6 @@
 %description -n %{_name}-plugin-fit-to-width
 xviewer fit to width plugin
 
-%package -n %{_name}-plugin-fullscreenbg
-Summary:Xviewer fullscreenbg plugin
-Group:  Productivity/Graphics/Viewers
-Requires:   %{name}-data = %{version}
-Provides:   
%{_name}-plugins:%{_libdir}/%{_name}/plugins/fullscreenbg.plugin
-
-%description -n %{_name}-plugin-fullscreenbg
-xviewer Fullscreen Background plugin
-
-%package -n %{_name}-plugin-hide-titlebar
-Summary:Xviewer hide-titlebar plugin
-Group:  Productivity/Graphics/Viewers
-Requires:   %{name}-data = %{version}
-Provides:   
%{_name}-plugins:%{_libdir}/%{_name}/plugins/hide-titlebar.plugin
-
-%description -n %{_name}-plugin-hide-titlebar
-xviewer hide titlebar plugin
-
 %package -n %{_name}-plugin-light-theme
 Summary:Xviewer light-theme plugin
 Group:  Productivity/Graphics/Viewers
@@ -178,7 +158,7 @@
 %configure \
   --with-plugins=all \
   --enable-python
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install
@@ -204,12 +184,6 @@
 %postun -n %{_name}-plugin-fit-to-width
 %glib2_gsettings_schema_post
 
-%post -n %{_name}-plugin-fullscreenbg
-%glib2_gsettings_schema_post
-
-%postun -n %{_name}-plugin-fullscreenbg
-%glib2_gsettings_schema_post
-
 %post -n %{_name}-plugin-pythonconsole
 %glib2_gsettings_schema_post
 
@@ -223,6 +197,7 @@
 %files -n %{name}-data
 %defattr(-,root,root)
 %doc COPYING
+%dir %{_datadir}/%{_name}/
 %dir %{_datadir}/%{_name}/plugins/
 
 %files lang -f %{name}.lang
@@ -230,92 +205,92 @@
 
 %files -n %{_name}-plugin-exif-display
 %defattr(-,root,root)
+%dir %{_libdir}/%{_name}/
+%dir %{_libdir}/%{_name}/plugins/
+%{_libdir}/%{_name}/plugins/exif-display.plugin
+%{_libdir}/%{_name}/plugins/libexif-display.so
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/%{_name}-exif-display.metainfo.xml
-%{_libdir}/%{_name}/plugins/exif-display.plugin
 %{_datadir}/glib-2.0/schemas/org.x.viewer.plugins.exif-display.gschema.xml
-%{_libdir}/%{_name}/plugins/libexif-display.so
 
 %files -n %{_name}-plugin-export-to-folder
 %defattr(-,root,root)
-%dir %{_datadir}/appdata/
-%{_datadir}/appdata/%{_name}-export-to-folder.metainfo.xml
+%dir %{_libdir}/%{_name}/
+%dir %{_libdir}/%{_name}/plugins/
 %{_libdir}/%{_name}/plugins/export-to-folder.plugin
-%{_datadir}/%{_name}/plugins/export-to-folder/
-%{_datadir}/glib-2.0/schemas/org.x.viewer.plugins.export-to-folder.gschema.xml
 %{_libdir}/%{_name}/plugins/export-to-folder.py
 %dir %{_libdir}/%{_name}/plugins/__pycache__/
 

commit xviewer-plugins for openSUSE:Factory

2016-07-01 Thread h_root
Hello community,

here is the log from the commit of package xviewer-plugins for openSUSE:Factory 
checked in at 2016-07-01 09:59:40

Comparing /work/SRC/openSUSE:Factory/xviewer-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.xviewer-plugins.new (New)


Package is "xviewer-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/xviewer-plugins/xviewer-plugins.changes  
2016-04-28 17:02:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.xviewer-plugins.new/xviewer-plugins.changes 
2016-07-01 09:59:45.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 27 20:21:34 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.0.5:
+  * Fix EXIF plugin preferences not loading.
+  * Update translations.
+
+---

Old:

  xviewer-plugins-1.0.2.tar.gz

New:

  xviewer-plugins-1.0.3.tar.gz



Other differences:
--
++ xviewer-plugins.spec ++
--- /var/tmp/diff_new_pack.M5zhKl/_old  2016-07-01 09:59:45.0 +0200
+++ /var/tmp/diff_new_pack.M5zhKl/_new  2016-07-01 09:59:45.0 +0200
@@ -18,7 +18,7 @@
 
 %define _name   xviewer
 Name:   xviewer-plugins
-Version:1.0.2
+Version:1.0.3
 Release:0
 # FIXME: Add postr BuildRequires when we have a package.
 Summary:A collection of plugins for xviewer
@@ -29,7 +29,7 @@
 Source1:%{name}.SUSE
 BuildRequires:  fdupes
 BuildRequires:  gnome-common
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  python3 >= 3.2
 BuildRequires:  pkgconfig(champlain-gtk-0.12) >= 0.9.0
 BuildRequires:  pkgconfig(clutter-gtk-1.0) >= 1.1.2

++ xviewer-plugins-1.0.2.tar.gz -> xviewer-plugins-1.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xviewer-plugins-1.0.2/configure.ac 
new/xviewer-plugins-1.0.3/configure.ac
--- old/xviewer-plugins-1.0.2/configure.ac  2016-04-27 14:40:02.0 
+0200
+++ new/xviewer-plugins-1.0.3/configure.ac  2016-06-25 12:51:55.0 
+0200
@@ -3,7 +3,7 @@
 XVIEWER_MAJOR=3.0.0
 XVIEWER_PLUGINS_MAJOR=3.0.0
 
-AC_INIT([xviewer-plugins], [1.0.2], 
[http://github.com/linuxmint/xviewer-plugins/issues])
+AC_INIT([xviewer-plugins], [1.0.3], 
[http://github.com/linuxmint/xviewer-plugins/issues])
 
 AC_CONFIG_SRCDIR([plugins])
 AC_PREFIX_PROGRAM([xviewer])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xviewer-plugins-1.0.2/debian/changelog 
new/xviewer-plugins-1.0.3/debian/changelog
--- old/xviewer-plugins-1.0.2/debian/changelog  2016-04-27 14:40:02.0 
+0200
+++ new/xviewer-plugins-1.0.3/debian/changelog  2016-06-25 12:51:55.0 
+0200
@@ -1,3 +1,13 @@
+xviewer-plugins (1.0.3) sarah; urgency=medium
+
+  [ muzena ]
+  * Add hr.po
+
+  [ Clement Lefebvre ]
+  * Fixed EXIF plugin preferences not loading
+
+ -- Clement Lefebvre   Sat, 25 Jun 2016 11:51:09 +0100
+
 xviewer-plugins (1.0.2) sarah; urgency=medium
 
   * buil-dep on dh-autoreconf
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xviewer-plugins-1.0.2/plugins/exif-display/xviewer-exif-display-plugin.gresource.xml
 
new/xviewer-plugins-1.0.3/plugins/exif-display/xviewer-exif-display-plugin.gresource.xml
--- 
old/xviewer-plugins-1.0.2/plugins/exif-display/xviewer-exif-display-plugin.gresource.xml
2016-04-27 14:40:02.0 +0200
+++ 
new/xviewer-plugins-1.0.3/plugins/exif-display/xviewer-exif-display-plugin.gresource.xml
2016-06-25 12:51:55.0 +0200
@@ -2,6 +2,6 @@
 
   
 exif-display-config.ui
-exif-display.ui
+exif-display.ui
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xviewer-plugins-1.0.2/po/LINGUAS 
new/xviewer-plugins-1.0.3/po/LINGUAS
--- old/xviewer-plugins-1.0.2/po/LINGUAS2016-04-27 14:40:02.0 
+0200
+++ new/xviewer-plugins-1.0.3/po/LINGUAS2016-06-25 12:51:55.0 
+0200
@@ -21,6 +21,7 @@
 gl
 gu
 he
+hr
 hu
 id
 it
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xviewer-plugins-1.0.2/po/hr.po 
new/xviewer-plugins-1.0.3/po/hr.po
--- old/xviewer-plugins-1.0.2/po/hr.po  1970-01-01 01:00:00.0 +0100
+++ new/xviewer-plugins-1.0.3/po/hr.po  2016-06-25 12:51:55.0 +0200
@@ -0,0 +1,458 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# gogo , 2016.
+msgid ""
+msgstr ""
+"Project-Id-Version: xviewer-plugins\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-04-27 16:34+0200\n"
+"PO-Revision-Date: 2016-04-27 18:17+0200\n"
+"Last-Translator: 

commit xviewer-plugins for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package xviewer-plugins for openSUSE:Factory 
checked in at 2016-04-28 16:57:31

Comparing /work/SRC/openSUSE:Factory/xviewer-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.xviewer-plugins.new (New)


Package is "xviewer-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/xviewer-plugins/xviewer-plugins.changes  
2016-03-26 18:17:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.xviewer-plugins.new/xviewer-plugins.changes 
2016-04-28 17:02:50.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 27 16:43:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.0.2.
+
+---

Old:

  xviewer-plugins-1.0.1.tar.gz

New:

  xviewer-plugins-1.0.2.tar.gz



Other differences:
--
++ xviewer-plugins.spec ++
--- /var/tmp/diff_new_pack.iYCEVf/_old  2016-04-28 17:02:52.0 +0200
+++ /var/tmp/diff_new_pack.iYCEVf/_new  2016-04-28 17:02:52.0 +0200
@@ -18,7 +18,7 @@
 
 %define _name   xviewer
 Name:   xviewer-plugins
-Version:1.0.1
+Version:1.0.2
 Release:0
 # FIXME: Add postr BuildRequires when we have a package.
 Summary:A collection of plugins for xviewer
@@ -29,6 +29,7 @@
 Source1:%{name}.SUSE
 BuildRequires:  fdupes
 BuildRequires:  gnome-common
+BuildRequires:  pkg-config
 BuildRequires:  python3 >= 3.2
 BuildRequires:  pkgconfig(champlain-gtk-0.12) >= 0.9.0
 BuildRequires:  pkgconfig(clutter-gtk-1.0) >= 1.1.2

++ xviewer-plugins-1.0.1.tar.gz -> xviewer-plugins-1.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xviewer-plugins-1.0.1/configure.ac 
new/xviewer-plugins-1.0.2/configure.ac
--- old/xviewer-plugins-1.0.1/configure.ac  2016-02-06 17:49:09.0 
+0100
+++ new/xviewer-plugins-1.0.2/configure.ac  2016-04-27 14:40:02.0 
+0200
@@ -3,7 +3,7 @@
 XVIEWER_MAJOR=3.0.0
 XVIEWER_PLUGINS_MAJOR=3.0.0
 
-AC_INIT([xviewer-plugins], [1.0.1], 
[http://github.com/linuxmint/xviewer-plugins/issues])
+AC_INIT([xviewer-plugins], [1.0.2], 
[http://github.com/linuxmint/xviewer-plugins/issues])
 
 AC_CONFIG_SRCDIR([plugins])
 AC_PREFIX_PROGRAM([xviewer])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xviewer-plugins-1.0.1/debian/changelog 
new/xviewer-plugins-1.0.2/debian/changelog
--- old/xviewer-plugins-1.0.1/debian/changelog  2016-02-06 17:49:09.0 
+0100
+++ new/xviewer-plugins-1.0.2/debian/changelog  2016-04-27 14:40:02.0 
+0200
@@ -1,3 +1,9 @@
+xviewer-plugins (1.0.2) sarah; urgency=medium
+
+  * buil-dep on dh-autoreconf
+
+ -- Clement Lefebvre   Wed, 27 Apr 2016 13:39:25 +0100
+
 xviewer-plugins (1.0.1) sarah; urgency=medium
 
   * Migration
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xviewer-plugins-1.0.1/debian/control 
new/xviewer-plugins-1.0.2/debian/control
--- old/xviewer-plugins-1.0.1/debian/control2016-02-06 17:49:09.0 
+0100
+++ new/xviewer-plugins-1.0.2/debian/control2016-04-27 14:40:02.0 
+0200
@@ -5,6 +5,7 @@
 Build-Depends: cdbs,
gnome-pkg-tools (>= 0.11),
debhelper (>= 8),
+   dh-autoreconf,
autotools-dev,
intltool (>= 0.40.0),
libglib2.0-dev (>= 2.32.0),




commit xviewer-plugins for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package xviewer-plugins for openSUSE:Factory 
checked in at 2016-03-26 15:28:36

Comparing /work/SRC/openSUSE:Factory/xviewer-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.xviewer-plugins.new (New)


Package is "xviewer-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/xviewer-plugins/xviewer-plugins.changes  
2016-02-24 14:25:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.xviewer-plugins.new/xviewer-plugins.changes 
2016-03-26 18:17:07.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar 24 11:35:36 UTC 2016 - sor.ale...@meowr.ru
+
+- Be less explicit about what files from __pycache__/ to include.
+
+---



Other differences:
--
++ xviewer-plugins.spec ++
--- /var/tmp/diff_new_pack.cv3Shz/_old  2016-03-26 18:17:07.0 +0100
+++ /var/tmp/diff_new_pack.cv3Shz/_new  2016-03-26 18:17:07.0 +0100
@@ -244,8 +244,7 @@
 %{_datadir}/glib-2.0/schemas/org.x.viewer.plugins.export-to-folder.gschema.xml
 %{_libdir}/%{_name}/plugins/export-to-folder.py
 %dir %{_libdir}/%{_name}/plugins/__pycache__/
-%{_libdir}/%{_name}/plugins/__pycache__/export-to-folder*.pyc
-%{_libdir}/%{_name}/plugins/__pycache__/export-to-folder*.pyo
+%{_libdir}/%{_name}/plugins/__pycache__/export-to-folder*
 
 %files -n %{_name}-plugin-fit-to-width
 %defattr(-,root,root)
@@ -263,8 +262,7 @@
 %{_datadir}/%{_name}/plugins/fullscreenbg/
 %{_libdir}/%{_name}/plugins/fullscreenbg.py
 %dir %{_libdir}/%{_name}/plugins/__pycache__/
-%{_libdir}/%{_name}/plugins/__pycache__/fullscreenbg*.pyc
-%{_libdir}/%{_name}/plugins/__pycache__/fullscreenbg*.pyo
+%{_libdir}/%{_name}/plugins/__pycache__/fullscreenbg*
 
 %files -n %{_name}-plugin-hide-titlebar
 %defattr(-,root,root)
@@ -317,7 +315,6 @@
 %{_libdir}/%{_name}/plugins/slideshowshuffle.plugin
 %{_libdir}/%{_name}/plugins/slideshowshuffle.py
 %dir %{_libdir}/%{_name}/plugins/__pycache__/
-%{_libdir}/%{_name}/plugins/__pycache__/slideshowshuffle*.pyc
-%{_libdir}/%{_name}/plugins/__pycache__/slideshowshuffle*.pyo
+%{_libdir}/%{_name}/plugins/__pycache__/slideshowshuffle*
 
 %changelog




commit xviewer-plugins for openSUSE:Factory

2016-02-24 Thread h_root
Hello community,

here is the log from the commit of package xviewer-plugins for openSUSE:Factory 
checked in at 2016-02-24 14:25:32

Comparing /work/SRC/openSUSE:Factory/xviewer-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.xviewer-plugins.new (New)


Package is "xviewer-plugins"

Changes:

New Changes file:

--- /dev/null   2016-01-27 19:41:03.648095915 +0100
+++ /work/SRC/openSUSE:Factory/.xviewer-plugins.new/xviewer-plugins.changes 
2016-02-24 14:25:34.0 +0100
@@ -0,0 +1,4 @@
+---
+Sun Feb  7 08:54:23 UTC 2016 - sor.ale...@meowr.ru
+
+- Initial package, based on eog-plugins's package.

New:

  xviewer-plugins-1.0.1.tar.gz
  xviewer-plugins.SUSE
  xviewer-plugins.changes
  xviewer-plugins.spec



Other differences:
--
++ xviewer-plugins.spec ++
#
# spec file for package xviewer-plugins
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define _name   xviewer
Name:   xviewer-plugins
Version:1.0.1
Release:0
# FIXME: Add postr BuildRequires when we have a package.
Summary:A collection of plugins for xviewer
License:GPL-2.0+
Group:  Productivity/Graphics/Viewers
Url:https://github.com/linuxmint/xviewer-plugins
Source: 
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1:%{name}.SUSE
BuildRequires:  fdupes
BuildRequires:  gnome-common
BuildRequires:  python3 >= 3.2
BuildRequires:  pkgconfig(champlain-gtk-0.12) >= 0.9.0
BuildRequires:  pkgconfig(clutter-gtk-1.0) >= 1.1.2
BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
BuildRequires:  pkgconfig(gsettings-desktop-schemas)
BuildRequires:  pkgconfig(gtk+-3.0) >= 3.3.8
BuildRequires:  pkgconfig(libexif) >= 0.6.16
BuildRequires:  pkgconfig(libgdata)
BuildRequires:  pkgconfig(libpeas-1.0)
BuildRequires:  pkgconfig(xviewer)
Requires:   %{_name}
Recommends: %{name}-lang
Suggests:   %{_name}-plugin-exif-display
Suggests:   %{_name}-plugin-exif-export-to-folder
Suggests:   %{_name}-plugin-exif-fit-to-width
Suggests:   %{_name}-plugin-exif-fullscreenbg
Suggests:   %{_name}-plugin-exif-hide-titlebar
Suggests:   %{_name}-plugin-exif-light-theme
Suggests:   %{_name}-plugin-exif-map
Suggests:   %{_name}-plugin-exif-postasa
Suggests:   %{_name}-plugin-exif-pythonconsole
Suggests:   %{_name}-plugin-exif-send-by-mail
Suggests:   %{_name}-plugin-exif-slideshowshuffle
Enhances:   %{_name}
%glib2_gsettings_schema_requires

%description
This package contains plugins for additional features in xviewer.

%package -n %{name}-data
Summary:Common data for xviewer-plugins
Group:  Productivity/Graphics/Viewers
Requires:   %{_name}
BuildArch:  noarch

%description -n %{name}-data
Common data required by all xviewer plugins

%package -n %{_name}-plugin-exif-display
Summary:Xviewer exif-display plugin
Group:  Productivity/Graphics/Viewers
Requires:   %{name}-data = %{version}
Provides:   %{_name}-plugins:%{_libdir}/%{_name}/plugins/exif-display.plugin

%description -n %{_name}-plugin-exif-display
xviewer exif display plugin

%package -n %{_name}-plugin-export-to-folder
Summary:Xviewer export to directory plugin
Group:  Productivity/Graphics/Viewers
Requires:   %{name}-data = %{version}
Provides:   
%{_name}-plugins:%{_libdir}/%{_name}/plugins/export-to-folder.plugin

%description -n %{_name}-plugin-export-to-folder
xviewer export to directory plugin

%package -n %{_name}-plugin-fit-to-width
Summary:Xviewer fit to width plugin
Group:  Productivity/Graphics/Viewers
Requires:   %{name}-data = %{version}
Provides:   %{_name}-plugins:%{_libdir}/%{_name}/plugins/fit-to-width.plugin

%description -n %{_name}-plugin-fit-to-width
xviewer fit to width plugin

%package -n %{_name}-plugin-fullscreenbg
Summary:Xviewer fullscreenbg plugin
Group:  Productivity/Graphics/Viewers
Requires:   %{name}-data = %{version}
Provides: