]> git.pld-linux.org Git - packages/ktorrent.git/blob - ktorrent.spec
- pl
[packages/ktorrent.git] / ktorrent.spec
1 Summary:        Native KDE BitTorrent client
2 Summary(pl):    Natywny klient BitTorrenta dla KDE
3 Name:           ktorrent
4 Version:        1.1
5 Release:        0.3
6 License:        GPL
7 Group:          Applications/Networking
8 Source0:        http://ktorrent.pwsp.net/downloads/1.1/%{name}-%{version}.tar.gz
9 # Source0-md5:  d282e2cef75f2e4cf4bf5a84e0f45d3c
10 URL:            http://ktorrent.pwsp.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  kdelibs-devel >= 9:3.2.0
14 BuildRequires:  rpmbuild(macros) >= 1.129
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 KTorrent is a BitTorrent program for KDE.
19
20 Its main features are:
21 - Downloads torrent files
22 - Upload speed capping, seeing that most people can't upload infinite
23   amounts of data.
24 - Internet searching using various search engines, you can even add
25   your own.
26 - UDP Trackers
27
28 %description -l pl
29 KTorrent to klient BitTorrenta dla KDE.
30
31 G³ówne cechy to:
32 - ¶ci±ganie plików torrent
33 - ograniczanie szybko¶ci uploadu, bacz±ce ¿eby wiêkszo¶æ ludzi nie
34   przesy³a³a nieograniczonej ilo¶ci danych
35 - przeszukiwanie Internetu przy u¿yciu ró¿nych wyszukiwarek, mo¿na
36   nawet dodaæ w³asn±
37 - trackery UDP
38
39 %prep
40 %setup -q
41
42 %build
43 cp -f /usr/share/automake/config.sub admin
44 %{__make} -f admin/Makefile.common cvs
45
46 %configure \
47 %if "%{_lib}" == "lib64"
48         --enable-libsuffix=64 \
49 %endif
50         --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
51         --with-qt-libraries=%{_libdir}
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 rm -f $RPM_BUILD_ROOT%{_datadir}/applnk/Internet/ktorrent.desktop
60
61 %find_lang %{name} --with-kde
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files -f %{name}.lang
67 %defattr(644,root,root,755)
68 %attr(755,root,root) %{_bindir}/ktcachecheck
69 %attr(755,root,root) %{_bindir}/ktorrent
70 %attr(755,root,root) %{_bindir}/kttorinfo
71 %{_desktopdir}/kde/ktorrent.desktop
72 %{_datadir}/apps/%{name}
73 %{_datadir}/config.kcfg/ktorrent.kcfg
74 %{_iconsdir}/*/*/apps/%{name}.png
75 %{_iconsdir}/hicolor/scalable/apps/ktorrent.svgz
This page took 0.074067 seconds and 4 git commands to generate.