update to 0.18 [release 0.18-1mamba;Fri Feb 05 2021]
This commit is contained in:
parent
5d1cb1f70a
commit
52014bb20d
@ -1,17 +1,16 @@
|
||||
Name: clamtk-kde
|
||||
Version: 0.17
|
||||
Version: 0.18
|
||||
Release: 1mamba
|
||||
Summary: A small utility (servicemenu) to allow right-click virus scanning from within Dolphin
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://clamtk.sourceforge.net/
|
||||
Source: https://bitbucket.org/dave_theunsub/clamtk-kde/downloads/clamtk-kde-%{version}.tar.gz
|
||||
URL: https://clamtk.sourceforge.net/
|
||||
Source: https://bitbucket.org/davem_/clamtk-kde/downloads/clamtk-kde-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: kdelibs-devel
|
||||
Requires: clamtk
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -25,28 +24,24 @@ A small utility (servicemenu) to allow right-click virus scanning from within Do
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
install -D -m0644 clamtk-kde.desktop %{buildroot}%{_kde4_servicesdir}/clamtk-kde.desktop
|
||||
install -D -m0644 clamtk-kde.desktop %{buildroot}%{_datadir}/applications/clamtk-kde.desktop
|
||||
install -D -m0644 clamtk-kde.1.gz %{buildroot}%{_mandir}/man1/clamtk-kde.1.gz
|
||||
install -D -m0644 clamtk-kde.desktop %{buildroot}%{_kde4_xdgappsdir}/clamtk-kde.desktop
|
||||
install -D -m0644 clamtk-kde.png %{buildroot}%{_kde4_icondir}/hicolor/128x128/clamtk-kde.png
|
||||
install -D -m0644 clamtk-kde.png %{buildroot}%{_datadir}/pixmaps/clamtk-kde.png
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%posttrans
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
gtk-update-icon-cache %{_kde4_icondir}/hicolor >/dev/null 2>&1
|
||||
:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_kde4_xdgappsdir}/clamtk-kde.desktop
|
||||
%{_kde4_icondir}/hicolor/128x128/clamtk-kde.png
|
||||
%{_kde4_servicesdir}/clamtk-kde.desktop
|
||||
%{_datadir}/applications/clamtk-kde.desktop
|
||||
%{_datadir}/pixmaps/clamtk-kde.png
|
||||
%{_mandir}/man1/clamtk-kde.1*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Feb 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.18-1mamba
|
||||
- update to 0.18
|
||||
|
||||
* Mon Sep 05 2016 Automatic Build System <autodist@mambasoft.it> 0.17-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user