4.21
OBS-URL: https://build.opensuse.org/package/show/security/clamtk?expand=0&rev=16
This commit is contained in:
parent
b2790af4a2
commit
748ba520a7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7f9d5f9a1f0f8739b035a85c555f55d0cb4e2df8175a48fd85fdb9aaf49ec842
|
|
||||||
size 214558
|
|
3
clamtk-4.21.tar.bz2
Normal file
3
clamtk-4.21.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d46364241b8335baa218ea7ab2bfded7fc02500258349e5a93ad305bbf71a45d
|
||||||
|
size 216382
|
@ -1,5 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 5 23:33:21 UTC 2009 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- moved localization to -lang subpackage
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 5 23:19:17 UTC 2009 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- update to 4.21:
|
||||||
|
* minor bug fix for loop count in updater
|
||||||
|
* updated language files for nb, ar, da_DK, sl, ro and ja
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 03 12:00:00 CEST 2009 Sebastian Siebert <freespacer@gmx.de>
|
Mon Nov 03 12:00:00 CEST 2009 Sebastian Siebert <freespacer@gmx.de>
|
||||||
|
|
||||||
- add a patch to fix the problem with search path
|
- add a patch to fix the problem with search path
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
11
clamtk.spec
11
clamtk.spec
@ -1,7 +1,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: clamtk
|
Name: clamtk
|
||||||
Version: 4.20
|
Version: 4.21
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GUI for the ClamAV Antivirus
|
Summary: GUI for the ClamAV Antivirus
|
||||||
# http://prdownloads.sourceforge.net/clamtk/clamtk-%{version}.tar.gz
|
# http://prdownloads.sourceforge.net/clamtk/clamtk-%{version}.tar.gz
|
||||||
@ -32,6 +32,8 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
Dave M. <dave.nerd@gmail.com>
|
Dave M. <dave.nerd@gmail.com>
|
||||||
|
|
||||||
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
@ -56,6 +58,9 @@ for mo in *.mo; do
|
|||||||
%__install -D -m 0644 "${mo}" "%{buildroot}%{_datadir}/locale/${lang}/LC_MESSAGES/%{name}.mo"
|
%__install -D -m 0644 "${mo}" "%{buildroot}%{_datadir}/locale/${lang}/LC_MESSAGES/%{name}.mo"
|
||||||
done
|
done
|
||||||
popd #po
|
popd #po
|
||||||
|
for l in cs_CZ el_GR nl_BE; do
|
||||||
|
%__rm -rf "%{buildroot}%{_datadir}/locale/$l"
|
||||||
|
done
|
||||||
|
|
||||||
%suse_update_desktop_file -r "%{name}" System Security
|
%suse_update_desktop_file -r "%{name}" System Security
|
||||||
|
|
||||||
@ -64,7 +69,7 @@ popd #po
|
|||||||
%clean
|
%clean
|
||||||
%__rm -rf "%{buildroot}"
|
%__rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f "%{name}.lang"
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGES DISCLAIMER LICENSE README
|
%doc CHANGES DISCLAIMER LICENSE README
|
||||||
%{_bindir}/clamtk
|
%{_bindir}/clamtk
|
||||||
@ -73,4 +78,6 @@ popd #po
|
|||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%doc %{_mandir}/man1/clamtk.1*
|
%doc %{_mandir}/man1/clamtk.1*
|
||||||
|
|
||||||
|
%files lang -f "%{name}.lang"
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user