Hello community, here is the log from the commit of package txt2man for openSUSE:Factory checked in at 2018-03-13 10:24:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/txt2man (Old) and /work/SRC/openSUSE:Factory/.txt2man.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "txt2man" Tue Mar 13 10:24:03 2018 rev:3 rq:585859 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/txt2man/txt2man.changes 2017-07-09 13:04:27.956838727 +0200 +++ /work/SRC/openSUSE:Factory/.txt2man.new/txt2man.changes 2018-03-13 10:24:11.473442191 +0100 @@ -1,0 +2,5 @@ +Mon Mar 12 12:13:24 UTC 2018 - [email protected] + +- Modernise spec file using spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ txt2man.spec ++++++ --- /var/tmp/diff_new_pack.9ZE9wf/_old 2018-03-13 10:24:12.225415249 +0100 +++ /var/tmp/diff_new_pack.9ZE9wf/_new 2018-03-13 10:24:12.225415249 +0100 @@ -1,7 +1,7 @@ # # spec file for package txt2man # -# Copyright (c) 2015 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,12 +20,11 @@ Version: 1.6.0 Release: 0 Summary: Convert Flat ASCII Text to man Page Format -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Tools/Doc Generators -Url: https://github.com/mvertes/txt2man +URL: https://github.com/mvertes/txt2man Source0: https://github.com/mvertes/txt2man/archive/%{name}-%{version}.tar.gz Requires: gawk -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description @@ -38,21 +37,21 @@ %build %install -install -Dm 0755 bookman %{buildroot}%{_bindir}/bookman -install -Dm 0755 src2man %{buildroot}%{_bindir}/src2man -install -Dm 0755 txt2man %{buildroot}%{_bindir}/txt2man -install -Dm 0644 bookman.1 %{buildroot}%{_mandir}/man1/bookman.1 -install -Dm 0644 src2man.1 %{buildroot}%{_mandir}/man1/src2man.1 -install -Dm 0644 txt2man.1 %{buildroot}%{_mandir}/man1/txt2man.1 +install -Dpm 0755 bookman %{buildroot}%{_bindir}/bookman +install -Dpm 0755 src2man %{buildroot}%{_bindir}/src2man +install -Dpm 0755 txt2man %{buildroot}%{_bindir}/txt2man +install -Dpm 0644 bookman.1 %{buildroot}%{_mandir}/man1/bookman.1 +install -Dpm 0644 src2man.1 %{buildroot}%{_mandir}/man1/src2man.1 +install -Dpm 0644 txt2man.1 %{buildroot}%{_mandir}/man1/txt2man.1 %files -%defattr(-,root,root,-) -%doc COPYING Changelog README +%license COPYING +%doc Changelog README %{_bindir}/bookman %{_bindir}/src2man %{_bindir}/txt2man -%{_mandir}/man1/bookman.1.* -%{_mandir}/man1/src2man.1.* -%{_mandir}/man1/txt2man.1.* +%{_mandir}/man1/bookman.1%{?ext_man} +%{_mandir}/man1/src2man.1%{?ext_man} +%{_mandir}/man1/txt2man.1%{?ext_man} %changelog
