package created by silvan using the webbuild interface [release 5.00-1mamba;Tue Nov 12 2013]
This commit is contained in:
parent
3ea07c0561
commit
bc2257f4d7
@ -1,2 +1,5 @@
|
||||
# clamtk
|
||||
|
||||
ClamTk is a frontend for ClamAV using Perl and Gtk+ graphics libraries.
|
||||
It is intended to be an easy to use, light-weight, on-demand scanner for Linux systems
|
||||
|
||||
|
71
clamtk.spec
Normal file
71
clamtk.spec
Normal file
@ -0,0 +1,71 @@
|
||||
Name: clamtk
|
||||
Version: 5.00
|
||||
Release: 1mamba
|
||||
Summary: A frontend for ClamAV using Perl and Gtk+ graphics libraries
|
||||
Group: Graphical Desktop/Applications/Security
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://clamtk.sourceforge.net/
|
||||
Source: https://bitbucket.org/dave_theunsub/clamtk/downloads/clamtk-%{version}.tar.gz
|
||||
License: GPL, Artistic
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-Glib
|
||||
BuildRequires: perl-Gtk2
|
||||
BuildRequires: perl-JSON
|
||||
BuildRequires: perl-libwww
|
||||
BuildRequires: perl-Locale-gettext
|
||||
BuildRequires: perl-Text-CSV
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: clamav
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
ClamTk is a frontend for ClamAV using Perl and Gtk+ graphics libraries.
|
||||
It is intended to be an easy to use, light-weight, on-demand scanner for Linux systems
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
install -d -m0755 %{buildroot}%{perl_sitelib}/ClamTk
|
||||
cp lib/*.pm %{buildroot}%{perl_sitelib}/ClamTk/
|
||||
install -D -m0755 clamtk %{buildroot}%{_bindir}/clamtk
|
||||
install -D -m0644 clamtk.1.gz %{buildroot}%{_mandir}/man1/clamtk.1.gz
|
||||
install -D -m0644 clamtk.desktop %{buildroot}%{_datadir}/applications/clamtk.desktop
|
||||
install -D -m0644 images/clamtk.png %{buildroot}%{_datadir}/pixmaps/clamtk.png
|
||||
install -D -m0644 images/clamtk.xpm %{buildroot}%{_datadir}/pixmaps/clamtk.xpm
|
||||
|
||||
for f in po/*.mo; do
|
||||
MOLANG=`basename $f | sed "s|\.mo||"`
|
||||
install -D -m0644 $f %{buildroot}%{_datadir}/locale/$MOLANG/LC_MESSAGES/%{name}.mo
|
||||
done
|
||||
|
||||
%find_lang %{name} || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%posttrans
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
:
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/clamtk
|
||||
%dir %{perl_sitelib}/ClamTk
|
||||
%{perl_sitelib}/ClamTk/*.pm
|
||||
%{_datadir}/applications/clamtk.desktop
|
||||
%{_mandir}/man1/clamtk.1.gz
|
||||
%{_datadir}/pixmaps/clamtk.png
|
||||
%{_datadir}/pixmaps/clamtk.xpm
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Nov 12 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 5.00-1mamba
|
||||
- package created by silvan using the webbuild interface
|
Loading…
Reference in New Issue
Block a user