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