require akonadi [release 22.08.0-2mamba;Fri Aug 26 2022]
This commit is contained in:
parent
e2bff48797
commit
17b66df14f
21
knotes.spec
21
knotes.spec
@ -1,8 +1,8 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: knotes
|
Name: knotes
|
||||||
Version: 22.04.3
|
Version: 22.08.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: KDE Frameworks 5 yellow notes application
|
Summary: KDE Frameworks 5 yellow notes application
|
||||||
Group: Graphical Desktop/Applications/Internet
|
Group: Graphical Desktop/Applications/Internet
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -70,6 +70,7 @@ BuildRequires: cmake
|
|||||||
BuildRequires: rpm-macros-kde5
|
BuildRequires: rpm-macros-kde5
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
Requires: akonadi
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Yellow notes application for KDE.
|
Yellow notes application for KDE.
|
||||||
@ -146,13 +147,19 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libknotesprivate.so.*
|
%{_libdir}/libknotesprivate.so.*
|
||||||
%{_libdir}/libnotesharedprivate.so.*
|
%{_libdir}/libnotesharedprivate.so.*
|
||||||
%{_libdir}/qt5/plugins/kontact5/kontact_knotesplugin.so
|
%dir %{_libdir}/qt5/plugins/pim5/kcms/knotes
|
||||||
%dir %{_libdir}/qt5/plugins/pim/kcms/knotes
|
%{_libdir}/qt5/plugins/pim5/kcms/knotes/kcm_knote_*.so
|
||||||
%{_libdir}/qt5/plugins/pim/kcms/knotes/kcm_knote_*.so
|
%{_libdir}/qt5/plugins/pim5/kcms/summary/kcmknotessummary.so
|
||||||
%{_libdir}/qt5/plugins/pim/kcms/summary/kcmknotessummary.so
|
%{_libdir}/qt5/plugins/pim5/kontact/kontact_knotesplugin.so
|
||||||
#%doc AUTHORS LICENSES
|
%doc AUTHORS LICENSES
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 22.08.0-2mamba
|
||||||
|
- require akonadi
|
||||||
|
|
||||||
|
* Tue Aug 23 2022 Automatic Build System <autodist@mambasoft.it> 22.08.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Jul 10 2022 Automatic Build System <autodist@mambasoft.it> 22.04.3-1mamba
|
* Sun Jul 10 2022 Automatic Build System <autodist@mambasoft.it> 22.04.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user