]> git.pld-linux.org Git - packages/transmission.git/blob - transmission.spec
- pl
[packages/transmission.git] / transmission.spec
1 Summary:        A versatile and multi-platform BitTorrent client
2 Summary(pl.UTF-8):      Wszechstronny i wieloplatformowy klient BitTorrenta
3 Name:           Transmission
4 Version:        0.71
5 Release:        1
6 License:        MIT
7 Group:          Applications/Communications
8 Source0:        http://download.m0k.org/transmission/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  2df675d20175f0a73d0c470f428018f8
10 URL:            http://transmission.m0k.org/
11 BuildRequires:  gtk+2-devel >= 2:2.6.0
12 BuildRequires:  intltool >= 0.35.5
13 BuildRequires:  openssl-devel
14 BuildRequires:  pkgconfig
15 BuildRequires:  rpmbuild(macros) >= 1.357
16 Requires(post,postun):  gtk+2
17 Requires:       gtk+2 >= 2:2.6.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Transmission has been built from the ground up to be a lightweight,
22 yet powerful BitTorrent client. Its simple, intuitive interface is
23 designed to integrate tightly with whatever computing environment you
24 choose to use. Transmission strikes a balance between providing useful
25 functionality without feature bloat.
26
27 %description -l pl.UTF-8
28 Transmission został stworzony od podstaw, aby być lekkim lecz mającym
29 duże możliwości klientem BitTorrenta. Jego prosty, intuicyjny
30 interfejs jest zaprojektowany spójnie z dowolnym środowiskiem wybranym
31 przez użytkownika. Transmission stawia na równowagę zapewnienia
32 przydatnej funkcjonalności bez nadmiaru opcji.
33
34 %prep
35 %setup -q
36
37 %build
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %find_lang %{name} --all-name --with-gnome
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %post
53 %update_desktop_database_post
54
55 %postun
56 %update_desktop_database_postun
57
58 %files -f %{name}.lang
59 %defattr(644,root,root,755)
60 %doc AUTHORS NEWS README
61 %attr(755,root,root) %{_bindir}/transmissioncli
62 %attr(755,root,root) %{_bindir}/transmission-gtk
63 %{_desktopdir}/transmission-gtk.desktop
64 %{_pixmapsdir}/transmission.png
This page took 0.075926 seconds and 4 git commands to generate.