SHA256
1
0
forked from pool/ktorrent
OBS User unknown
2007-08-19 17:05:07 +00:00
committed by Git OBS Bridge
parent f9ce477d74
commit d822996377
3 changed files with 34 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ License: GPL v2 or later
Group: Productivity/Networking/File-Sharing
Summary: KDE BitTorrent Client
Version: 2.2.1
Release: 12
Release: 15
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define rversion 2.2.1
Source: %{name}-%{rversion}.tar.gz
@@ -29,6 +29,7 @@ Patch4: no-geoip-db.diff
Patch10: ktorrent-fix-columns.diff
Patch16: disable-DHT.diff
Patch17: hu-translations.diff
Patch18: build-kde-3.4.diff
%if %suse_version > 1020
Requires: %{name}-lang = %{version}
%endif
@@ -58,6 +59,9 @@ Authors:
%patch10
%patch16
%patch17
%if %suse_version < 1010
%patch18
%endif
. /etc/opt/kde3/common_options
update_admin
@@ -119,6 +123,8 @@ kde_post_install
/opt/kde3/share/servicetypes/*.desktop
%changelog
* Sun Aug 19 2007 - stbinner@suse.de
- fix build on 10.0
* Tue Aug 14 2007 - stbinner@suse.de
- add improved Hungarian translation (#295663)
* Tue Jul 24 2007 - bvirlet@suse.de