New upstream 1.4.0
This commit is contained in:
parent
751ae07b03
commit
d933c4f912
@ -1,20 +1,20 @@
|
|||||||
Name: babeltrace
|
Name: babeltrace
|
||||||
Version: 1.2.4
|
Version: 1.4.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Trace Viewer and Converter, mainly for the Common Trace Format
|
Summary: Trace Viewer and Converter, mainly for the Common Trace Format
|
||||||
License: MIT and GPLv2
|
License: MIT and GPLv2
|
||||||
URL: http://www.efficios.com/babeltrace
|
URL: https://www.efficios.com/babeltrace
|
||||||
Source0: http://www.efficios.com/files/%{name}/%{name}-%{version}.tar.bz2
|
Source0: https://www.efficios.com/files/%{name}/%{name}-%{version}.tar.bz2
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
|
|
||||||
BuildRequires: bison >= 2.4
|
BuildRequires: bison >= 2.4
|
||||||
BuildRequires: flex >= 2.5.35
|
BuildRequires: flex >= 2.5.35
|
||||||
BuildRequires: glib2-devel >= 2.22.0
|
BuildRequires: glib2-devel >= 2.22.0
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: libtool >= 2.2, autoconf, automake
|
|
||||||
BuildRequires: popt-devel >= 1.13
|
BuildRequires: popt-devel >= 1.13
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: swig >= 2.0
|
BuildRequires: swig >= 2.0
|
||||||
|
BuildRequires: elfutils-devel >= 0.154
|
||||||
# For check
|
# For check
|
||||||
BuildRequires: perl-Test-Harness
|
BuildRequires: perl-Test-Harness
|
||||||
Requires: lib%{name}%{?_isa} = %{version}-%{release}
|
Requires: lib%{name}%{?_isa} = %{version}-%{release}
|
||||||
@ -64,9 +64,6 @@ to/from another trace format.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#Re-run libtoolize and autoreconf to remove rpath
|
|
||||||
libtoolize --force --copy
|
|
||||||
autoreconf -v --install --force
|
|
||||||
export PYTHON=%{__python3}
|
export PYTHON=%{__python3}
|
||||||
%configure --disable-static --enable-python-bindings
|
%configure --disable-static --enable-python-bindings
|
||||||
|
|
||||||
@ -108,12 +105,15 @@ rm -f %{buildroot}/%{_pkgdocdir}/std-ext-lib.txt
|
|||||||
%{_libdir}/pkgconfig/babeltrace-ctf.pc
|
%{_libdir}/pkgconfig/babeltrace-ctf.pc
|
||||||
|
|
||||||
%files -n python3-%{name}
|
%files -n python3-%{name}
|
||||||
%{python3_sitelib}/babeltrace.py
|
%{python3_sitearch}/babeltrace.py
|
||||||
%{python3_sitelib}/__pycache__/*
|
%{python3_sitearch}/__pycache__/*
|
||||||
%{python3_sitearch}/
|
%{python3_sitearch}/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 21 2016 Michael Jeanson <mjeanson@efficios.com> - 1.4.0-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-4
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user