package created using the webbuild interface [release 1.7.3-1mamba;Tue Sep 12 2023]
This commit is contained in:
parent
d9af4b4574
commit
39b982a8f9
@ -1,2 +1,4 @@
|
|||||||
# libtraceevent
|
# libtraceevent
|
||||||
|
|
||||||
|
Linux kernel trace event library.
|
||||||
|
|
||||||
|
68
libtraceevent.spec
Normal file
68
libtraceevent.spec
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
Name: libtraceevent
|
||||||
|
Version: 1.7.3
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Linux kernel trace event library
|
||||||
|
Group: System/Libraries
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git
|
||||||
|
Source: https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/libtraceevent-%{version}/libtraceevent-%{version}.tar.bz2
|
||||||
|
License: LGPL-2.1, GPL-2.0
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: meson
|
||||||
|
|
||||||
|
%description
|
||||||
|
Linux kernel trace event library.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Group: Development/Libraries
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
Requires: pkg-config
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%meson
|
||||||
|
%meson_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%meson_install
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libtraceevent.so.*
|
||||||
|
%{_libdir}/libtraceevent/plugins/plugin_*.so.*
|
||||||
|
%doc LICENSES
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_includedir}/traceevent
|
||||||
|
%{_includedir}/traceevent/*.h
|
||||||
|
%{_libdir}/libtraceevent.a
|
||||||
|
%{_libdir}/libtraceevent.so
|
||||||
|
%{_libdir}/libtraceevent/plugins/libtraceevent-dynamic-list
|
||||||
|
%{_libdir}/libtraceevent/plugins/plugin_*.a
|
||||||
|
%{_libdir}/libtraceevent/plugins/plugin_*.so
|
||||||
|
%{_libdir}/pkgconfig/libtraceevent.pc
|
||||||
|
%doc README
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Sep 12 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.3-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user