Hello community,

here is the log from the commit of package syncthing-gtk for openSUSE:Factory 
checked in at 2016-04-28 16:56:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syncthing-gtk (Old)
 and      /work/SRC/openSUSE:Factory/.syncthing-gtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syncthing-gtk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/syncthing-gtk/syncthing-gtk.changes      
2016-03-26 18:15:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.syncthing-gtk.new/syncthing-gtk.changes 
2016-04-28 17:00:16.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Apr 17 06:01:14 UTC 2016 - [email protected]
+
+- Remove {caja,nemo,nautilus}-extension-syncthing-gtk:
+  syncthing-gtk handles that by itself (boo#975873).
+
+-------------------------------------------------------------------
@@ -4 +10 @@
-- Update to 0.8.3:
+- Update to 0.8.3 (boo#976937):

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ syncthing-gtk.spec ++++++
--- /var/tmp/diff_new_pack.tQL66x/_old  2016-04-28 17:00:21.000000000 +0200
+++ /var/tmp/diff_new_pack.tQL66x/_new  2016-04-28 17:00:21.000000000 +0200
@@ -42,6 +42,15 @@
 Recommends:     libnotify
 Recommends:     librsvg
 Recommends:     python-pyinotify
+# caja-extension-syncthing-gtk was last used in openSUSE Leap 42.1.
+Provides:       caja-extension-%{name} = %{version}
+Obsoletes:      caja-extension-%{name} < %{version}
+# nautilus-extension-syncthing-gtk was last used in openSUSE Leap 42.1.
+Provides:       nautilus-extension-%{name} = %{version}
+Obsoletes:      nautilus-extension-%{name} < %{version}
+# nemo-extension-syncthing-gtk was last used in openSUSE Leap 42.1.
+Provides:       nemo-extension-%{name} = %{version}
+Obsoletes:      nemo-extension-%{name} < %{version}
 BuildArch:      noarch
 
 %description
@@ -65,68 +74,17 @@
 
 %lang_package
 
-%package -n caja-extension-syncthing-gtk
-Summary:        Syncthing-GTK+ client integrated into Caja
-Group:          System/GUI/Other
-Requires:       caja
-Requires:       python-caja
-Requires:       syncthing-gtk
-Supplements:    packageand(%{name}:caja)
-
-%description -n caja-extension-syncthing-gtk
-Graphical user interface with notification area icon for Syncthing
-based on GTK+ and Python.
-
-This package integrates Syncthing-GTK+ seamlessly into Caja.
-
-%if 0%{?suse_version} > 1320
-%package -n nemo-extension-syncthing-gtk
-Summary:        Syncthing-GTK+ client integrated into Nemo
-Group:          System/GUI/Other
-Requires:       nemo
-Requires:       python-nemo
-Requires:       syncthing-gtk
-Supplements:    packageand(%{name}:nemo)
-
-%description -n nemo-extension-syncthing-gtk
-Graphical user interface with notification area icon for Syncthing
-based on GTK+ and Python.
-
-This package integrates Syncthing-GTK+ seamlessly into Nemo.
-%endif
-
-%package -n nautilus-extension-syncthing-gtk
-Summary:        Syncthing-GTK+ client integrated into Nautilus
-Group:          System/GUI/Other
-Requires:       nautilus
-Requires:       python-nautilus
-Requires:       syncthing-gtk
-Supplements:    packageand(%{name}:nautilus)
-
-%description -n nautilus-extension-syncthing-gtk
-Graphical user interface with notification area icon for Syncthing
-based on GTK+ and Python.
-
-This package integrates Syncthing-GTK+ seamlessly into Nautilus.
-
 %prep
 %setup -q
 sed -i 's/^\(Exec=\).*$/\1%{name}/' %{name}.desktop
 
 %build
-python2 setup.py build_py --nostdownloader
+python2 setup.py build_py \
+  --nostdownloader
 
 %install
-python2 setup.py install --root=%{buildroot}
-
-install -Dm 0644 scripts/syncthing-plugin-caja.py \
-  %{buildroot}%{_datadir}/caja-python/extensions/syncthing-gtk.py
-%if 0%{?suse_version} > 1320
-install -Dm 0644 scripts/syncthing-plugin-nemo.py \
-  %{buildroot}%{_datadir}/nemo-python/extensions/syncthing-gtk.py
-%endif
-install -Dm 0644 scripts/syncthing-plugin-nautilus.py \
-  %{buildroot}%{_datadir}/nautilus-python/extensions/syncthing-gtk.py
+python2 setup.py install \
+  --root=%{buildroot} --prefix=%{_prefix}
 
 # Add execution bit to scripts with shebangs and remove from others.
 find %{buildroot} -type f -name "*.py" | while read py; do
@@ -165,27 +123,4 @@
 %files lang -f %{name}.lang
 %defattr(-,root,root)
 
-%files -n caja-extension-syncthing-gtk
-%defattr(-,root,root)
-%doc LICENSE README.md
-%dir %{_datadir}/caja-python/
-%dir %{_datadir}/caja-python/extensions/
-%{_datadir}/caja-python/extensions/syncthing-gtk.py
-
-%if 0%{?suse_version} > 1320
-%files -n nemo-extension-syncthing-gtk
-%defattr(-,root,root)
-%doc LICENSE README.md
-%dir %{_datadir}/nemo-python/
-%dir %{_datadir}/nemo-python/extensions/
-%{_datadir}/nemo-python/extensions/syncthing-gtk.py
-%endif
-
-%files -n nautilus-extension-syncthing-gtk
-%defattr(-,root,root)
-%doc LICENSE README.md
-%dir %{_datadir}/nautilus-python/
-%dir %{_datadir}/nautilus-python/extensions/
-%{_datadir}/nautilus-python/extensions/syncthing-gtk.py
-
 %changelog


Reply via email to