Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37555393
en ru br
ALT Linux repos
S:6.16-alt1
5.0: 4.02-alt1
4.1: 3.06-alt1
4.0: 2.31-alt1
3.0: 2.03-alt0.1

Other repositories
Upstream:3.08

Group :: File tools
RPM: clamtk

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: clamtk
Version: 3.06
Release: alt1

Summary: Easy to use front-end for ClamAV

Packager: Vitaly Lipatov <lav at altlinux.ru>

License: Perl
Group: File tools
Url: http://clamtk.sourceforge.net/

Source: http://dl.sf.net/%name/%name-%version.tar.bz2

Requires: clamav >= 0.83
Requires(post,postun): desktop-file-utils

# Automatically added by buildreq on Sat Jul 29 2006 (-bi)

BuildRequires: fontconfig perl-Date-Calc perl-Encode perl-File-Find-Rule perl-Gtk2 perl-Locale-gettext perl-Number-Compare perl-PerlIO perl-Text-Glob

BuildRequires: desktop-file-utils

%description
ClamTk is a front-end, point and click gui for ClamAV on Linux systems.
It supports easy signature-updates. It is meant to be lightweight and easy to use.

%prep
%setup -q
%__subst '18ibind_textdomain_codeset("clamtk","UTF-8");' %name
%__subst "s|KOI8-R|UTF-8|g" po/ru.po

%build
cd po
msgfmt ru.po -o ru.mo

%install
install -D -m755 %name %buildroot%_bindir/%name
install -D -m0644 %name.png %buildroot%_pixmapsdir/%name.png
install -D -m0644 clamtk.1.gz %buildroot%_man1dir/clamtk.1.gz
install -D -m0644 clamtk.desktop %buildroot%_desktopdir/clamtk.desktop

for n in po/*.mo; do
install -D -m0644 $n %buildroot%_datadir/locale/`basename $n .mo`/LC_MESSAGES/clamtk.mo
done

%find_lang %name

%post
%update_menus
%update_desktopdb

%postun
%clean_menus
%clean_desktopdb

%files -f %name.lang
%doc README DISCLAIMER CHANGES LICENSE
%_bindir/%name
%_desktopdir/%name.desktop
%_pixmapsdir/%name.png
%_man1dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin