Hello community,

here is the log from the commit of package dt for openSUSE:Factory checked in 
at 2018-06-13 15:36:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dt (Old)
 and      /work/SRC/openSUSE:Factory/.dt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dt"

Wed Jun 13 15:36:21 2018 rev:2 rq:614952 version:18.32

Changes:
--------
--- /work/SRC/openSUSE:Factory/dt/dt.changes    2016-10-26 21:48:27.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.dt.new/dt.changes       2018-06-13 
15:37:42.932258482 +0200
@@ -1,0 +2,5 @@
+Thu Jun  7 14:23:25 UTC 2018 - [email protected]
+
+- Modernise spec file with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dt.spec ++++++
--- /var/tmp/diff_new_pack.Fq3Dac/_old  2018-06-13 15:37:45.312170897 +0200
+++ /var/tmp/diff_new_pack.Fq3Dac/_new  2018-06-13 15:37:45.316170749 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dt
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -22,12 +22,11 @@
 Summary:        Generic data test program
 License:        MIT
 Group:          System/Filesystems
-Url:            http://www.scsifaq.org/RMiller_Tools/dt.html
+URL:            http://www.scsifaq.org/RMiller_Tools/dt.html
 Source:         
http://dl.dropboxusercontent.com/u/32363629/Datatest/dt-source-v%{version}.tar.gz
 Patch0:         dt-manpage.patch
 Patch1:         dt-wformat-security.patch
 Patch2:         dt-default-source-define.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 dt is a generic data test program used to verify proper operation of
@@ -52,16 +51,19 @@
 
 %install
 install -d -m 0755 %{buildroot}%{_datadir}/%{name}
-install -D -p -m 0755 build/dt %{buildroot}/%{_bindir}/dt
-install -D -p -m 0644 Documentation/dt.man  %{buildroot}/%{_mandir}/man1/dt.1
-install -p -m 0755 Scripts/dt? %{buildroot}%{_datadir}/%{name}
-install -p -m 0644 data/pattern_* %{buildroot}%{_datadir}/%{name}
+install -Dpm 0755 build/dt \
+  %{buildroot}/%{_bindir}/dt
+install -Dpm 0644 Documentation/dt.man  \
+  %{buildroot}/%{_mandir}/man1/dt.1
+install -pm 0755 Scripts/dt? \
+  %{buildroot}%{_datadir}/%{name}
+install -pm 0644 data/pattern_* \
+  %{buildroot}%{_datadir}/%{name}
 
 %files
-%defattr(-,root,root,-)
-%doc LICENSE
+%license LICENSE
 %{_bindir}/dt
 %{_datadir}/%{name}
-%{_mandir}/man1/dt.1%{ext_man}
+%{_mandir}/man1/dt.1%{?ext_man}
 
 %changelog


Reply via email to