Hello community,

here is the log from the commit of package spacefm for openSUSE:Factory checked 
in at 2017-03-16 09:41:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spacefm (Old)
 and      /work/SRC/openSUSE:Factory/.spacefm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spacefm"

Thu Mar 16 09:41:41 2017 rev:8 rq:478901 version:1.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/spacefm/spacefm.changes  2016-01-26 
10:14:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.spacefm.new/spacefm.changes     2017-03-16 
09:50:50.939621218 +0100
@@ -1,0 +2,5 @@
+Sun Mar 12 20:12:58 UTC 2017 - sor.ale...@meowr.ru
+
+- Explicitly package %{_docdir}/%{name}/.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ spacefm.spec ++++++
--- /var/tmp/diff_new_pack.lFVLyK/_old  2017-03-16 09:50:51.535536826 +0100
+++ /var/tmp/diff_new_pack.lFVLyK/_new  2017-03-16 09:50:51.535536826 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spacefm
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -32,6 +32,7 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gthread-2.0)
@@ -56,7 +57,7 @@
 
 %description
 SpaceFM is a multi-panel tabbed file and desktop manager for GNU/Linux
-with built-in VFS, udev-based device manager, customizable menu system
+with built-in VFS, udev-based device manager, customisable menu system
 and bash integration. SpaceFM is popular among novice and power users
 alike for its stability, speed, convenience and flexibility.
 
@@ -67,19 +68,20 @@
 echo 'tmp_dir=%{_tmppath}' > %{name}.conf
 
 %build
-autoreconf -fi
+NOCONFIGURE=1 ./autogen.sh
 %configure \
   --with-preferable-sudo=%{_bindir}/xdg-su \
 %if %{without restricted}
   --disable-video-thumbnails               \
 %endif
   --htmldir=%{_docdir}/%{name}
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install
+
 %suse_update_desktop_file -G 'Search for Files' %{name}-find GTK System 
Utility FileManager
-%fdupes %{buildroot}
+%fdupes %{buildroot}%{_datadir}/
 %find_lang %{name}
 
 %post
@@ -97,6 +99,7 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING COPYING-LGPL ChangeLog README
+%{_docdir}/%{name}/
 %dir %{_sysconfdir}/%{name}/
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
 %{_bindir}/%{name}*


Reply via email to