automatic version update by autodist [release 21.04.0-1mamba;Tue Apr 27 2021]

This commit is contained in:
Automatic Build System 2024-01-06 04:28:11 +01:00
parent 2e8a123902
commit adea16eafd

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: libgravatar
Version: 20.12.3
Version: 21.04.0
Release: 1mamba
Summary: KDE Frameworks 5 gravatar library
Group: System/Libraries
@ -10,22 +10,17 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.kde.org
Source: http://download.kde.org/stable/release-service/%{version}/src/libgravatar-%{version}.tar.xz
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: kdepimlibs-devel
BuildRequires: libakonadi-devel
BuildRequires: libgcc
BuildRequires: libkauth-devel
BuildRequires: libkcodecs-devel
BuildRequires: libkconfig-devel
BuildRequires: libkconfigwidgets-devel
BuildRequires: libkcontacts-devel
BuildRequires: libkcoreaddons-devel
BuildRequires: libki18n-devel
BuildRequires: libkio-devel
BuildRequires: libkitemmodels-devel
BuildRequires: libkservice-devel
BuildRequires: libktextwidgets-devel
BuildRequires: libkwidgetsaddons-devel
@ -67,13 +62,9 @@ This package contains libraries and header files for developing applications tha
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post
/sbin/ldconfig
exit 0
%post -p /sbin/ldconfig
%postun
/sbin/ldconfig
exit 0
%postun -p /sbin/ldconfig
%files -f %{name}5_qt.lang
%defattr(-,root,root)
@ -93,6 +84,9 @@ exit 0
%{_libdir}/qt5/mkspecs/modules/qt_Gravatar.pri
%changelog
* Tue Apr 27 2021 Automatic Build System <autodist@mambasoft.it> 21.04.0-1mamba
- automatic version update by autodist
* Sat Mar 06 2021 Automatic Build System <autodist@mambasoft.it> 20.12.3-1mamba
- automatic version update by autodist