Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lndir for openSUSE:Factory checked in at 2021-05-20 19:23:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lndir (Old) and /work/SRC/openSUSE:Factory/.lndir.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lndir" Thu May 20 19:23:14 2021 rev:6 rq:893441 version:1.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/lndir/lndir.changes 2012-05-08 11:59:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.lndir.new.2988/lndir.changes 2021-05-20 19:23:25.702351180 +0200 @@ -1,0 +2,5 @@ +Sun May 16 08:33:59 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- modernize spec file (move license to licensedir) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lndir.spec ++++++ --- /var/tmp/diff_new_pack.t9OVCI/_old 2021-05-20 19:23:26.794346560 +0200 +++ /var/tmp/diff_new_pack.t9OVCI/_new 2021-05-20 19:23:26.794346560 +0200 @@ -1,7 +1,7 @@ # # spec file for package lndir # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -12,23 +12,23 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: lndir Version: 1.0.3 Release: 0 -License: MIT Summary: Utility to create a shadow directory of symbolic links to another directory tree -Url: http://xorg.freedesktop.org/ +License: MIT Group: Development/Tools/Building -Source0: http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2 -BuildRequires: pkg-config +URL: https://xorg.freedesktop.org/ +Source0: https://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2 +BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xproto) >= 7.0.17 # This was part of the xorg-x11-util-devel package up to version 7.6 Conflicts: xorg-x11-util-devel <= 7.6 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The lndir program makes a shadow copy of a directory tree, except that @@ -40,14 +40,14 @@ %build %configure -make %{?_smp_mflags} +%make_build %install %make_install %files -%defattr(-,root,root) -%doc ChangeLog COPYING README +%license COPYING +%doc ChangeLog README %{_bindir}/lndir %{_mandir}/man1/lndir.1%{?ext_man}