automatic version update by autodist [release 21.08.0-1mamba;Fri Aug 20 2021]

This commit is contained in:
Automatic Build System 2024-01-05 20:19:00 +01:00
parent d376af408d
commit 77b1e14c2d

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: akregator Name: akregator
Version: 21.04.3 Version: 21.08.0
Release: 1mamba Release: 1mamba
Summary: KDE Frameworks 5 RSS feed reader Summary: KDE Frameworks 5 RSS feed reader
Group: Graphical Desktop/Applications/Internet Group: Graphical Desktop/Applications/Internet
@ -10,9 +10,9 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org/ URL: https://kde.org/
Source: http://download.kde.org/stable/release-service/%{version}/src/akregator-%{version}.tar.xz Source: http://download.kde.org/stable/release-service/%{version}/src/akregator-%{version}.tar.xz
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
#libpthread.so.0()(64bit): /usr/lib64/libpthread.so: file not owned by any package
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libQt5WebEngine-devel BuildRequires: libQt5WebEngine-devel
BuildRequires: libakonadi-devel BuildRequires: libakonadi-devel
@ -99,13 +99,9 @@ This package contains libraries and header files for developing applications tha
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name} %post -n lib%{name} -p /sbin/ldconfig
/sbin/ldconfig
exit 0
%postun -n lib%{name} %postun -n lib%{name} -p /sbin/ldconfig
/sbin/ldconfig
exit 0
%files -f %{name}5_qt.lang %files -f %{name}5_qt.lang
%defattr(-,root,root) %defattr(-,root,root)
@ -120,7 +116,6 @@ exit 0
%{_datadir}/knotifications5/akregator.notifyrc %{_datadir}/knotifications5/akregator.notifyrc
%{_datadir}/kontact/ksettingsdialog/akregator.setdlg %{_datadir}/kontact/ksettingsdialog/akregator.setdlg
%{_datadir}/kservices5/*.desktop %{_datadir}/kservices5/*.desktop
%{_datadir}/kservices5/feed.protocol
%{_datadir}/kservices5/kontact/akregatorplugin.desktop %{_datadir}/kservices5/kontact/akregatorplugin.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
@ -132,13 +127,16 @@ exit 0
%files -n lib%{name} %files -n lib%{name}
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libakregatorinterfaces.so.* %{_libdir}/libakregatorinterfaces.so.*
%{_libdir}/libakregatorinterfaces.so
%{_libdir}/libakregatorprivate.so.* %{_libdir}/libakregatorprivate.so.*
%{_libdir}/qt5/plugins/kontact5/kontact_akregatorplugin.so %{_libdir}/qt5/plugins/kontact5/kontact_akregatorplugin.so
%{_libdir}/qt5/plugins/pim/kcms/akregator/akregator_config_*.so
%{_libdir}/qt5/plugins/*.so %{_libdir}/qt5/plugins/*.so
%doc AUTHORS LICENSES %doc AUTHORS LICENSES
%changelog %changelog
* Fri Aug 20 2021 Automatic Build System <autodist@mambasoft.it> 21.08.0-1mamba
- automatic version update by autodist
* Fri Jul 09 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba * Fri Jul 09 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba
- automatic version update by autodist - automatic version update by autodist