Hello community, here is the log from the commit of package idep for openSUSE:Factory checked in at 2020-03-17 13:11:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/idep (Old) and /work/SRC/openSUSE:Factory/.idep.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "idep" Tue Mar 17 13:11:43 2020 rev:20 rq:785857 version:0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/idep/idep.changes 2015-05-06 11:19:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.idep.new.3160/idep.changes 2020-03-17 13:11:51.137877608 +0100 @@ -1,0 +2,6 @@ +Tue Mar 17 09:24:55 UTC 2020 - Martin Pluskal <[email protected]> + +- Modernise spec file +- Actually build in build phase + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ idep.spec ++++++ --- /var/tmp/diff_new_pack.DQIX8V/_old 2020-03-17 13:11:53.777879635 +0100 +++ /var/tmp/diff_new_pack.DQIX8V/_new 2020-03-17 13:11:53.813879663 +0100 @@ -1,7 +1,7 @@ # # spec file for package idep # -# Copyright (c) 2015 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,9 +20,9 @@ Version: 0.5 Release: 0 Summary: Track the Dependencies in your C or C++ Code -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Languages/C and C++ -Url: http://www.stolk.org +URL: https://www.stolk.org Source: %{name}-%{version}.tar.bz2 Patch0: %{name}-%{version}-configure.diff Patch1: idep-C_headers.patch @@ -33,7 +33,6 @@ BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: libtool -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Idep can be used for checking the dependencies of C++ include files. It @@ -48,23 +47,17 @@ - Detects inclusions that could be pruned %prep -%setup -q -%patch0 -%patch1 -%patch2 -%patch3 -%patch4 -rm -f NEWS +%autosetup -p0 %build -autoreconf -fi +autoreconf -fiv %configure +%make_build %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install %files -%defattr(-, root, root) %doc AUTHORS ChangeLog README %{_bindir}/idep
