This commit is contained in:
parent
f41a61bed9
commit
5e6401cf8c
@ -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
3
babeltrace-1.5.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2249fee5beba657731f5d6a84c5296c6517f544bfbe7571bd1fd7af23726137c
|
||||
size 975865
|
@ -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.
|
||||
- Enable Python 3 bindings build.
|
||||
- Remove explicit glib2-devel requirement for the devel package: is
|
||||
autodetected already.
|
||||
- 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
|
||||
|
||||
|
@ -19,12 +19,12 @@
|
||||
%define soname libbabeltrace
|
||||
%define sover 1
|
||||
Name: babeltrace
|
||||
Version: 1.5.2
|
||||
Version: 1.5.3
|
||||
Release: 0
|
||||
Summary: Common Trace Format Babel Tower
|
||||
License: MIT AND GPL-2.0
|
||||
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
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
@ -91,20 +91,16 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc %{_docdir}/%{name}/
|
||||
%{_bindir}/%{name}*
|
||||
%{_libdir}/%{soname}*.so.%{sover}*
|
||||
%{_mandir}/man1/*.1%{?ext_man}
|
||||
|
||||
%files -n python3-%{name}
|
||||
%defattr(-,root,root)
|
||||
%{python3_sitearch}/_%{name}.so*
|
||||
%{python3_sitearch}/%{name}.py
|
||||
%{python3_sitearch}/__pycache__/%{name}.*
|
||||
%{python3_sitearch}/%{name}/
|
||||
%{python3_sitearch}/%{name}-*
|
||||
|
||||
%files -n %{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/%{name}/
|
||||
%{_libdir}/%{soname}*.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
Loading…
Reference in New Issue
Block a user