Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package imake for openSUSE:Factory checked in at 2021-05-20 19:23:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/imake (Old) and /work/SRC/openSUSE:Factory/.imake.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "imake" Thu May 20 19:23:13 2021 rev:10 rq:893440 version:1.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/imake/imake.changes 2019-03-26 22:29:49.345743432 +0100 +++ /work/SRC/openSUSE:Factory/.imake.new.2988/imake.changes 2021-05-20 19:23:25.130353600 +0200 @@ -1,0 +2,5 @@ +Sun May 16 08:18:17 UTC 2021 - Dirk M??ller <[email protected]> + +- modernize spec-file (move license to licensedir) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ imake.spec ++++++ --- /var/tmp/diff_new_pack.iKWUgP/_old 2021-05-20 19:23:25.578351705 +0200 +++ /var/tmp/diff_new_pack.iKWUgP/_new 2021-05-20 19:23:25.578351705 +0200 @@ -1,7 +1,7 @@ # # spec file for package imake # -# Copyright (c) 2019 SUSE LINUX 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,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/ # @@ -22,17 +22,16 @@ Summary: C preprocessor interface to the make utility License: MIT Group: Development/Tools/Building -Url: http://xorg.freedesktop.org/ -Source0: http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2 +URL: https://xorg.freedesktop.org/ +Source0: https://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2 BuildRequires: gcc-c++ -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xproto) -# This was part of the xorg-x11-util-devel package up to version 7.6 -Conflicts: xorg-x11-util-devel <= 7.6 # For Imake.tmpl, Just in case packagers don't know it's in this package. Requires: xorg-cf-files -BuildRoot: %{_tmppath}/%{name}-%{version}-build +# This was part of the xorg-x11-util-devel package up to version 7.6 +Conflicts: xorg-x11-util-devel <= 7.6 %description Imake is used to generate Makefiles from a template, a set of cpp macro @@ -50,14 +49,14 @@ %build %configure --with-config-dir=%{_datadir}/X11/config -make %{?_smp_mflags} +%make_build %install %make_install %files -%defattr(-,root,root) -%doc ChangeLog COPYING README.md +%license COPYING +%doc ChangeLog README.md %{_bindir}/ccmakedep %{_bindir}/cleanlinks %{_bindir}/imake
