Hello community, here is the log from the commit of package chrpath for openSUSE:Factory checked in at 2020-03-19 19:45:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chrpath (Old) and /work/SRC/openSUSE:Factory/.chrpath.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chrpath" Thu Mar 19 19:45:40 2020 rev:18 rq:785922 version:0.16 Changes: -------- --- /work/SRC/openSUSE:Factory/chrpath/chrpath.changes 2016-02-18 12:35:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.chrpath.new.3160/chrpath.changes 2020-03-19 19:49:12.668146422 +0100 @@ -1,0 +2,5 @@ +Tue Mar 17 12:20:29 UTC 2020 - Martin Pluskal <[email protected]> + +- Modernise spec file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chrpath.spec ++++++ --- /var/tmp/diff_new_pack.HhqwF9/_old 2020-03-19 19:49:13.420146857 +0100 +++ /var/tmp/diff_new_pack.HhqwF9/_new 2020-03-19 19:49:13.456146877 +0100 @@ -1,7 +1,7 @@ # # spec file for package chrpath # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # 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/ # @@ -20,11 +20,10 @@ Version: 0.16 Release: 0 Summary: Modifies the dynamic library load path of compiled programs and libraries -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Tools/Building -Url: https://alioth.debian.org/projects/chrpath/ +URL: https://alioth.debian.org/projects/chrpath/ Source: https://alioth.debian.org/frs/download.php/file/3979/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Chrpath allows you to modify the dynamic library load path (rpath and @@ -36,15 +35,15 @@ %build %configure -make %{?_smp_mflags} CC="gcc %{optflags}" +%make_build %install -make %{?_smp_mflags} install DESTDIR=%{buildroot} doc_DATA="" +%make_install doc_DATA="" %files -%defattr(-,root,root) -%doc AUTHORS ChangeLog NEWS README +%license COPYING AUTHORS +%doc ChangeLog NEWS README %{_bindir}/chrpath -%{_mandir}/man1/chrpath.1%{ext_man} +%{_mandir}/man1/chrpath.1%{?ext_man} %changelog
