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