Hello community,

here is the log from the commit of package tardy for openSUSE:Factory checked 
in at 2018-07-06 10:42:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tardy (Old)
 and      /work/SRC/openSUSE:Factory/.tardy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tardy"

Fri Jul  6 10:42:37 2018 rev:3 rq:620727 version:1.28

Changes:
--------
--- /work/SRC/openSUSE:Factory/tardy/tardy.changes      2017-02-03 
20:03:01.899892433 +0100
+++ /work/SRC/openSUSE:Factory/.tardy.new/tardy.changes 2018-07-06 
10:42:42.359204021 +0200
@@ -1,0 +2,6 @@
+Wed Mar 21 16:08:55 UTC 2018 - [email protected]
+
+- Modernise spec file with spec-cleaner
+- Drop some documentation
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tardy.spec ++++++
--- /var/tmp/diff_new_pack.aJmW5k/_old  2018-07-06 10:42:43.583202564 +0200
+++ /var/tmp/diff_new_pack.aJmW5k/_new  2018-07-06 10:42:43.583202564 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tardy
 #
-# Copyright (c) 2017 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
@@ -20,31 +20,26 @@
 Version:        1.28
 Release:        0
 Summary:        Tar Archive Post-Processor
-License:        GPL-3.0 and LGPL-3.0
+License:        GPL-3.0-only AND LGPL-3.0-only
 Group:          Productivity/Archiving/Backup
-Url:            http://tardy.sourceforge.net/
+URL:            http://tardy.sourceforge.net/
 Source0:        
http://sourceforge.net/projects/tardy/files/%{version}/%{name}-%{version}.D001.tar.gz
 BuildRequires:  bison
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
 BuildRequires:  cpio
 BuildRequires:  gcc-c++
 BuildRequires:  groff-full
+BuildRequires:  libboost_headers-devel
 BuildRequires:  libbz2-devel
 BuildRequires:  libexplain-devel
 BuildRequires:  xz-devel
 BuildRequires:  zlib-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-The tardy program is a tar(1) post-processor. It may be used to manipulate the
-file headers in tar(5) archive files in various ways.
+The tardy program is a tar(1) post-processor. It may be used to manipulate
+the file headers in tar(5) archive files in various ways.
 
 %prep
-%setup -q
+%autosetup
 
 %build
 %configure
@@ -52,14 +47,14 @@
 make --jobs 1
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
+rm -rf %{buildroot}%{_datadir}/doc/tardy
 
 %files
-%defattr(-,root,root)
-%doc LICENSE AUTHORS README
+%license LICENSE
+%doc AUTHORS README ./etc/README.pdf ./etc/reference.pdf
 %{_bindir}/tardy
-%{_datadir}/doc/%{name}
-%{_mandir}/man1/tardy.1%{ext_man}
-%{_mandir}/man1/tardy_license.1%{ext_man}
+%{_mandir}/man1/tardy.1%{?ext_man}
+%{_mandir}/man1/tardy_license.1%{?ext_man}
 
 %changelog


Reply via email to