From 844b750372752f8252c37448e82b90dfa78ad29f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:24:03 +0100 Subject: [PATCH] update to 6.00 [release 6.00-1mamba;Sun Dec 01 2019] --- clamtk.spec | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/clamtk.spec b/clamtk.spec index 3a94a34..4be949e 100644 --- a/clamtk.spec +++ b/clamtk.spec @@ -1,5 +1,5 @@ Name: clamtk -Version: 5.27 +Version: 6.00 Release: 1mamba Summary: A frontend for ClamAV using Perl and Gtk+ graphics libraries Group: Graphical Desktop/Applications/Security @@ -7,7 +7,8 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://clamtk.sourceforge.net/ -Source: https://bitbucket.org/davem_/clamtk/downloads/clamtk-%{version}.tar.xz +Source: https://gitlab.com/dave_m/clamtk.git/master@7d311f86/clamtk-%{version}.tar.bz2 +#Source: https://bitbucket.org/davem_/clamtk/downloads/clamtk-%{version}.tar.xz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: perl-devel @@ -42,12 +43,12 @@ install -D -m0644 clamtk.desktop %{buildroot}%{_datadir}/applications/clamtk.des install -D -m0644 images/clamtk.png %{buildroot}%{_datadir}/pixmaps/clamtk.png install -D -m0644 images/clamtk.xpm %{buildroot}%{_datadir}/pixmaps/clamtk.xpm -for f in po/*.mo; do - MOLANG=`basename $f | sed "s|\.mo||"` - install -D -m0644 $f %{buildroot}%{_datadir}/locale/$MOLANG/LC_MESSAGES/%{name}.mo -done +#for f in po/*.mo; do +# MOLANG=`basename $f | sed "s|\.mo||"` +# install -D -m0644 $f %{buildroot}%{_datadir}/locale/$MOLANG/LC_MESSAGES/%{name}.mo +#done -%find_lang %{name} || touch %{name}.lang +#%find_lang %{name} || touch %{name}.lang %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -56,7 +57,8 @@ done update-desktop-database -q >/dev/null 2>&1 : -%files -f %{name}.lang +%files +#-f %{name}.lang %defattr(-,root,root) %{_bindir}/clamtk %dir %{perl_sitelib}/ClamTk @@ -68,6 +70,9 @@ update-desktop-database -q >/dev/null 2>&1 %doc LICENSE %changelog +* Sun Dec 01 2019 Silvan Calarco 6.00-1mamba +- update to 6.00 + * Tue Feb 12 2019 Automatic Build System 5.27-1mamba - automatic version update by autodist