]> git.pld-linux.org Git - packages/babeltrace.git/blobdiff - babeltrace.spec
rebuild with python 3.10
[packages/babeltrace.git] / babeltrace.spec
index 3c0d06c08c558f452fffaf1ab6dcd4c199509e8a..95e7d93771965106638519305a20dfa9bd4da423 100644 (file)
@@ -5,16 +5,18 @@
 Summary:       Trace Format Babel Tower
 Summary(pl.UTF-8):     Wieża Babel formatów narzędzi śledzących
 Name:          babeltrace
-Version:       1.5.6
-Release:       1
+# keep 1.x here, babeltrace2 is separate project (see babeltrace2.spec)
+Version:       1.5.8
+Release:       4
 License:       MIT
 Group:         Applications/System
 Source0:       https://www.efficios.com/files/babeltrace/%{name}-%{version}.tar.bz2
-# Source0-md5: 8ce610461e73f48b9c6beec9ba95dcc3
+# Source0-md5: 5c305d6f4be15bc3562c724f9b5206df
 Patch0:                %{name}-python.patch
-URL:           http://diamon.org/babeltrace/
+URL:           https://babeltrace.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
+BuildRequires: elfutils-devel >= 0.154
 BuildRequires: glib2-devel >= 1:2.22.0
 BuildRequires: libtool >= 2:2
 BuildRequires: libuuid-devel
@@ -22,7 +24,8 @@ BuildRequires:        pkgconfig
 BuildRequires: popt-devel
 %{?with_python:BuildRequires:  python3-devel >= 1:3.2}
 BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.219
+BuildRequires: rpmbuild(macros) >= 1.507
+Requires:      elfutils >= 0.154
 Requires:      glib2 >= 1:2.22.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -41,6 +44,7 @@ Summary:      Header files for Babeltrace libraries
 Summary(pl.UTF-8):     Pliki nagłówkowe bibliotek Babeltrace
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
+Requires:      elfutils-devel >= 0.154
 Requires:      glib2-devel >= 1:2.22.0
 Requires:      libuuid-devel
 Requires:      popt-devel
@@ -102,10 +106,6 @@ rm -rf $RPM_BUILD_ROOT
 # packaged as %doc
 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/babeltrace
 
-%if %{with python}
-%py_postclean
-%endif
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.076541 seconds and 4 git commands to generate.