]> git.pld-linux.org Git - packages/bzr-gtk.git/commitdiff
- New spec file.
authorjaphy <japhy@pld-linux.org>
Sat, 16 Dec 2006 17:21:45 +0000 (17:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bzr-gtk.spec -> 1.1

bzr-gtk.spec [new file with mode: 0644]

diff --git a/bzr-gtk.spec b/bzr-gtk.spec
new file mode 100644 (file)
index 0000000..de298b6
--- /dev/null
@@ -0,0 +1,74 @@
+Summary:       Plugin for Bazaar-NG providing GUI to most operations.
+Summary(pl):   Wtyczka do Bazaar-NG udostêpniaj±ca interfejs graficzny dla wiêkszo¶ci operacji
+Name:          bzr-gtk
+Version:       0.13.0
+Release:       1
+License:       GPL v2
+Group:         Development/Version Control
+Source0:       http://samba.org/~jelmer/bzr/%{name}-%{version}.tar.gz
+# Source0-md5: e5734611d676ad2a1e5b0cd32679e10b
+URL:           http://bazaar-vcs.org/bzr-gtk
+BuildRequires: python >= 1:2.4
+BuildRequires: rpmbuild(macros) >= 1.219
+%pyrequires_eq  python
+Requires:      bzr >= 0.13
+Requires:      python-pygtk-glade
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+bzr-gtk is a plugin for Bazaar-NG (bzr) that aims to provide GTK+
+interfaces to most Bazaar operations. Provided commands are:
+- gcommit
+- gdiff
+- visualise
+- gannotate
+- gbranch
+
+%description -l pl
+bzr-gtk jest wtyczk± dla Bazaar-NG (bzr), która ma na celu
+dostarczenie graficznego interfejsu GTK+ dla wiêkszo¶ci poleceñ
+Bazaar.  Dostêpnymi poleceniami s±:
+- gcommit
+- gdiff
+- visualise
+- gannotate
+- gbranch
+
+%prep
+%setup -q
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install \
+       --optimize=2 \
+       --root=$RPM_BUILD_ROOT
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_desktop_database_post
+%banner %{name} -e << EOF
+For full functionality, you need to install:
+- python-pycairo (for graphs in the visualisation tool)
+- python-gnome (for Nautilus integration)
+EOF
+
+
+%postun
+%update_desktop_database_postun
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README TODO
+%{py_sitescriptdir}/*
+%{_pixmapsdir}/*
+%{_desktopdir}/*
+%{_datadir}/olive
+%attr(755,root,root) %{_bindir}/*
This page took 0.124085 seconds and 4 git commands to generate.