update to 6.00 [release 6.00-1mamba;Sun Dec 01 2019]
This commit is contained in:
parent
631ad2cecb
commit
844b750372
21
clamtk.spec
21
clamtk.spec
@ -1,5 +1,5 @@
|
|||||||
Name: clamtk
|
Name: clamtk
|
||||||
Version: 5.27
|
Version: 6.00
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A frontend for ClamAV using Perl and Gtk+ graphics libraries
|
Summary: A frontend for ClamAV using Perl and Gtk+ graphics libraries
|
||||||
Group: Graphical Desktop/Applications/Security
|
Group: Graphical Desktop/Applications/Security
|
||||||
@ -7,7 +7,8 @@ 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: http://clamtk.sourceforge.net/
|
||||||
Source: https://bitbucket.org/davem_/clamtk/downloads/clamtk-%{version}.tar.xz
|
Source: https://gitlab.com/dave_m/clamtk.git/master@7d311f86/clamtk-%{version}.tar.bz2
|
||||||
|
#Source: https://bitbucket.org/davem_/clamtk/downloads/clamtk-%{version}.tar.xz
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
@ -42,12 +43,12 @@ install -D -m0644 clamtk.desktop %{buildroot}%{_datadir}/applications/clamtk.des
|
|||||||
install -D -m0644 images/clamtk.png %{buildroot}%{_datadir}/pixmaps/clamtk.png
|
install -D -m0644 images/clamtk.png %{buildroot}%{_datadir}/pixmaps/clamtk.png
|
||||||
install -D -m0644 images/clamtk.xpm %{buildroot}%{_datadir}/pixmaps/clamtk.xpm
|
install -D -m0644 images/clamtk.xpm %{buildroot}%{_datadir}/pixmaps/clamtk.xpm
|
||||||
|
|
||||||
for f in po/*.mo; do
|
#for f in po/*.mo; do
|
||||||
MOLANG=`basename $f | sed "s|\.mo||"`
|
# MOLANG=`basename $f | sed "s|\.mo||"`
|
||||||
install -D -m0644 $f %{buildroot}%{_datadir}/locale/$MOLANG/LC_MESSAGES/%{name}.mo
|
# install -D -m0644 $f %{buildroot}%{_datadir}/locale/$MOLANG/LC_MESSAGES/%{name}.mo
|
||||||
done
|
#done
|
||||||
|
|
||||||
%find_lang %{name} || touch %{name}.lang
|
#%find_lang %{name} || touch %{name}.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -56,7 +57,8 @@ done
|
|||||||
update-desktop-database -q >/dev/null 2>&1
|
update-desktop-database -q >/dev/null 2>&1
|
||||||
:
|
:
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files
|
||||||
|
#-f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/clamtk
|
%{_bindir}/clamtk
|
||||||
%dir %{perl_sitelib}/ClamTk
|
%dir %{perl_sitelib}/ClamTk
|
||||||
@ -68,6 +70,9 @@ update-desktop-database -q >/dev/null 2>&1
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 6.00-1mamba
|
||||||
|
- update to 6.00
|
||||||
|
|
||||||
* Tue Feb 12 2019 Automatic Build System <autodist@mambasoft.it> 5.27-1mamba
|
* Tue Feb 12 2019 Automatic Build System <autodist@mambasoft.it> 5.27-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user