Accepting request 449178 from home:ecsos
update to 5.24 OBS-URL: https://build.opensuse.org/request/show/449178 OBS-URL: https://build.opensuse.org/package/show/security/clamtk?expand=0&rev=58
This commit is contained in:
parent
ad62830582
commit
558d8cce85
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fca2676c14199f237ac9d117cb1e999d02a9528bbe6d47803d9ec4c7b2133b6b
|
||||
size 883621
|
3
clamtk-5.24.tar.gz
Normal file
3
clamtk-5.24.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:721b058685b994be1266d705d177b3db11a09e35f9baf69db2cb0a204f162775
|
||||
size 475446
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 8 11:10:58 UTC 2017 - ecsos@opensuse.org
|
||||
|
||||
- update to 5.24
|
||||
* Fix startup crash when icon theme lacks 'gtk-new' or other
|
||||
icon with Arch patch. Thanks to anthraxx. Closes BZ #1386370
|
||||
* Initial credits.md file showing contributors
|
||||
* Add comments line in About dialog to translation file
|
||||
* Removed built-in help documentation until updated
|
||||
and translated
|
||||
* Updated language files: Ukrainian (uk), Hebrew (he),
|
||||
English (en_UK), Galician (gl), Italian (it) Finnish (fi)
|
||||
|
||||
- changes from 5.23
|
||||
* Fix Github #67 (Directories not scanning under Linux Mint 18
|
||||
KDE [LiveUSB])
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 16:15:23 UTC 2016 - ecsos@opensuse.org
|
||||
|
||||
|
16
clamtk.spec
16
clamtk.spec
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: clamtk
|
||||
Version: 5.22
|
||||
Version: 5.24
|
||||
Release: 0
|
||||
Summary: GUI for the ClamAV Antivirus
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
@ -93,10 +93,11 @@ install -D -m 0755 clamtk %{buildroot}%{_bindir}/clamtk
|
||||
install -D -m 0644 images/clamtk.png %{buildroot}%{_datadir}/pixmaps/clamtk.png
|
||||
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/
|
||||
# Removed built-in help documentation until updated and translated. See changelog 5.24
|
||||
#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/
|
||||
|
||||
|
||||
# install in the perl vendorlib location:
|
||||
@ -125,8 +126,9 @@ done
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGES DISCLAIMER LICENSE README
|
||||
%{_datadir}/help/C/%{name}/
|
||||
%doc CHANGES DISCLAIMER LICENSE README.md
|
||||
# Removed built-in help documentation until updated and translated. See changelog 5.24
|
||||
#%%{_datadir}/help/C/%%{name}/
|
||||
%{_bindir}/clamtk
|
||||
%{perl_vendorlib}/ClamTk
|
||||
%{_datadir}/pixmaps/clamtk.png
|
||||
|
Loading…
Reference in New Issue
Block a user