clamtk-kde/clamtk-kde.spec

53 lines
1.7 KiB
RPMSpec
Raw Normal View History

Name: clamtk-kde
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: https://clamtk.sourceforge.net/
Source: https://bitbucket.org/davem_/clamtk-kde/downloads/clamtk-kde-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
Requires: clamtk
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
A small utility (servicemenu) to allow right-click virus scanning from within Dolphin.
%prep
%setup -q
%build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
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.png %{buildroot}%{_datadir}/pixmaps/clamtk-kde.png
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_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
* Sun Jun 01 2014 Automatic Build System <autodist@mambasoft.it> 0.16-1mamba
- automatic update by autodist
* Tue Nov 12 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15-1mamba
- package created by silvan using the webbuild interface