rebuilt with libgpgme 1.18.0 [release 22.08.0-2mamba;Sat Aug 27 2022]
This commit is contained in:
parent
7d0dbd50f9
commit
392e0d4594
@ -1,8 +1,8 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: akregator
|
Name: akregator
|
||||||
Version: 22.04.3
|
Version: 22.08.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: KDE Frameworks 5 RSS feed reader
|
Summary: KDE Frameworks 5 RSS feed reader
|
||||||
Group: Graphical Desktop/Applications/Internet
|
Group: Graphical Desktop/Applications/Internet
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -63,6 +63,7 @@ BuildRequires: qt5-qtdeclarative-devel
|
|||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: rpm-macros-kde5
|
BuildRequires: rpm-macros-kde5
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
|
BuildRequires: libgpgme-devel >= 1:1.18.0
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -115,8 +116,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_datadir}/config.kcfg/akregator.kcfg
|
%{_datadir}/config.kcfg/akregator.kcfg
|
||||||
%{_datadir}/dbus-1/interfaces/org.kde.akregator.part.xml
|
%{_datadir}/dbus-1/interfaces/org.kde.akregator.part.xml
|
||||||
%{_datadir}/knotifications5/akregator.notifyrc
|
%{_datadir}/knotifications5/akregator.notifyrc
|
||||||
%{_datadir}/kservices5/*.desktop
|
#%{_datadir}/kservices5/*.desktop
|
||||||
%{_kde5_servicetypesdir}/akregator_plugin.desktop
|
#%{_kde5_servicetypesdir}/akregator_plugin.desktop
|
||||||
%{_datadir}/metainfo/org.kde.akregator.appdata.xml
|
%{_datadir}/metainfo/org.kde.akregator.appdata.xml
|
||||||
%{_datadir}/qlogging-categories5/akregator.*categories
|
%{_datadir}/qlogging-categories5/akregator.*categories
|
||||||
%{_datadir}/icons/hicolor/*/apps/akregator.png
|
%{_datadir}/icons/hicolor/*/apps/akregator.png
|
||||||
@ -127,12 +128,19 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libakregatorinterfaces.so.*
|
%{_libdir}/libakregatorinterfaces.so.*
|
||||||
%{_libdir}/libakregatorprivate.so.*
|
%{_libdir}/libakregatorprivate.so.*
|
||||||
%{_libdir}/qt5/plugins/kontact5/kontact_akregatorplugin.so
|
%{_libdir}/qt5/plugins/akregatorpart.so
|
||||||
%{_libdir}/qt5/plugins/pim/kcms/akregator/akregator_config_*.so
|
%dir %{_libdir}/qt5/plugins/pim5/kcms/akregator
|
||||||
%{_libdir}/qt5/plugins/*.so
|
%{_libdir}/qt5/plugins/pim5/kcms/akregator/akregator_config_*.so
|
||||||
|
%{_libdir}/qt5/plugins/pim5/kontact/kontact_akregatorplugin.so
|
||||||
%doc AUTHORS LICENSES
|
%doc AUTHORS LICENSES
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 27 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 22.08.0-2mamba
|
||||||
|
- rebuilt with libgpgme 1.18.0
|
||||||
|
|
||||||
|
* Sat Aug 27 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