]> git.pld-linux.org Git - packages/ktorrent.git/blob - ktorrent.spec
- new (thanks i am dakh)
[packages/ktorrent.git] / ktorrent.spec
1 Summary:        Native KDE BitTorrent client
2 Name:           ktorrent
3 Version:        1.1
4 Release:        0.1
5 License:        GPL
6 Group:          Applications/Networking
7 Source0:        http://ktorrent.pwsp.net/downloads/1.1/%{name}-%{version}.tar.gz
8 # Source0-md5:  d282e2cef75f2e4cf4bf5a84e0f45d3c
9 URL:            http://ktorrent.pwsp.net/
10 BuildRequires:  kdelibs-devel
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 KTorrent is a BitTorrent program for KDE.
15
16 Its main features are:
17 - Downloads torrent files
18 - Upload speed capping, seeing that most people can't upload infinite
19   amounts of data.
20 - Internet searching using various search engines, you can even add
21   your own.
22 - UDP Trackers
23
24 %prep
25 %setup -q
26
27 %build
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 rm -f $RPM_BUILD_ROOT%{_datadir}/applnk/Internet/ktorrent.desktop
37
38 %find_lang %{name} --with-kde
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files -f %{name}.files
44 %defattr(644,root,root,755)
45 %attr(755,root,root) %{_bindir}/ktcachecheck
46 %attr(755,root,root) %{_bindir}/ktorrent
47 %attr(755,root,root) %{_bindir}/kttorinfo
48 %{_desktopdir}/kde/ktorrent.desktop
49 %{_datadir}/apps/ktorrent/icons/hicolor/128x128/apps/ktorrent.png
50 %{_datadir}/apps/ktorrent/icons/hicolor/16x16/apps/ktorrent.png
51 %{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktremove.png
52 %{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktstart.png
53 %{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktstart_all.png
54 %{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktstop.png
55 %{_datadir}/apps/ktorrent/icons/hicolor/22x22/actions/ktstop_all.png
56 %{_datadir}/apps/ktorrent/icons/hicolor/22x22/apps/ktorrent.png
57 %{_datadir}/apps/ktorrent/icons/hicolor/32x32/apps/ktorrent.png
58 %{_datadir}/apps/ktorrent/icons/hicolor/48x48/apps/ktorrent.png
59 %{_datadir}/apps/ktorrent/icons/hicolor/64x64/apps/ktorrent.png
60 %{_datadir}/apps/ktorrent/icons/hicolor/64x64/filesystems/ktprefdownloads.png
61 %{_datadir}/apps/ktorrent/icons/hicolor/scalable/apps/ktorrent.svgz
62 %{_datadir}/apps/ktorrent/ktorrentui.rc
63 %{_datadir}/config.kcfg/ktorrent.kcfg
64 %{_iconsdir}/hicolor/128x128/apps/ktorrent.png
65 %{_iconsdir}/hicolor/16x16/apps/ktorrent.png
66 %{_iconsdir}/hicolor/22x22/apps/ktorrent.png
67 %{_iconsdir}/hicolor/32x32/apps/ktorrent.png
68 %{_iconsdir}/hicolor/48x48/apps/ktorrent.png
69 %{_iconsdir}/hicolor/64x64/apps/ktorrent.png
70 %{_iconsdir}/hicolor/scalable/apps/ktorrent.svgz
This page took 0.082087 seconds and 4 git commands to generate.