update to 6.00 [release 6.00-1mamba;Sun Dec 01 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 21:24:03 +01:00
parent 631ad2cecb
commit 844b750372

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 6.00-1mamba
- update to 6.00
* Tue Feb 12 2019 Automatic Build System <autodist@mambasoft.it> 5.27-1mamba
- automatic version update by autodist