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
|
||||
|
||||
|
38
clamtk.spec
38
clamtk.spec
@ -1,24 +1,25 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: clamtk
|
||||
Version: 4.20
|
||||
Release: 0
|
||||
Summary: GUI for the ClamAV Antivirus
|
||||
Name: clamtk
|
||||
Version: 4.20
|
||||
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
|
||||
Source: clamtk-%{version}.tar.bz2
|
||||
Patch0: clamtk-4.20-add_searchpath.patch
|
||||
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
|
||||
BuildRequires: perl update-desktop-files
|
||||
BuildArch: noarch
|
||||
#Obsoletes: clamtk-kde
|
||||
|
||||
%description
|
||||
ClamTk is a GUI front-end for ClamAV using Gtk2-perl.
|
||||
@ -33,6 +34,7 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0
|
||||
|
||||
%build
|
||||
%__gzip -dc clamtk.1.gz > clamtk.1
|
||||
@ -72,7 +74,3 @@ popd #po
|
||||
%doc %{_mandir}/man1/clamtk.1*
|
||||
|
||||
%changelog
|
||||
# Local Variables:
|
||||
# mode: rpm-spec
|
||||
# tab-width: 3
|
||||
# End:
|
||||
|
Loading…
Reference in New Issue
Block a user