X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbzr-gtk.git;a=blobdiff_plain;f=bzr-gtk.spec;h=57e5b7cfc4ffabf1a740bb6c58b58ad31559617b;hp=8f32a2c276fafb12e51be6387307fef854de2fb1;hb=HEAD;hpb=70686cd4ce40590824a129137b2461d0e8cdbeba diff --git a/bzr-gtk.spec b/bzr-gtk.spec index 8f32a2c..57e5b7c 100644 --- a/bzr-gtk.spec +++ b/bzr-gtk.spec @@ -1,23 +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.93 -%define minor 0 Version: %{ver}.%{minor} -Release: 2 +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: de4951911d7e39d88916d276177476f3 +# 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 URL: http://bazaar-vcs.org/bzr-gtk -BuildRequires: python >= 1:2.5 +BuildRequires: bzr >= %{ver} +BuildRequires: gettext-tools +BuildRequires: pkgconfig +BuildRequires: python >= 1:2.4 +BuildRequires: python-devel BuildRequires: rpm-pythonprov -BuildRequires: rpmbuild(macros) >= 1.219 +BuildRequires: rpmbuild(macros) >= 1.710 Requires(post,postun): desktop-file-utils %pyrequires_eq python Requires: bzr >= %{ver} 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 @@ -43,12 +53,12 @@ Bazaar. Dostępnymi poleceniami są: %setup -q %build -%{__python} setup.py build +%py_build %install rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install \ +%py_install \ --install-purelib %{py_sitedir} \ --optimize=2 \ --root=$RPM_BUILD_ROOT @@ -72,12 +82,13 @@ EOF %files %defattr(644,root,root,755) %doc AUTHORS NEWS README TODO -%attr(755,root,root) %{_bindir}/olive-gtk +%attr(755,root,root) %{_bindir}/bzr-handle-patch +%attr(755,root,root) %{_bindir}/bzr-notify %{py_sitedir}/bzrlib/plugins/gtk -%{py_sitedir}/olive -%{py_sitedir}/bzr_gtk-*.egg-info -%{_datadir}/olive -%{_pixmapsdir}/olive-gtk.png +%{_datadir}/bzr-gtk %{_desktopdir}/bazaar-properties.desktop %{_desktopdir}/bzr-notify.desktop -%{_desktopdir}/olive-gtk.desktop +%{_desktopdir}/bzr-handle-patch.desktop +%{_pixmapsdir}/bzr-icon-64.png +%{_iconsdir}/hicolor/scalable/emblems +%{_datadir}/application-registry/bzr-gtk.applications