SHA256
1
0
forked from pool/clamtk
Pascal Bleser
2011-06-11 23:46:57 +00:00
committed by Git OBS Bridge
parent 39ae65496a
commit c600df59c9
4 changed files with 49 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d6067f8aafb8db416eee12432e0c20ef47ee208ad71cc2487037a5a8d74e63b
size 344561

3
clamtk-4.33.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1cac4b1858ac531161ef4412fbc5f2b819a35eab56a373f54e4a8da577d212d7
size 344026

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Jun 11 23:27:27 UTC 2011 - pascal.bleser@opensuse.org
- update to 4.33:
* fixed parsing of AV signature dates: will now reflect status with date as a
tooltip
* sorting histories works again
* fixed a mismatched tooltip (lp#790570)
* minor gui improvements (buttons, placement, reflecting stats after AV
wizard)
* now using the most current date of signatures (cld vs cvd, if both exist)
* no longer using .VIRUS extension for quarantined files: a fix is now in
place to remove it from current files, and newly quarantined files will not
use it at all
* the formatting of saved virus logs has been improved
* added a pound sign to allowed characters in virus filenames (as seen in
recent UPS wave) for submission
* started updating the .desktop file (ie., missing translations, minor fixes)
* translation updates
-------------------------------------------------------------------
Mon Apr 25 20:49:37 UTC 2011 - pascal.bleser@opensuse.org

View File

@@ -1,33 +1,48 @@
# norootforbuild
# vim: set ts=4 sw=4 et:
Name: clamtk
Version: 4.32
Version: 4.33
Release: 0
Summary: GUI for the ClamAV Antivirus
# http://prdownloads.sourceforge.net/clamtk/clamtk-%{version}.tar.gz
Source: clamtk-%{version}.tar.bz2
Source: clamtk-%{version}.tar.bz2
Patch0: clamtk-4.32-add_searchpath.patch
URL: http://clamtk.sourceforge.net/
Group: Productivity/Security
License: Perl License
License: GNU General Public License version 2 or later or Artistic (GPLv2+ or Artistic)
BuildRoot: %{_tmppath}/build-%{name}-%{version}
Requires: clamav >= 0.88
Requires: clamav-db
Requires: perl
Requires: perl(LWP::UserAgent)
Requires: perl(File::Find::Rule)
Requires: perl(Cwd)
Requires: perl(Date::Calc)
Requires: perl(Digest::MD5)
Requires: perl(Encode)
Requires: perl(File::Basename)
Requires: perl(File::Copy)
Requires: perl(File::Find::Rule)
Requires: perl(File::Path)
Requires: perl(Glib)
Requires: perl(Gtk2)
Requires: perl(Gtk2::SimpleList)
Requires: perl(LWP::UserAgent)
Requires: perl(Locale::gettext)
Requires: perl(Net::DNS)
Requires: zenity
# not actually needed, but to make the build fail if the dependencies
# won't be available at runtime:
BuildRequires: perl
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(File::Find::Rule)
BuildRequires: perl(Cwd)
BuildRequires: perl(Date::Calc)
BuildRequires: perl(Digest::MD5)
BuildRequires: perl(Encode)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Find::Rule)
BuildRequires: perl(File::Path)
BuildRequires: perl(Glib)
BuildRequires: perl(Gtk2)
BuildRequires: perl(Gtk2::SimpleList)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Locale::gettext)
BuildRequires: perl(Net::DNS)
BuildRequires: zenity
@@ -60,8 +75,8 @@ It is designed to be an easy-to-use, point and click virus scanner.
pushd po
for mo in *.mo; do
lang="${mo%%.mo}"
%__install -D -m 0644 "${mo}" "%{buildroot}%{_datadir}/locale/${lang}/LC_MESSAGES/%{name}.mo"
lang="${mo%%.mo}"
%__install -D -m 0644 "${mo}" "%{buildroot}%{_datadir}/locale/${lang}/LC_MESSAGES/%{name}.mo"
done
popd #po
for l in cs_CZ el_GR nl_BE ast; do