From 66ae852278496f433606212ce4544d4a968737f5b4dcd70d5e3ed6d89aaede42 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 12 Nov 2008 03:44:10 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ptools?expand=0&rev=1 --- .gitattributes | 23 +++++++++++++++ ptools-0.1.tar.bz2 | 3 ++ ptools.changes | 19 ++++++++++++ ptools.spec | 72 ++++++++++++++++++++++++++++++++++++++++++++++ ready | 0 5 files changed, 117 insertions(+) create mode 100644 .gitattributes create mode 100644 ptools-0.1.tar.bz2 create mode 100644 ptools.changes create mode 100644 ptools.spec create mode 100644 ready diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/ptools-0.1.tar.bz2 b/ptools-0.1.tar.bz2 new file mode 100644 index 0000000..c23713a --- /dev/null +++ b/ptools-0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b956e8e8d50d3e32731a8e17b7e04972087b157a203dd15c2790c84488b4e6b +size 239933 diff --git a/ptools.changes b/ptools.changes new file mode 100644 index 0000000..bc231b6 --- /dev/null +++ b/ptools.changes @@ -0,0 +1,19 @@ +------------------------------------------------------------------- +Mon Nov 10 22:36:48 CET 2008 - jblunck@suse.de + +- Relocate the AT_SYSINFO_EHDR to match the link_map->l_addr +- Check the version of the linker protocol used by the dynamic linker +- Parse section headers when processing executables +- Add pbuildid manual page +- Various cleanups + +------------------------------------------------------------------- +Fri Nov 7 17:33:52 CET 2008 - jblunck@suse.de + +- Add --kernel and --vdso command line. + +------------------------------------------------------------------- +Thu Nov 6 13:40:17 CET 2008 - jblunck@suse.de + +- The initial package of this tools. Only includes pbuildid for the moment. + diff --git a/ptools.spec b/ptools.spec new file mode 100644 index 0000000..b79792c --- /dev/null +++ b/ptools.spec @@ -0,0 +1,72 @@ +# +# spec file for package ptools (Version 0.1) +# +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# 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/ +# + + +Url: ftp://ftp.suse.com/pub/people/jblunck/ptools/ + +Name: ptools +Summary: The process tools collection +Version: 0.1 +Release: 2 +License: GPL v2 or later +Group: Development/Tools/Debuggers +Source: %{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: libelf-devel popt-devel +AutoReqProv: on +#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 + +%prep +%setup -q + +%build +%configure +make %{?jobs:-j%jobs} + +%install +make DESTDIR="$RPM_BUILD_ROOT" install + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc COPYING README +%{_bindir}/pbuildid +%{_mandir}/man1/pbuildid.1* + +%changelog +* Mon Nov 10 2008 jblunck@suse.de +- Relocate the AT_SYSINFO_EHDR to match the link_map->l_addr +- Check the version of the linker protocol used by the dynamic linker +- Parse section headers when processing executables +- Add pbuildid manual page +- Various cleanups +* Fri Nov 07 2008 jblunck@suse.de +- Add --kernel and --vdso command line. +* Thu Nov 06 2008 jblunck@suse.de +- The initial package of this tools. Only includes pbuildid for the moment. diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4