diff --git a/eog-plugins.SUSE b/eog-plugins.SUSE new file mode 100644 index 0000000..423247c --- /dev/null +++ b/eog-plugins.SUSE @@ -0,0 +1,6 @@ +on openSUSE, the eog-plugins are all split in a package of their own, +which allows GNOME Software to offer individual installation/removal and list them +properly as addons to eog + +This mainpackage does not contain any plugins, but recommends the installation of all +plugins, in order to get you quickly started. diff --git a/eog-plugins.changes b/eog-plugins.changes index 5661ac1..3365bd3 100644 --- a/eog-plugins.changes +++ b/eog-plugins.changes @@ -3,6 +3,8 @@ Wed Mar 18 21:43:28 UTC 2015 - sfalken@opensuse.org - Revised package, to provide individual subpackages for the plugins. +- Add eog-plugins.SUSE to main package, to ensure it is being built + (empty packages are rejected). ------------------------------------------------------------------- Tue Mar 17 08:37:16 UTC 2015 - dimstar@opensuse.org diff --git a/eog-plugins.spec b/eog-plugins.spec index 55da19d..1bf1056 100644 --- a/eog-plugins.spec +++ b/eog-plugins.spec @@ -25,6 +25,7 @@ License: GPL-2.0+ Group: Productivity/Graphics/Viewers Url: http://live.gnome.org/EyeOfGnome/Plugins Source: http://download.gnome.org/sources/eog-plugins/3.15/%{name}-%{version}.tar.xz +Source1: eog-plugins.SUSE BuildRequires: fdupes BuildRequires: intltool >= 0.50.1 BuildRequires: python3 >= 3.2 @@ -164,9 +165,10 @@ Requires: %{name}-data = %{version} %description -n eog-plugin-slideshowshuffle The Eye of Gnome Slideshow Shuffle plugin -%lang_package +%lang_package -n %{name}-data %prep %setup -q +install %{S:1} . translation-update-upstream %build @@ -211,6 +213,10 @@ find %{buildroot} -type f -name "*.la" -delete -print %postun -n eog-plugin-pythonconsole %glib2_gsettings_schema_post +%files +%defattr(-,root,root) +%doc eog-plugins.SUSE + %files -n %{name}-data %defattr(-,root,root) %doc COPYING @@ -304,6 +310,6 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_libdir}/eog/plugins/__pycache__/slideshowshuffle*.pyc %{_libdir}/eog/plugins/__pycache__/slideshowshuffle*.pyo -%files lang -f %{name}.lang +%files -n %{name}-data-lang -f %{name}.lang %changelog