]> git.pld-linux.org Git - packages/bzr-gtk.git/blob - bzr-gtk.spec
- tabs in preamble
[packages/bzr-gtk.git] / bzr-gtk.spec
1 Summary:        Plugin for Bazaar-NG providing GUI to most operations
2 Summary(pl.UTF-8):      Wtyczka do Bazaar-NG udostępniająca interfejs graficzny dla większości operacji
3 Name:           bzr-gtk
4 Version:        0.13.0
5 Release:        1
6 License:        GPL v2
7 Group:          Development/Version Control
8 Source0:        http://samba.org/~jelmer/bzr/%{name}-%{version}.tar.gz
9 # Source0-md5:  e5734611d676ad2a1e5b0cd32679e10b
10 URL:            http://bazaar-vcs.org/bzr-gtk
11 BuildRequires:  python >= 1:2.4
12 BuildRequires:  rpmbuild(macros) >= 1.219
13 %pyrequires_eq  python
14 Requires:       bzr >= 0.13
15 Requires:       python-pygtk-glade
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 bzr-gtk is a plugin for Bazaar-NG (bzr) that aims to provide GTK+
21 interfaces to most Bazaar operations. Provided commands are:
22 - gcommit
23 - gdiff
24 - visualise
25 - gannotate
26 - gbranch
27
28 %description -l pl.UTF-8
29 bzr-gtk jest wtyczką dla Bazaar-NG (bzr), która ma na celu
30 dostarczenie graficznego interfejsu GTK+ dla większości poleceń
31 Bazaar. Dostępnymi poleceniami są:
32 - gcommit
33 - gdiff
34 - visualise
35 - gannotate
36 - gbranch
37
38 %prep
39 %setup -q
40
41 %build
42 %{__python} setup.py build
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 %{__python} setup.py install \
47         --optimize=2 \
48         --root=$RPM_BUILD_ROOT
49
50 %py_postclean
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %post
56 %update_desktop_database_post
57 %banner %{name} -e << EOF
58 For full functionality, you need to install:
59 - python-pycairo (for graphs in the visualisation tool)
60 - python-gnome (for Nautilus integration)
61 EOF
62
63 %postun
64 %update_desktop_database_postun
65
66 %files
67 %defattr(644,root,root,755)
68 %doc AUTHORS README TODO
69 %attr(755,root,root) %{_bindir}/*
70 %{py_sitescriptdir}/*
71 %{_pixmapsdir}/*
72 %{_desktopdir}/*.desktop
73 %{_datadir}/olive
This page took 0.066261 seconds and 4 git commands to generate.