Hello community,

here is the log from the commit of package nautilus-terminal for 
openSUSE:Factory checked in at 2018-03-08 10:57:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nautilus-terminal (Old)
 and      /work/SRC/openSUSE:Factory/.nautilus-terminal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nautilus-terminal"

Thu Mar  8 10:57:47 2018 rev:14 rq:582701 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nautilus-terminal/nautilus-terminal.changes      
2014-10-15 08:51:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nautilus-terminal.new/nautilus-terminal.changes 
2018-03-08 10:57:49.056645784 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:37:29 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nautilus-terminal.spec ++++++
--- /var/tmp/diff_new_pack.kGXNbi/_old  2018-03-08 10:57:49.864616578 +0100
+++ /var/tmp/diff_new_pack.kGXNbi/_new  2018-03-08 10:57:49.864616578 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nautilus-terminal
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,14 +17,13 @@
 
 
 %define have_lang 0
-
 Name:           nautilus-terminal
 Version:        1.0
 Release:        0
 Summary:        Integrated Terminal for the Nautilus File Browser
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          System/GUI/GNOME
-Url:            http://software.flogisoft.com/nautilus-terminal/
+URL:            http://software.flogisoft.com/nautilus-terminal/
 Source:         %{name}_%{version}_src.tar.gz
 # PATCH-FIX-UPSTREAM nautilus-terminal-vte2.91.patch dims...@opensuse.org -- 
Fix usage with Vte 2.91.
 Patch0:         nautilus-terminal-vte2.91.patch
@@ -33,12 +32,11 @@
 BuildRequires:  python-nautilus
 BuildRequires:  vte-devel
 Requires:       nautilus
+Recommends:     python-xdg
+BuildArch:      noarch
 %if %{have_lang}
 Recommends:     %{name}-lang
 %endif
-Recommends:     python-xdg
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
 
 %description
 Nautilus Terminal is an integrated terminal for the Nautilus file browser.
@@ -54,9 +52,9 @@
 %patch0 -p1
 fi
 sed -i '
-s:/usr/share/doc:%{_docdir}/%{name}:
-s:/usr/share:%{_datadir}:
-s:/usr/lib:%{_libdir}:
+s:%{_datadir}/doc:%{_docdir}/%{name}:
+s:%{_prefix}/share:%{_datadir}:
+s:%{_prefix}/lib:%{_libdir}:
 ' install.sh
 
 %build
@@ -67,17 +65,12 @@
 %find_lang %{name}
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root)
 %doc %{_docdir}/%{name}/
 %{_datadir}/nautilus-python/extensions/nautilus_terminal.py
 %{_datadir}/nautilus-terminal/
 
 %if %{have_lang}
-
 %files lang -f %{name}.lang
 %endif
 


Reply via email to