Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ptools for openSUSE:Factory checked in at 2023-11-09 21:34:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ptools (Old) and /work/SRC/openSUSE:Factory/.ptools.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ptools" Thu Nov 9 21:34:24 2023 rev:17 rq:1124122 version:0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ptools/ptools.changes 2011-09-23 12:42:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ptools.new.17445/ptools.changes 2023-11-09 21:34:39.859262437 +0100 @@ -1,0 +2,5 @@ +Tue Nov 7 21:50:29 UTC 2023 - Dirk Müller <[email protected]> + +- spec-cleaner run + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ptools.spec ++++++ --- /var/tmp/diff_new_pack.d97GYl/_old 2023-11-09 21:34:40.387281895 +0100 +++ /var/tmp/diff_new_pack.d97GYl/_new 2023-11-09 21:34:40.391282042 +0100 @@ -1,7 +1,7 @@ # -# spec file for package ptools (Version 0.1) +# spec file for package ptools # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,36 +12,28 @@ # 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/ # -Url: ftp://ftp.suse.com/pub/people/jblunck/ptools/ - Name: ptools -Summary: The process tools collection Version: 0.1 -Release: 11 -License: GPL-2.0+ +Release: 0 +Summary: The process tools collection +License: GPL-2.0-or-later Group: Development/Tools/Debuggers +URL: ftp://ftp.suse.com/pub/people/jblunck/ptools/ Source: %{name}-%{version}.tar.bz2 Patch0: output-l_addr.diff Patch1: commit-a42a099 -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libelf-devel popt-devel -AutoReqProv: on +BuildRequires: libelf-devel +BuildRequires: popt-devel #ExclusiveArch: %{ix86} x86_64 %description pbuildid dumps the build-ids of an executable, core file or a process, given the pid of that process. - - -Authors: --------- - Jan Blunck <[email protected]> - %prep %setup -q %patch0 -p1 @@ -49,17 +41,14 @@ %build %configure -make %{?_smp_mflags} +%make_build %install -make DESTDIR="$RPM_BUILD_ROOT" install - -%clean -rm -rf $RPM_BUILD_ROOT +%make_install %files -%defattr(-,root,root) -%doc COPYING README +%license COPYING +%doc README %{_bindir}/pbuildid -%{_mandir}/man1/pbuildid.1* +%{_mandir}/man1/pbuildid.1%{?ext_man}
