Accepting request 230275 from home:jones_tony:branches:devel:tools:lttng

OBS-URL: https://build.opensuse.org/request/show/230275
OBS-URL: https://build.opensuse.org/package/show/devel:tools:lttng/lttng-tools?expand=0&rev=7
This commit is contained in:
Tony Jones
2014-04-15 23:01:14 +00:00
committed by Git OBS Bridge
parent 3c4a8dd305
commit 57db95b4d4
4 changed files with 43 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5bd20ac4d8680083db5c0406afd26e97bbf9b3084fbc7f8254b3932105b126dc
size 710789

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:598a57866819b9b96ac8e160a713c5091e911f5d2b95f3887d1c6ac1863a2eed
size 824880

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Apr 15 18:01:30 UTC 2014 - tonyj@suse.com
- Update to version 2.4.1
-------------------------------------------------------------------
Mon Feb 10 17:15:03 UTC 2014 - tonyj@suse.com
- Update to release 2.3.1
-------------------------------------------------------------------
Tue Aug 6 17:38:30 UTC 2013 - tonyj@suse.com

View File

@@ -1,20 +1,43 @@
#
# spec file for package lttng-tools
#
# Copyright (c) 2014 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/
#
Name: lttng-tools
Version: 2.2.3
Version: 2.4.1
Release: 0
License: GPL-2.0 and LGPL-2.1
Source: %{name}-%{version}.tar.bz2
Group: Development/Languages/C and C++
Summary: Linux Trace Toolkit Next Generation 2.0 userspace tools
URL: http://lttng.org/lttng2.0
BuildRequires: pkgconfig libuuid-devel popt-devel lttng-ust-devel liburcu-devel
License: GPL-2.0 and LGPL-2.1
Group: Development/Languages/C and C++
Url: http://lttng.org/lttng2.0
BuildRequires: liburcu-devel
BuildRequires: libuuid-devel
BuildRequires: lttng-ust-devel >= 2.4.0
BuildRequires: pkgconfig
BuildRequires: popt-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 x86_64
Requires: babeltrace
%description
This package provides the userspace tools for controlling the LTTng subsystem
from userspace.
%package -n %{name}-devel
Summary: Linux Trace Toolkit Next Generation 2.0 userspace tools
Group: Development/Languages/C and C++
Requires: %{name} = %{version}-%{release}
@@ -38,6 +61,7 @@ rm -vf %buildroot%{_libdir}/*.la
rm -rf %buildroot
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
@@ -50,16 +74,12 @@ rm -rf %buildroot
%{_bindir}/lttng-sessiond
%{_libdir}/*.so.*
%{_mandir}/man1/lttng.1.gz
%{_mandir}/man3/lttng-health-check.3.gz
%{_mandir}/man8/lttng-sessiond.8.gz
%{_mandir}/man8/lttng-relayd.8.gz
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/ChangeLog
%{_docdir}/%{name}/LICENSE
%{_docdir}/%{name}/quickstart.txt
%{_docdir}/%{name}/calibrate.txt
%{_docdir}/%{name}/python-howto.txt
%{_docdir}/%{name}/streaming-howto.txt
%{_docdir}/%{name}/*.txt
%files -n %{name}-devel
%defattr(-,root,root)