- Update to release 2.0.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools:lttng/lttng-tools?expand=0&rev=2
This commit is contained in:
parent
1c0e3e5424
commit
0d9abbec03
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0e45111c66a0c26b9fee74a82295a5182950fffc184df6f2a7078960ce4f5456
|
|
||||||
size 423123
|
|
3
lttng-tools-2.0.0.tar.bz2
Normal file
3
lttng-tools-2.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:884e1381e2bad97fcf4b9592efd09ad66810863eb88b7e583403279b295513e0
|
||||||
|
size 430492
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 21 23:34:25 UTC 2012 - tonyj@suse.com
|
||||||
|
|
||||||
|
- Update to release 2.0.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 14 16:31:16 UTC 2012 - tonyj@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.0.0-rc2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 27 22:45:58 UTC 2012 - tonyj@suse.com
|
Mon Feb 27 22:45:58 UTC 2012 - tonyj@suse.com
|
||||||
|
|
||||||
|
@ -1,13 +1,12 @@
|
|||||||
%define internal_version 2.0.0-rc1
|
|
||||||
Name: lttng-tools
|
Name: lttng-tools
|
||||||
Version: 2.0.0.rc1
|
Version: 2.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Source: %{name}-%{internal_version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Summary: Linux Trace Toolkit Next Generation 2.x userspace tools
|
Summary: Linux Trace Toolkit Next Generation 2.0 userspace tools
|
||||||
BuildRequires: pkgconfig libuuid-devel popt-devel lttng-ust-devel liburcu-devel
|
BuildRequires: pkgconfig libuuid-devel popt-devel lttng-ust-devel liburcu-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{internal_version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
ExclusiveArch: %ix86 x86_64 ppc ppc64 s390 s390x
|
ExclusiveArch: %ix86 x86_64 ppc ppc64 s390 s390x
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -15,7 +14,7 @@ This package provides the userspace tools for controlling the LTTng subsystem
|
|||||||
from userspace.
|
from userspace.
|
||||||
|
|
||||||
%package -n %{name}-devel
|
%package -n %{name}-devel
|
||||||
Summary: Linux Trace Toolkit Next Generation 2.x userspace tools
|
Summary: Linux Trace Toolkit Next Generation 2.0 userspace tools
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
@ -24,7 +23,7 @@ This package provides the userspace tools for controlling the LTTng subsystem
|
|||||||
from userspace.
|
from userspace.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{internal_version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --docdir=%{_docdir}/%{name}
|
%configure --docdir=%{_docdir}/%{name}
|
||||||
@ -42,8 +41,10 @@ rm -rf %buildroot
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{_libexecdir}/lttng
|
||||||
|
%dir %{_libexecdir}/lttng/libexec
|
||||||
%{_bindir}/lttng
|
%{_bindir}/lttng
|
||||||
%{_bindir}/lttng-consumerd
|
%{_libexecdir}/lttng/libexec/lttng-consumerd
|
||||||
%{_bindir}/lttng-sessiond
|
%{_bindir}/lttng-sessiond
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_mandir}/man1/lttng.1.gz
|
%{_mandir}/man1/lttng.1.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user