automatic version update by autodist [release 3.46.0-1mamba;Sat Nov 12 2022]

This commit is contained in:
Automatic Build System 2024-01-05 18:18:11 +01:00
parent 1d3cc63c37
commit 20426253ff

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: sysprof
Version: 3.44.0
Version: 3.46.0
Release: 1mamba
Summary: A sampling profiler that uses a kernel module to generate stacktraces
Group: System/Libraries
@ -13,10 +13,11 @@ Patch0: sysprof-3.36.0-x86-fix-long-long-type.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libadwaita-devel
BuildRequires: libcairo-devel
BuildRequires: libdazzle-devel
BuildRequires: libglib-devel
BuildRequires: libgtk3-devel
BuildRequires: libgraphene-devel
BuildRequires: libgtk-devel
BuildRequires: libjson-glib-devel
BuildRequires: libpango-devel
BuildRequires: libpolkit-devel
@ -60,7 +61,7 @@ This package contains libraries and header files for developing applications tha
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install
%find_lang %{name} || touch %{name}.lang
%find_lang %{name} --with-gnome || touch %{name}.lang
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -70,39 +71,26 @@ This package contains libraries and header files for developing applications tha
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/sysprof
%{_bindir}/sysprof-cli
%{_bindir}/sysprof*
%{_datadir}/applications/org.gnome.Sysprof.desktop
%{_datadir}/metainfo/org.gnome.Sysprof.appdata.xml
%{_unitdir}/sysprof2.service
%{_unitdir}/sysprof3.service
%{_datadir}/applications/org.gnome.Sysprof3.desktop
%{_datadir}/dbus-1/interfaces/org.gnome.Sysprof*.xml
%{_datadir}/dbus-1/system-services/org.gnome.Sysprof*.service
%{_datadir}/dbus-1/system.d/org.gnome.Sysprof*.conf
%{_datadir}/glib-2.0/schemas/org.gnome.sysprof3.gschema.xml
%{_datadir}/metainfo/org.gnome.Sysprof3.appdata.xml
%{_datadir}/mime/packages/sysprof-mime.xml
%{_datadir}/polkit-1/actions/org.gnome.sysprof3.policy
%{_datadir}/help/C/sysprof
#%{_datadir}/icons/hicolor/scalable/actions/sysprof-trace-app.svg
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Sysprof.svg
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Sysprof-symbolic.svg
%{_datadir}/icons/hicolor/scalable/actions/sysprof-*.svg
%lang(ca) %{_datadir}/help/ca/sysprof
%lang(cs) %{_datadir}/help/cs/sysprof
%lang(da) %{_datadir}/help/da/sysprof
%lang(de) %{_datadir}/help/de/sysprof
%lang(el) %{_datadir}/help/el/sysprof
%lang(es) %{_datadir}/help/es/sysprof
%lang(pl) %{_datadir}/help/pl/sysprof
%lang(pt_BR) %{_datadir}/help/pt_BR/sysprof/
%lang(sv) %{_datadir}/help/sv/sysprof
%lang(uk) %{_datadir}/help/uk/sysprof
%doc AUTHORS COPYING
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/libsysprof-4.so
%{_libdir}/libsysprof-ui-4.so
%{_libdir}/libsysprof-ui-5.so
%{_libdir}/libsysprof-memory-4.so
%{_libdir}/libsysprof-speedtrack-4.so
%{_libexecdir}/sysprofd
@ -111,13 +99,18 @@ This package contains libraries and header files for developing applications tha
%defattr(-,root,root)
%dir %{_includedir}/sysprof-4
%{_includedir}/sysprof-4/*
%dir %{_includedir}/sysprof-ui-5
%{_includedir}/sysprof-ui-5/*
%{_libdir}/libsysprof-capture-4.a
%{_libdir}/pkgconfig/sysprof-4.pc
%{_libdir}/pkgconfig/sysprof-capture-4.pc
%{_libdir}/pkgconfig/sysprof-ui-4.pc
%{_libdir}/pkgconfig/sysprof-ui-5.pc
#%doc NEWS README.md
%changelog
* Sat Nov 12 2022 Automatic Build System <autodist@mambasoft.it> 3.46.0-1mamba
- automatic version update by autodist
* Sat Mar 19 2022 Automatic Build System <autodist@mambasoft.it> 3.44.0-1mamba
- automatic version update by autodist