automatic version update by autodist [release 5.88.0-1mamba;Mon Nov 15 2021]
This commit is contained in:
parent
8132d6343c
commit
c82c7ec21a
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: knotifications
|
||||
Version: 5.87.0
|
||||
Version: 5.88.0
|
||||
Release: 1mamba
|
||||
Summary: Desktop notifications framework
|
||||
Group: System/Libraries
|
||||
@ -13,6 +13,8 @@ Source: http://download.kde.org/stable/frameworks/%{majver}/knotification
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5TextToSpeech-devel
|
||||
BuildRequires: libQt5X11Extras-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXtst-devel
|
||||
BuildRequires: libcanberra-devel
|
||||
@ -21,8 +23,9 @@ BuildRequires: libgcc
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkwindowsystem-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
## AUTOBUILDREQ-END
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
@ -73,6 +76,8 @@ This package contains libraries and header files for developing applications tha
|
||||
%files -n lib%{name} -f knotifications5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_libdir}/libKF5Notifications.so.*
|
||||
%dir %{_libdir}/qt5/qml/org/kde/notification
|
||||
%{_libdir}/qt5/qml/org/kde/notification/*
|
||||
%{_kde5_servicetypesdir}/knotificationplugin.desktop
|
||||
%{_datadir}/qlogging-categories5/knotifications.*categories
|
||||
%{_datadir}/dbus-1/interfaces/kf5_org.kde.StatusNotifierItem.xml
|
||||
@ -83,12 +88,15 @@ This package contains libraries and header files for developing applications tha
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_includedir}/KNotifications
|
||||
%{_kde5_includedir}/knotifications_version.h
|
||||
%{_kde5_libdir}/cmake/KF5Notifications
|
||||
%{_kde5_libdir}/libKF5Notifications.so
|
||||
%{_kde5_mkspecsdir}/qt_KNotifications.pri
|
||||
%{_kde5_libdir}/cmake/KF5Notifications
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Mon Nov 15 2021 Automatic Build System <autodist@mambasoft.it> 5.88.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 12 2021 Automatic Build System <autodist@mambasoft.it> 5.87.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user