Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nmtree for openSUSE:Factory checked in at 2021-11-04 16:09:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nmtree (Old) and /work/SRC/openSUSE:Factory/.nmtree.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nmtree" Thu Nov 4 16:09:56 2021 rev:2 rq:929072 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nmtree/nmtree.changes 2020-09-29 19:02:01.949790186 +0200 +++ /work/SRC/openSUSE:Factory/.nmtree.new.1890/nmtree.changes 2021-11-04 16:10:37.761083970 +0100 @@ -1,0 +2,5 @@ +Wed Oct 27 16:22:44 UTC 2021 - Archie Cobbs <[email protected]> + +- Run spec-cleaner on spec file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nmtree.spec ++++++ --- /var/tmp/diff_new_pack.RzmOHa/_old 2021-11-04 16:10:38.117084178 +0100 +++ /var/tmp/diff_new_pack.RzmOHa/_new 2021-11-04 16:10:38.121084180 +0100 @@ -1,8 +1,7 @@ # # spec file for package nmtree # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright 2020 Archie L. Cobbs <[email protected]> +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +15,15 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: nmtree Version: 1.0.0 Release: 0 Summary: Utility for mapping directory hierarchies License: BSD-3-Clause Group: Productivity/File utilities -Url: https://github.com/archiecobbs/%{name} +URL: https://github.com/archiecobbs/%{name} Source: https://github.com/archiecobbs/%{name}/archive/%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc @@ -46,17 +45,17 @@ %build autoreconf -vfi -I . %configure --program-prefix=n -make %{?_smp_mflags} +%make_build %install %make_install -mv %{buildroot}%{_datadir}/doc/packages/{,n}mtree +mv %{buildroot}%{_docdir}/{,n}mtree %files %attr(0755,root,root) %{_bindir}/%{name} %attr(0644,root,root) %{_mandir}/man5/%{name}.5.gz %attr(0644,root,root) %{_mandir}/man8/%{name}.8.gz %defattr(0644,root,root,0755) -%doc %{_datadir}/doc/packages/%{name} +%doc %{_docdir}/%{name} %changelog
