SHA256
1
0
forked from pool/ktorrent
OBS User unknown
2007-05-17 09:42:29 +00:00
committed by Git OBS Bridge
parent 13b24c09b8
commit a75063564a
2 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 14 17:37:05 CEST 2007 - coolo@suse.de
- split translations into special package
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 24 09:45:44 CEST 2007 - stbinner@suse.de Tue Apr 24 09:45:44 CEST 2007 - stbinner@suse.de

View File

@@ -17,7 +17,7 @@ License: GNU General Public License (GPL)
Group: Productivity/Networking/Other Group: Productivity/Networking/Other
Summary: KDE BitTorrent Client Summary: KDE BitTorrent Client
Version: 2.1.4 Version: 2.1.4
Release: 1 Release: 12
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define rversion %{version} %define rversion %{version}
Source: %{name}-%{rversion}.tar.gz Source: %{name}-%{rversion}.tar.gz
@@ -26,6 +26,7 @@ Patch4: no-geoip-db.diff
Patch10: ktorrent-fix-columns.diff Patch10: ktorrent-fix-columns.diff
Patch15: ktorrent-fix-compiler_warning.diff Patch15: ktorrent-fix-compiler_warning.diff
Patch16: disable-DHT.diff Patch16: disable-DHT.diff
Requires: %{name} = %{version}
%description %description
Torrent is a BitTorrent program for KDE. Its main features are: * Torrent is a BitTorrent program for KDE. Its main features are: *
@@ -44,6 +45,7 @@ Authors:
-------- --------
Jois Guisson <jrois.guisson@gmail.com> Jois Guisson <jrois.guisson@gmail.com>
%lang_package
%prep %prep
%setup -q -n %{name}-%{rversion} %setup -q -n %{name}-%{rversion}
%patch2 -p1 %patch2 -p1
@@ -74,7 +76,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
%post %post
%run_ldconfig %run_ldconfig
%files -f %name.lang %files lang -f %name.lang
%files
%defattr(-,root,root) %defattr(-,root,root)
%dir /opt/kde3/share/icons/hicolor/16x16 %dir /opt/kde3/share/icons/hicolor/16x16
%dir /opt/kde3/share/icons/hicolor/32x32 %dir /opt/kde3/share/icons/hicolor/32x32
@@ -100,6 +104,8 @@ make DESTDIR=$RPM_BUILD_ROOT install
/opt/kde3/share/servicetypes/*.desktop /opt/kde3/share/servicetypes/*.desktop
%changelog %changelog
* Mon May 14 2007 - coolo@suse.de
- split translations into special package
* Tue Apr 24 2007 - stbinner@suse.de * Tue Apr 24 2007 - stbinner@suse.de
- update to 2.1.4: - update to 2.1.4:
* Fixed crash in parsing of DHT messages * Fixed crash in parsing of DHT messages