Accepting request 23624 from home:Freespacer:branches:security
Copy from home:Freespacer:branches:security/clamtk via accept of submit request 23624 revision 2. Request was accepted with message: reviewed OBS-URL: https://build.opensuse.org/request/show/23624 OBS-URL: https://build.opensuse.org/package/show/security/clamtk?expand=0&rev=15
This commit is contained in:
parent
ba00d504f7
commit
b2790af4a2
11
clamtk-4.20-add_searchpath.patch
Normal file
11
clamtk-4.20-add_searchpath.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- clamtk.orig 2009-10-06 18:40:31.000000000 +0200
|
||||||
|
+++ clamtk 2009-10-12 20:50:49.000000000 +0200
|
||||||
|
@@ -4,6 +4,8 @@ use strict;
|
||||||
|
use warnings;
|
||||||
|
$|++;
|
||||||
|
|
||||||
|
+use lib qw( /usr/lib );
|
||||||
|
+
|
||||||
|
use ClamTk::App;
|
||||||
|
use ClamTk::Prefs;
|
||||||
|
use ClamTk::GUI;
|
@ -1,3 +1,7 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 03 12:00:00 CEST 2009 Sebastian Siebert <freespacer@gmx.de>
|
||||||
|
- add a patch to fix the problem with search path
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 1 17:25:33 UTC 2009 - pascal.bleser@opensuse.org
|
Sun Nov 1 17:25:33 UTC 2009 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
38
clamtk.spec
38
clamtk.spec
@ -1,24 +1,25 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: clamtk
|
Name: clamtk
|
||||||
Version: 4.20
|
Version: 4.20
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GUI for the ClamAV Antivirus
|
Summary: GUI for the ClamAV Antivirus
|
||||||
# http://prdownloads.sourceforge.net/clamtk/clamtk-%{version}.tar.gz
|
# http://prdownloads.sourceforge.net/clamtk/clamtk-%{version}.tar.gz
|
||||||
Source: clamtk-%{version}.tar.bz2
|
Source: clamtk-%{version}.tar.bz2
|
||||||
URL: http://clamtk.sourceforge.net/
|
Patch0: clamtk-4.20-add_searchpath.patch
|
||||||
Group: Productivity/Security
|
URL: http://clamtk.sourceforge.net/
|
||||||
License: Perl License
|
Group: Productivity/Security
|
||||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
License: Perl License
|
||||||
Requires: clamav >= 0.88
|
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||||
Requires: clamav-db
|
Requires: clamav >= 0.88
|
||||||
Requires: perl perl-File-Find-Rule perl-libwww-perl perl-Date-Calc
|
Requires: clamav-db
|
||||||
Requires: perl-Gtk2 perl-gettext
|
Requires: perl perl-File-Find-Rule perl-libwww-perl perl-Date-Calc
|
||||||
|
Requires: perl-Gtk2 perl-gettext
|
||||||
Requires: perl-Net-DNS
|
Requires: perl-Net-DNS
|
||||||
Requires: zenity
|
Requires: zenity
|
||||||
BuildRequires: perl update-desktop-files
|
BuildRequires: perl update-desktop-files
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Obsoletes: clamtk-kde
|
#Obsoletes: clamtk-kde
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ClamTk is a GUI front-end for ClamAV using Gtk2-perl.
|
ClamTk is a GUI front-end for ClamAV using Gtk2-perl.
|
||||||
@ -33,6 +34,7 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%__gzip -dc clamtk.1.gz > clamtk.1
|
%__gzip -dc clamtk.1.gz > clamtk.1
|
||||||
@ -72,7 +74,3 @@ popd #po
|
|||||||
%doc %{_mandir}/man1/clamtk.1*
|
%doc %{_mandir}/man1/clamtk.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
# Local Variables:
|
|
||||||
# mode: rpm-spec
|
|
||||||
# tab-width: 3
|
|
||||||
# End:
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user