]> git.pld-linux.org Git - packages/bzr-gtk.git/blobdiff - bzr-gtk.spec
- Up to 0.99.1
[packages/bzr-gtk.git] / bzr-gtk.spec
index ad34b64ea2c68a64c75a4e2e71a1c71c41acd8d7..150aef08db59e14cf3dbf603727175e326191ea0 100644 (file)
@@ -1,20 +1,33 @@
-Summary:       Plugin for Bazaar-NG providing GUI to most operations
-Summary(pl.UTF-8):     Wtyczka do Bazaar-NG udostępniająca interfejs graficzny dla większości operacji
+# TODO:
+# - Add locale files
+# - Add new package for Olive, previously included here now it's own project: http://wiki.bazaar.canonical.com/Olive/
+%define                ver     0.99
+%define                minor   1
+Summary:       Plugin for Bazaar-NG (bzr)
+Summary(pl.UTF-8):     Wtyczka do Bazaar-NG (bzr)
 Name:          bzr-gtk
-%define                ver     0.91
-%define                minor   0
 Version:       %{ver}.%{minor}
-Release:       2
-License:       GPL v2
+Release:       8
+License:       GPL v2+
 Group:         Development/Version Control
-Source0:       https://launchpad.net/bzr-gtk/%{ver}/%{version}/+download/bzr-gtk-%{version}.tar.gz
-# Source0-md5: 3b5d9c517494988a83d7ccaae8a18e2f
+# Source0:     https://launchpad.net/bzr-gtk/%{ver}/%{version}/+download/bzr-gtk-%{version}.tar.gz
+Source0:       http://samba.org/~jelmer/bzr/%{name}-%{version}.tar.gz
+# Source0-md5: 68354924f3104ab1ba7efc8bfe15ae0b
+Patch0:                %{name}-dbus_detection_fix.patch
 URL:           http://bazaar-vcs.org/bzr-gtk
+BuildRequires: gettext-devel
+BuildRequires: pkgconfig
 BuildRequires: python >= 1:2.4
+BuildRequires: python-devel
+BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.219
-%pyrequires_eq  python
+Requires(post,postun): desktop-file-utils
+%pyrequires_eq python
 Requires:      bzr >= %{ver}
-Requires:      python-pygtk-glade
+Requires:      python-pygtk-glade >= 2:2.10
+Requires:      python-pygtk-gtk >= 2:2.10
+Suggests:      python-gnome
+Suggests:      python-pycairo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -38,12 +51,14 @@ Bazaar. Dostępnymi poleceniami są:
 
 %prep
 %setup -q
+#%patch0 -p1
 
 %build
 %{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__python} setup.py install \
        --install-purelib %{py_sitedir} \
        --optimize=2 \
@@ -67,9 +82,14 @@ EOF
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README TODO
-%attr(755,root,root) %{_bindir}/*
-%{py_sitedir}/*
-%{_pixmapsdir}/*
-%{_desktopdir}/*.desktop
-%{_datadir}/olive
+%doc AUTHORS NEWS README TODO
+%attr(755,root,root) %{_bindir}/bzr-handle-patch
+%attr(755,root,root) %{_bindir}/bzr-notify
+%{py_sitedir}/bzrlib/plugins/gtk
+%{_datadir}/bzr-gtk
+%{_desktopdir}/bazaar-properties.desktop
+%{_desktopdir}/bzr-notify.desktop
+%{_desktopdir}/bzr-handle-patch.desktop
+%{_pixmapsdir}/bzr-icon-64.png
+%{_iconsdir}/hicolor/scalable/emblems
+%{_datadir}/application-registry/bzr-gtk.applications
This page took 0.05823 seconds and 4 git commands to generate.