2024-01-06 03:30:03 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
2024-01-06 03:30:03 +01:00
|
|
|
%define plasmaver %(echo %version | cut -d. -f1-3)
|
2024-01-06 03:30:03 +01:00
|
|
|
|
|
|
|
Name: kwrited
|
2024-01-06 03:30:04 +01:00
|
|
|
Version: 5.20.0
|
2024-01-06 03:30:03 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: KDE Plasma 5 write daemon
|
|
|
|
Group: Graphical Desktop/Applications/Environment
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.kde.org
|
2024-01-06 03:30:03 +01:00
|
|
|
Source: https://download.kde.org/stable/plasma/%{plasmaver}/kwrited-%{version}.tar.xz
|
2024-01-06 03:30:03 +01:00
|
|
|
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: ldconfig
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libkcoreaddons-devel
|
|
|
|
BuildRequires: libki18n-devel
|
|
|
|
BuildRequires: libknotifications-devel
|
|
|
|
BuildRequires: libkpty-devel
|
|
|
|
BuildRequires: libqt5-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: rpm-macros-kde5
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
KDE Plasma 5 write daemon.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kde5 -d build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sysconfdir}/xdg/autostart/kwrited-autostart.desktop
|
|
|
|
%{_bindir}/kwrited
|
|
|
|
%{_datadir}/knotifications5/kwrited.notifyrc
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 03:30:04 +01:00
|
|
|
* Wed Oct 14 2020 Automatic Build System <autodist@mambasoft.it> 5.20.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:30:04 +01:00
|
|
|
* Tue Sep 01 2020 Automatic Build System <autodist@mambasoft.it> 5.19.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:30:04 +01:00
|
|
|
* Wed Jul 29 2020 Automatic Build System <autodist@mambasoft.it> 5.19.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:30:04 +01:00
|
|
|
* Tue Jul 07 2020 Automatic Build System <autodist@mambasoft.it> 5.19.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:30:03 +01:00
|
|
|
* Thu Jun 25 2020 Automatic Build System <autodist@mambasoft.it> 5.19.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:30:03 +01:00
|
|
|
* Wed Jun 17 2020 Automatic Build System <autodist@mambasoft.it> 5.19.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:30:03 +01:00
|
|
|
* Tue Jun 09 2020 Automatic Build System <autodist@mambasoft.it> 5.19.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:30:03 +01:00
|
|
|
* Fri May 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.18.5-1mamba
|
|
|
|
- update to 5.18.5
|
|
|
|
|
2024-01-06 03:30:03 +01:00
|
|
|
* Thu Apr 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.18.4.1-1mamba
|
|
|
|
- package created using the webbuild interface
|