184 lines
5.6 KiB
RPMSpec
184 lines
5.6 KiB
RPMSpec
# norootforbuild
|
|
|
|
Name: clamtk
|
|
Version: 4.18
|
|
Release: 0
|
|
Summary: GUI for the ClamAV Antivirus
|
|
# http://prdownloads.sourceforge.net/clamtk/clamtk-%{version}.tar.gz
|
|
Source: clamtk-%{version}.tar.bz2
|
|
URL: http://clamtk.sourceforge.net/
|
|
Group: Productivity/Security
|
|
License: Perl License
|
|
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
|
Requires: clamav >= 0.88
|
|
Requires: clamav-db
|
|
Requires: perl perl-File-Find-Rule perl-libwww-perl perl-Date-Calc
|
|
Requires: perl-Gtk2 perl-gettext
|
|
Requires: perl-Net-DNS
|
|
Requires: zenity
|
|
BuildRequires: perl update-desktop-files
|
|
BuildArch: noarch
|
|
Obsoletes: clamtk-kde
|
|
|
|
%description
|
|
ClamTk is a GUI front-end for ClamAV using Gtk2-perl.
|
|
It is designed to be an easy-to-use, point and click virus scanner.
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Dave M. <dave.nerd@gmail.com>
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%__gzip -dc clamtk.1.gz > clamtk.1
|
|
%__rm clamtk.1.gz
|
|
|
|
%install
|
|
%__install -D -m 0755 clamtk "%{buildroot}%{_bindir}/clamtk"
|
|
%__install -D -m 0644 clamtk.png "%{buildroot}%{_datadir}/pixmaps/clamtk.png"
|
|
%__install -D -m 0644 clamtk.desktop "%{buildroot}%{_datadir}/applications/%{name}.desktop"
|
|
%__install -D -m 0644 clamtk.1 "%{buildroot}%{_mandir}/man1/clamtk.1"
|
|
|
|
# use /usr/lib, not %{_libdir}:
|
|
%__install -d "%{buildroot}%{_prefix}/lib/ClamTk"
|
|
%__install -m0644 lib/*.pm "%{buildroot}%{_prefix}/lib/ClamTk/"
|
|
|
|
pushd po
|
|
for mo in *.mo; do
|
|
lang="${mo%%.mo}"
|
|
%__install -D -m 0644 "${mo}" "%{buildroot}%{_datadir}/locale/${lang}/LC_MESSAGES/%{name}.mo"
|
|
done
|
|
popd #po
|
|
|
|
%suse_update_desktop_file -r "%{name}" System Security
|
|
|
|
%find_lang "%{name}"
|
|
|
|
%clean
|
|
%__rm -rf "%{buildroot}"
|
|
|
|
%files -f "%{name}.lang"
|
|
%defattr(-,root,root)
|
|
%doc CHANGES DISCLAIMER LICENSE README
|
|
%{_bindir}/clamtk
|
|
%{_prefix}/lib/ClamTk
|
|
%{_datadir}/pixmaps/clamtk.png
|
|
%{_datadir}/applications/%{name}.desktop
|
|
%doc %{_mandir}/man1/clamtk.1*
|
|
|
|
%changelog
|
|
* Tue Sep 22 2009 Pascal Bleser <pascal.bleser@opensuse.org> 4.18
|
|
- update to 4.18:
|
|
* adds the ability to schedule daily scans and antivirus updates
|
|
* adds an easy way to switch methods of updating antivirus updates
|
|
|
|
* Sat Aug 08 2009 Pascal Bleser <pascal.bleser@opensuse.org> 4.17
|
|
- update to 4.17:
|
|
* minor cosmetic fix to avoid the perception that the program has stalled
|
|
* the Danish and Brazilian Portuguese language files have been updated
|
|
|
|
* Sun Jul 12 2009 Pascal Bleser <pascal.bleser@opensuse.org> 4.16
|
|
- update to 4.16:
|
|
* adds a recursive checkbox option to the main interface, which enables easier recursive scanning and allows the end user to save it as a startup option
|
|
* minor GUI improvements
|
|
* large number of language file additions and updates
|
|
|
|
* Sun Jun 21 2009 Pascal Bleser <pascal.bleser@opensuse.org> 4.15
|
|
- update to 4.15:
|
|
* fixes a timeout issue which occurred occasionally during start up
|
|
* adds Arabic language support
|
|
|
|
* Sat Jun 13 2009 Pascal Bleser <pascal.bleser@opensuse.org> 4.14
|
|
- update to 4.14:
|
|
* fixes a crash which occurred when not connected to the Internet
|
|
* the Chinese and Dutch language files updated
|
|
* minor updates to the update dialogue
|
|
|
|
* Mon May 25 2009 Pascal Bleser <pascal.bleser@opensuse.org> 4.13
|
|
- update to 4.13:
|
|
* adds Dutch (nl_BE) and Greek (el_GR) language files, with updates to the Romanian and Spanish language files
|
|
* clamtk-kde is deprecated
|
|
|
|
* Tue Apr 28 2009 Pascal Bleser <pascal.bleser@opensuse.org> 4.12
|
|
- added missing Requires: zenity
|
|
|
|
* Sun Apr 26 2009 Pascal Bleser <pascal.bleser@opensuse.org> 4.12
|
|
- update to 4.12:
|
|
* this release adds Turkish language support and updates the French,
|
|
Brazilian, and Spanish language files
|
|
* additionally, there are a few minor dependency changes
|
|
- clamtk-kde moved into its own package (clamtk-kde3)
|
|
|
|
* Sun Mar 22 2009 Pascal Bleser <pascal.bleser@opensuse.org> 4.11
|
|
- update to 4.11:
|
|
* adds support for Slovak
|
|
* updates translations for French, Korean and Spanish
|
|
|
|
* Thu Feb 19 2009 Pascal Bleser <guru@unixtech.be> 4.10
|
|
- update to 4.10:
|
|
* fixes a situation where signatures were not accurately counted
|
|
* some patches were re-added
|
|
|
|
* Sun Feb 15 2009 Pascal Bleser <guru@unixtech.be> 4.09
|
|
- update to 4.09:
|
|
* updated language files
|
|
* one minor bugfix related to language display
|
|
|
|
* Sun Dec 28 2008 Pascal Bleser <guru@unixtech.be> 4.08
|
|
- update to 4.08:
|
|
* minor bugfixes
|
|
|
|
* Sat Dec 20 2008 Pascal Bleser <guru@unixtech.be> 4.07
|
|
- moved to openSUSE Build Service
|
|
- scrapped old %changelog entries
|
|
- update to 4.07:
|
|
* this release contains minor bugfixes involving the save-as dialog
|
|
|
|
* Sun Dec 7 2008 Pascal Bleser <guru@unixtech.be> 4.06-0.pm.1
|
|
- update to 4.06:
|
|
* fixes AV version detection
|
|
|
|
* Fri Nov 28 2008 Pascal Bleser <guru@unixtech.be> 4.05-0.pm.1
|
|
- update to 4.05:
|
|
* adds several minor bugfixes
|
|
* updates the Slovene and Italian language files
|
|
|
|
* Sun Nov 16 2008 Pascal Bleser <guru@unixtech.be> 4.04-0.pm.1
|
|
- update to 4.04:
|
|
* fixes a minor bug
|
|
* GUI improvements
|
|
* updates to Chinese and Swedish translations
|
|
|
|
* Mon Nov 10 2008 Pascal Bleser <guru@unixtech.be> 4.03-0.pm.1
|
|
- update to 4.03:
|
|
* updates the Polish, French, Russian, and Brazilian language files to the
|
|
4.x series
|
|
* a few missing translation lines were added
|
|
* the display of the GUI and the logs were improved
|
|
|
|
* Sun Oct 26 2008 Pascal Bleser <guru@unixtech.be> 4.02-0.pm.1
|
|
- update to 4.02:
|
|
* bugfixes
|
|
* updated korean translation
|
|
|
|
* Sun Oct 19 2008 Pascal Bleser <guru@unixtech.be> 4.01-0.pm.1
|
|
- update to 4.01:
|
|
* bugfixes
|
|
* updates README
|
|
* updates Dutch translation
|
|
|
|
* Mon Oct 13 2008 Pascal Bleser <guru@unixtech.be> 4.00-0.pm.1
|
|
- update to 4.00
|
|
* adds the ability of any user to maintain their own sig database and update
|
|
them
|
|
|
|
# Local Variables:
|
|
# mode: rpm-spec
|
|
# tab-width: 3
|
|
# End:
|