automatic version update by autodist [release 6.0.2-1mamba;Wed Mar 13 2024]
This commit is contained in:
parent
5e0bfaf0de
commit
85a142ddcc
46
kwrited.spec
46
kwrited.spec
@ -2,32 +2,33 @@
|
||||
%define plasmaver %(echo %version | cut -d. -f1-3)
|
||||
|
||||
Name: kwrited
|
||||
Version: 5.27.10
|
||||
Version: 6.0.2
|
||||
Release: 1mamba
|
||||
Summary: KDE Plasma 5 write daemon
|
||||
Summary: KDE Plasma write daemon
|
||||
Group: Graphical Desktop/Applications/Environment
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/
|
||||
Source: https://download.kde.org/stable/plasma/%{plasmaver}/kwrited-%{version}.tar.xz
|
||||
URL: https://kde.org/it/plasma-desktop/
|
||||
Source: https://download.kde.org/%{stable_kf6}/plasma/%{plasmaver}/kwrited-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libknotifications-devel
|
||||
BuildRequires: libkpty-devel
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libkf6-kcoreaddons-devel
|
||||
BuildRequires: libkf6-ki18n-devel
|
||||
BuildRequires: libkf6-knotifications-devel
|
||||
BuildRequires: libkf6-kpty-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: rpm-macros-kde5
|
||||
BuildRequires: kf6-rpm-macros
|
||||
BuildRequires: extra-cmake-modules
|
||||
|
||||
%description
|
||||
KDE Plasma 5 write daemon.
|
||||
KDE Plasma write daemon.
|
||||
|
||||
%debug_package
|
||||
|
||||
@ -35,12 +36,12 @@ KDE Plasma 5 write daemon.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
%cmake_kf6
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
%cmake_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -49,10 +50,25 @@ KDE Plasma 5 write daemon.
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/xdg/autostart/kwrited-autostart.desktop
|
||||
%{_bindir}/kwrited
|
||||
%{_datadir}/knotifications5/kwrited.notifyrc
|
||||
%{_datadir}/knotifications6/kwrited.notifyrc
|
||||
%doc LICENSES
|
||||
|
||||
%changelog
|
||||
* Wed Mar 13 2024 Automatic Build System <autodist@openmamba.org> 6.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 06 2024 Automatic Build System <autodist@openmamba.org> 6.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 29 2024 Automatic Build System <autodist@openmamba.org> 6.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 5.93.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 27 2024 Automatic Build System <autodist@openmamba.org> 5.92.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 07 2023 Automatic Build System <autodist@mambasoft.it> 5.27.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user