Alexei Sorokin 2017-11-03 22:51:29 +00:00 committed by Git OBS Bridge
parent a8f01fa68a
commit 193cd1caa6
4 changed files with 13 additions and 14 deletions

View File

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

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

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

View File

@ -1,14 +1,17 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 12 15:20:29 UTC 2017 - sor.alexei@meowr.ru Fri Nov 3 18:18:19 UTC 2017 - sor.alexei@meowr.ru
- Update to version 1.5.2:
* See /usr/share/doc/packages/babeltrace/ChangeLog
- Disable static library build. - Disable static library build.
- Enable Python 3 bindings build. - Enable Python 3 bindings build.
- Remove explicit glib2-devel requirement for the devel package: is - Remove explicit glib2-devel requirement for the devel package: is
autodetected already. autodetected already.
- Spec cleanup. - Spec cleanup.
-------------------------------------------------------------------
Fri Sep 1 18:08:54 UTC 2017 - tonyj@suse.com
- Update to version 1.5.3 for SLE15 (bsc#1055683)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 2 12:45:05 UTC 2016 - normand@linux.vnet.ibm.com Tue Aug 2 12:45:05 UTC 2016 - normand@linux.vnet.ibm.com

View File

@ -19,12 +19,12 @@
%define soname libbabeltrace %define soname libbabeltrace
%define sover 1 %define sover 1
Name: babeltrace Name: babeltrace
Version: 1.5.2 Version: 1.5.3
Release: 0 Release: 0
Summary: Common Trace Format Babel Tower Summary: Common Trace Format Babel Tower
License: MIT AND GPL-2.0 License: MIT AND GPL-2.0
Group: Development/Languages/C and C++ Group: Development/Languages/C and C++
Url: http://diamon.org/babeltrace URL: https://diamon.org/babeltrace
Source: https://efficios.com/files/babeltrace/%{name}-%{version}.tar.bz2 Source: https://efficios.com/files/babeltrace/%{name}-%{version}.tar.bz2
BuildRequires: bison BuildRequires: bison
BuildRequires: flex BuildRequires: flex
@ -91,20 +91,16 @@ find %{buildroot} -type f -name "*.la" -delete -print
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root)
%doc %{_docdir}/%{name}/ %doc %{_docdir}/%{name}/
%{_bindir}/%{name}* %{_bindir}/%{name}*
%{_libdir}/%{soname}*.so.%{sover}* %{_libdir}/%{soname}*.so.%{sover}*
%{_mandir}/man1/*.1%{?ext_man} %{_mandir}/man1/*.1%{?ext_man}
%files -n python3-%{name} %files -n python3-%{name}
%defattr(-,root,root) %{python3_sitearch}/%{name}/
%{python3_sitearch}/_%{name}.so* %{python3_sitearch}/%{name}-*
%{python3_sitearch}/%{name}.py
%{python3_sitearch}/__pycache__/%{name}.*
%files -n %{name}-devel %files -n %{name}-devel
%defattr(-,root,root)
%{_includedir}/%{name}/ %{_includedir}/%{name}/
%{_libdir}/%{soname}*.so %{_libdir}/%{soname}*.so
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc