automatic version update by autodist [release 0.4.2-1mamba;Sun Nov 21 2021]

This commit is contained in:
Automatic Build System 2024-01-05 21:23:56 +01:00
parent cc17be4822
commit f09cc1407c
2 changed files with 27 additions and 13 deletions

View File

@ -0,0 +1,10 @@
--- ClamAV-GUI-0.4.2/src/qroundprogressbar.cpp.orig 2021-11-21 11:01:34.645583720 +0100
+++ ClamAV-GUI-0.4.2/src/qroundprogressbar.cpp 2021-11-21 11:01:58.686024412 +0100
@@ -20,6 +20,7 @@
#include "qroundprogressbar.h"
#include <QtGui/QPainter>
+#include <QPainterPath>
QRoundProgressBar::QRoundProgressBar(QWidget *parent) :

View File

@ -1,27 +1,27 @@
Name: clamav-gui Name: clamav-gui
Version: 0.4.1 Version: 0.4.2
Release: 1mamba Release: 1mamba
Summary: Qt front-End for the ClamAV virus scanner Summary: Qt front-End for the ClamAV virus scanner
Group: Graphical Desktop/Applications/Utilities Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.kde.org URL: https://store.kde.org/p/1127892/
Source: http://kde-apps.org/CONTENT/content-files/170782-ClamAV-GUI-%{version}.tgz Source: https://sourceforge.net/projects/pisilinux/files/source/ClamAV-GUI-%{version}.tgz
Patch0: clamav-gui-0.4.2-missing-qpainterpath-include.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libGL-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libqt5-devel BuildRequires: libglvnd-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: qt5-qtbase-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: automoc4 BuildRequires: automoc4
BuildRequires: cmake BuildRequires: cmake
Provides: klamav Provides: klamav
Obsoletes: klamav Obsoletes: klamav < 0.4.2
Requires: clamav Requires: clamav
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Qt front-End for the ClamAV virus scanner. Qt front-End for the ClamAV virus scanner.
@ -29,7 +29,8 @@ Qt front-End for the ClamAV virus scanner.
%debug_package %debug_package
%prep %prep
%setup -q -n ClamAV-GUI %setup -q -n ClamAV-GUI-%{version}
%patch0 -p1
%build %build
qmake-qt5 qmake-qt5
@ -48,14 +49,14 @@ exit 0
%posttrans %posttrans
update-desktop-database -q >/dev/null 2>&1 update-desktop-database -q >/dev/null 2>&1
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1 update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1 gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
exit 0 exit 0
%postun %postun
if [ $1 -eq 0 ]; then if [ $1 -eq 0 ]; then
update-desktop-database -q >/dev/null 2>&1 update-desktop-database -q >/dev/null 2>&1
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1 update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1 touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
fi fi
exit 0 exit 0
@ -70,10 +71,13 @@ exit 0
%{_datadir}/doc/ClamAV-GUI/CHANGES %{_datadir}/doc/ClamAV-GUI/CHANGES
%{_datadir}/doc/ClamAV-GUI/README %{_datadir}/doc/ClamAV-GUI/README
%{_datadir}/icons/hicolor/*/apps/clamav-gui.png %{_datadir}/icons/hicolor/*/apps/clamav-gui.png
%{_mandir}/de/man1/clamav-gui.1* %lang(de) %{_mandir}/de/man1/clamav-gui.1*
%{_mandir}/dk_DG/man1/clamav-gui.1* %lang(da_DK) %{_mandir}/da_DK/man1/clamav-gui.1.tar.gz
%{_mandir}/en_GB/man1/clamav-gui.1* %lang(en_GB) %{_mandir}/en_GB/man1/clamav-gui.1*
%changelog %changelog
* Sun Nov 21 2021 Automatic Build System <autodist@mambasoft.it> 0.4.2-1mamba
- automatic version update by autodist
* Thu Mar 10 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1-1mamba * Thu Mar 10 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1-1mamba
- package created using the webbuild interface - package created using the webbuild interface