SHA256
1
0
forked from pool/ktorrent
OBS User unknown
2007-10-02 23:02:44 +00:00
committed by Git OBS Bridge
parent d822996377
commit 7f62d5273f
5 changed files with 17 additions and 5171 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd5f7ca8d9a06a317c4adf6336328dc79bdf6c7f7d31588af691ba202ef267f3
size 3763678

3
ktorrent-2.2.2.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c110b552e07d63af8c59423c6c7b6d6f3856844dcad125a3a783827650035dde
size 2597612

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 26 16:58:34 CEST 2007 - stbinner@suse.de
- update to 2.2.2, second bugfix release for version 2.2
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Aug 19 18:30:53 CEST 2007 - stbinner@suse.de Sun Aug 19 18:30:53 CEST 2007 - stbinner@suse.de

View File

@@ -1,5 +1,5 @@
# #
# spec file for package ktorrent (Version 2.2.1) # spec file for package ktorrent (Version 2.2.2)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@@ -15,20 +15,19 @@ BuildRequires: gmp-devel kdelibs3-devel
%if %suse_version > 1020 %if %suse_version > 1020
BuildRequires: fdupes BuildRequires: fdupes
%endif %endif
URL: http://ktorrent.pwsp.net/ Url: http://ktorrent.pwsp.net/
License: GPL v2 or later License: GPL v2 or later
Group: Productivity/Networking/File-Sharing Group: Productivity/Networking/File-Sharing
Summary: KDE BitTorrent Client Summary: KDE BitTorrent Client
Version: 2.2.1 Version: 2.2.2
Release: 15 Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define rversion 2.2.1 %define rversion 2.2.2
Source: %{name}-%{rversion}.tar.gz Source: %{name}-%{rversion}.tar.bz2
Patch2: remove-links.diff Patch2: remove-links.diff
Patch4: no-geoip-db.diff Patch4: no-geoip-db.diff
Patch10: ktorrent-fix-columns.diff Patch10: ktorrent-fix-columns.diff
Patch16: disable-DHT.diff Patch16: disable-DHT.diff
Patch17: hu-translations.diff
Patch18: build-kde-3.4.diff Patch18: build-kde-3.4.diff
%if %suse_version > 1020 %if %suse_version > 1020
Requires: %{name}-lang = %{version} Requires: %{name}-lang = %{version}
@@ -58,7 +57,6 @@ Authors:
%patch4 -p1 %patch4 -p1
%patch10 %patch10
%patch16 %patch16
%patch17
%if %suse_version < 1010 %if %suse_version < 1010
%patch18 %patch18
%endif %endif
@@ -78,7 +76,6 @@ do_make %{?jobs:-j %jobs}
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install
%suse_update_desktop_file %name Network FileTransfer %suse_update_desktop_file %name Network FileTransfer
%if %suse_version > 1020 %if %suse_version > 1020
%fdupes -s $RPM_BUILD_ROOT %fdupes -s $RPM_BUILD_ROOT
%endif %endif
kde_post_install kde_post_install
@@ -117,12 +114,13 @@ kde_post_install
/opt/kde3/share/apps/* /opt/kde3/share/apps/*
/opt/kde3/%_lib/kde3/* /opt/kde3/%_lib/kde3/*
/opt/kde3/%_lib/libktorrent.* /opt/kde3/%_lib/libktorrent.*
/opt/kde3/%_lib/libktorrent-2.2.1.so /opt/kde3/%_lib/libktorrent-%{version}.so
/opt/kde3/share/config.kcfg/*.kcfg /opt/kde3/share/config.kcfg/*.kcfg
/opt/kde3/share/services/*.desktop /opt/kde3/share/services/*.desktop
/opt/kde3/share/servicetypes/*.desktop /opt/kde3/share/servicetypes/*.desktop
%changelog %changelog
* Wed Sep 26 2007 - stbinner@suse.de
- update to 2.2.2, second bugfix release for version 2.2
* Sun Aug 19 2007 - stbinner@suse.de * Sun Aug 19 2007 - stbinner@suse.de
- fix build on 10.0 - fix build on 10.0
* Tue Aug 14 2007 - stbinner@suse.de * Tue Aug 14 2007 - stbinner@suse.de