automatic version update by autodist [release 5.23.1-1mamba;Wed Oct 20 2021]
This commit is contained in:
parent
3dc340851b
commit
64cced23c3
@ -1,7 +1,7 @@
|
||||
%define plasmaver %(echo %version | cut -d. -f1-3)
|
||||
|
||||
Name: libksysguard
|
||||
Version: 5.22.5
|
||||
Version: 5.23.1
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 sysguard library
|
||||
Group: System/Libraries
|
||||
@ -39,6 +39,7 @@ BuildRequires: libkwindowsystem-devel
|
||||
BuildRequires: libnl-devel
|
||||
BuildRequires: libpcap-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libsensors-devel
|
||||
BuildRequires: libsolid-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libz-devel
|
||||
@ -86,13 +87,8 @@ This package contains the dbus enabled helper.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n %{name}
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
|
||||
%postun -n %{name}
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
%post -n %{name} -p /sbin/ldconfig
|
||||
%postun -n %{name} -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
@ -113,7 +109,7 @@ exit 0
|
||||
%{_libdir}/qt5/qml/org/kde/ksysguard/*
|
||||
%dir %{_libexecdir}/ksysguard
|
||||
%{_libexecdir}/ksysguard/ksgrd_network_helper
|
||||
%doc COPYING COPYING.LIB
|
||||
%doc LICENSES
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -139,6 +135,8 @@ exit 0
|
||||
%{_datadir}/knsrcfiles/systemmonitor-*.knsrc
|
||||
%dir %{_datadir}/ksysguard/sensorfaces/org.kde.ksysguard.barchart
|
||||
%{_datadir}/ksysguard/sensorfaces/org.kde.ksysguard.barchart/*
|
||||
%dir %{_datadir}/ksysguard/sensorfaces/org.kde.ksysguard.facegrid
|
||||
%{_datadir}/ksysguard/sensorfaces/org.kde.ksysguard.facegrid/*
|
||||
%dir %{_datadir}/ksysguard/sensorfaces/org.kde.ksysguard.linechart
|
||||
%{_datadir}/ksysguard/sensorfaces/org.kde.ksysguard.linechart/*
|
||||
%dir %{_datadir}/ksysguard/sensorfaces/org.kde.ksysguard.piechart
|
||||
@ -156,6 +154,12 @@ exit 0
|
||||
%{_datadir}/ksysguard/scripts/smaps/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 20 2021 Automatic Build System <autodist@mambasoft.it> 5.23.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 17 2021 Automatic Build System <autodist@mambasoft.it> 5.23.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 31 2021 Automatic Build System <autodist@mambasoft.it> 5.22.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user