Accepting request 540342 from home:sebix:branches:security

- update to 5.25
 * Remove forced white background (Github #51)
 * Update bitbucket path in various places
 * Use "other" for infobar button type (Github #51)
 * Updated language files: Chinese (zh_TW), Italian (it),
   English (en_AU), Dutch (nl), French (fr), Hungarian (hu),
           Swedish (sv)
- add source file validation

OBS-URL: https://build.opensuse.org/request/show/540342
OBS-URL: https://build.opensuse.org/package/show/security/clamtk?expand=0&rev=59
This commit is contained in:
2017-11-13 10:50:01 +00:00
committed by Git OBS Bridge
parent 558d8cce85
commit dabceca04b
6 changed files with 161 additions and 15 deletions

View File

@@ -18,13 +18,15 @@
Name: clamtk
Version: 5.24
Version: 5.25
Release: 0
Summary: GUI for the ClamAV Antivirus
License: GPL-1.0+ or Artistic-1.0
Group: Productivity/Security
Url: https://github.com/dave-theunsub/clamtk
Source: https://bitbucket.org/dave_theunsub/clamtk/downloads/clamtk-%{version}.tar.gz
Source: https://bitbucket.org/davem_/clamtk/downloads/clamtk-%{version}.tar.xz
Source1: https://bitbucket.org/davem_/clamtk/downloads/clamtk-%{version}.tar.xz.asc
Source2: %{name}.keyring
Patch0: clamtk-add_searchpath.patch
BuildRequires: desktop-file-utils
# not actually needed, but to make the build fail if the dependencies
@@ -93,7 +95,7 @@ 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
# Removed built-in help documentation until updated and translated. See changelog 5.24
# Removed built-in help documentation until updated and translated. See upstream 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/
@@ -118,16 +120,9 @@ done
%find_lang %{name} %{?no_lang_C}
%post
%desktop_database_post
%postun
%desktop_database_postun
%files
%defattr(-,root,root)
%doc CHANGES DISCLAIMER LICENSE README.md
# Removed built-in help documentation until updated and translated. See changelog 5.24
# Removed built-in help documentation until updated and translated. See upstream changelog 5.24
#%%{_datadir}/help/C/%%{name}/
%{_bindir}/clamtk
%{perl_vendorlib}/ClamTk
@@ -136,6 +131,5 @@ done
%{_mandir}/man1/clamtk.1%{ext_man}
%files lang -f %{name}.lang
%defattr(-,root,root)
%changelog