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

OBS-URL: https://build.opensuse.org/request/show/230272
OBS-URL: https://build.opensuse.org/package/show/devel:tools:lttng/babeltrace?expand=0&rev=5
This commit is contained in:
Tony Jones 2014-04-15 23:01:18 +00:00 committed by Git OBS Bridge
parent fbc97952c9
commit 2633878018
4 changed files with 40 additions and 9 deletions

View File

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

3
babeltrace-1.2.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:813dffdb8279257e29b5c391ca7aa52caabe8c3b7299653d478cf8788a078fdf
size 984982

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 15 17:50:52 UTC 2014 - tonyj@suse.com
- Update to version 1.2.1
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 6 17:39:51 UTC 2013 - tonyj@suse.com Tue Aug 6 17:39:51 UTC 2013 - tonyj@suse.com

View File

@ -1,12 +1,34 @@
#
# spec file for package babeltrace
#
# 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: babeltrace Name: babeltrace
Version: 1.1.1 Version: 1.2.1
Release: 0 Release: 0
License: GPL-2.0+ and MIT
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Group: Development/Languages/C and C++
Summary: Common Trace Format Babel Tower Summary: Common Trace Format Babel Tower
URL: http://lttng.org/lttng2.0 License: MIT and GPL-2.0
BuildRequires: pkgconfig bison flex glib2-devel popt-devel libuuid-devel Group: Development/Languages/C and C++
Url: http://lttng.org/lttng2.0
BuildRequires: bison
BuildRequires: flex
BuildRequires: glib2-devel
BuildRequires: libuuid-devel
BuildRequires: pkgconfig
BuildRequires: popt-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 x86_64 ExclusiveArch: %ix86 x86_64
@ -25,9 +47,11 @@ Mathieu Desnoyers, EfficiOS Inc.
September 2010 September 2010
%package -n %{name}-devel %package -n %{name}-devel
Summary: Common Trace Format Babel Tower Summary: Common Trace Format Babel Tower
Group: Development/Languages/C and C++ Group: Development/Languages/C and C++
Requires: %{name} = %{version}-%{release} glib2-devel Requires: %{name} = %{version}-%{release}
Requires: glib2-devel
%description -n %{name}-devel %description -n %{name}-devel
This project provides trace read and write libraries, as well as a trace This project provides trace read and write libraries, as well as a trace
@ -60,6 +84,7 @@ cp -R include/babeltrace/* %buildroot%{_prefix}/include/babeltrace
rm -rf %buildroot rm -rf %buildroot
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
@ -78,5 +103,6 @@ rm -rf %buildroot
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/*.a %{_libdir}/*.a
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/pkgconfig/%{name}-ctf.pc
%changelog %changelog