Accepting request 246164 from home:ecsos
update to 5.08 and added missing help. OBS-URL: https://build.opensuse.org/request/show/246164 OBS-URL: https://build.opensuse.org/package/show/security/clamtk?expand=0&rev=49
This commit is contained in:
parent
0825e354af
commit
5dbec091c1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:983a0862eed5af31f6e9f230d5081abc2a744ed8c5ac622f310d1c07dac4f9cb
|
|
||||||
size 893296
|
|
3
clamtk-5.08.tar.gz
Normal file
3
clamtk-5.08.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:866e1b52c01f8cbb8cdae639a4a1a48204db94a9184d172076840508ce4c99e9
|
||||||
|
size 897793
|
@ -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
|
Sun Jun 15 11:43:43 UTC 2014 - ecsos@schirra.net
|
||||||
|
|
||||||
|
11
clamtk.spec
11
clamtk.spec
@ -14,7 +14,7 @@
|
|||||||
# vim: set ts=4 sw=4 et:
|
# vim: set ts=4 sw=4 et:
|
||||||
|
|
||||||
Name: clamtk
|
Name: clamtk
|
||||||
Version: 5.07
|
Version: 5.08
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GUI for the ClamAV Antivirus
|
Summary: GUI for the ClamAV Antivirus
|
||||||
Source: https://bitbucket.org/dave_theunsub/clamtk/downloads/clamtk-%{version}.tar.gz
|
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.desktop "%{buildroot}%{_datadir}/applications/%{name}.desktop"
|
||||||
%__install -D -m 0644 clamtk.1 "%{buildroot}%{_mandir}/man1/clamtk.1"
|
%__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}:
|
# use /usr/lib, not %%{_libdir}:
|
||||||
%__install -d "%{buildroot}%{_prefix}/lib/ClamTk"
|
%__install -d "%{buildroot}%{_prefix}/lib/ClamTk"
|
||||||
%__install -m0644 lib/*.pm "%{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
|
%suse_update_desktop_file -r "%{name}" System Security
|
||||||
|
|
||||||
%find_lang "%{name}"
|
%find_lang "%{name}" "%{?no_lang_C}"
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||||
@ -119,6 +125,7 @@ done
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGES DISCLAIMER LICENSE README
|
%doc CHANGES DISCLAIMER LICENSE README
|
||||||
|
%doc %{_datadir}/help/C/%{name}/
|
||||||
%{_bindir}/clamtk
|
%{_bindir}/clamtk
|
||||||
%{_prefix}/lib/ClamTk
|
%{_prefix}/lib/ClamTk
|
||||||
%{_datadir}/pixmaps/clamtk.png
|
%{_datadir}/pixmaps/clamtk.png
|
||||||
|
Loading…
x
Reference in New Issue
Block a user