diff --git a/clamtk-5.07.tar.gz b/clamtk-5.07.tar.gz deleted file mode 100644 index d790219..0000000 --- a/clamtk-5.07.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:983a0862eed5af31f6e9f230d5081abc2a744ed8c5ac622f310d1c07dac4f9cb -size 893296 diff --git a/clamtk-5.08.tar.gz b/clamtk-5.08.tar.gz new file mode 100644 index 0000000..7c2c0b6 --- /dev/null +++ b/clamtk-5.08.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866e1b52c01f8cbb8cdae639a4a1a48204db94a9184d172076840508ce4c99e9 +size 897793 diff --git a/clamtk.changes b/clamtk.changes index 5397950..d509cd8 100644 --- a/clamtk.changes +++ b/clamtk.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Aug 24 19:18:40 UTC 2014 - ecsos@schirra.net + +- update to 5.08 + * Add missing proxy code (Google Issue #20 ). Thanks, Uri! + * Add the ability to submit files from results window + to Virustotal + * Minor tweak to improve redrawing of main window + * Lots of language file updates + * See all changes or check out the README + +- added missing help + ------------------------------------------------------------------- Sun Jun 15 11:43:43 UTC 2014 - ecsos@schirra.net diff --git a/clamtk.spec b/clamtk.spec index 2388b29..b2c0161 100644 --- a/clamtk.spec +++ b/clamtk.spec @@ -14,7 +14,7 @@ # vim: set ts=4 sw=4 et: Name: clamtk -Version: 5.07 +Version: 5.08 Release: 0 Summary: GUI for the ClamAV Antivirus Source: https://bitbucket.org/dave_theunsub/clamtk/downloads/clamtk-%{version}.tar.gz @@ -89,6 +89,12 @@ It is designed to be an easy-to-use, point and click virus scanner. %__install -D -m 0644 clamtk.desktop "%{buildroot}%{_datadir}/applications/%{name}.desktop" %__install -D -m 0644 clamtk.1 "%{buildroot}%{_mandir}/man1/clamtk.1" +%__install -d "%{buildroot}%{_datadir}/help/C/clamtk" +%__install -d "%{buildroot}%{_datadir}/help/C/clamtk/figures" +%__install -D -m 0644 help/C/clamtk/*.page "%{buildroot}%{_datadir}/help/C/clamtk/" +%__install -D -m 0644 help/C/clamtk/figures/*.png "%{buildroot}%{_datadir}/help/C/clamtk/figures/" + + # use /usr/lib, not %%{_libdir}: %__install -d "%{buildroot}%{_prefix}/lib/ClamTk" %__install -m0644 lib/*.pm "%{buildroot}%{_prefix}/lib/ClamTk/" @@ -105,7 +111,7 @@ done %suse_update_desktop_file -r "%{name}" System Security -%find_lang "%{name}" +%find_lang "%{name}" "%{?no_lang_C}" %clean %{?buildroot:%__rm -rf "%{buildroot}"} @@ -119,6 +125,7 @@ done %files %defattr(-,root,root) %doc CHANGES DISCLAIMER LICENSE README +%doc %{_datadir}/help/C/%{name}/ %{_bindir}/clamtk %{_prefix}/lib/ClamTk %{_datadir}/pixmaps/clamtk.png