rpms/bzr-gtk/devel .cvsignore, 1.4, 1.5 bzr-gtk.spec, 1.3, 1.4 sources, 1.4, 1.5

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Tue Apr 3 02:09:23 UTC 2007


Author: toshio

Update of /cvs/extras/rpms/bzr-gtk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12082

Modified Files:
	.cvsignore bzr-gtk.spec sources 
Log Message:
- Update to 0.15.1
- Split olive directory in site-packages into the olive package.
- Don't own the bzrlib or plugins directory as bzr already owns them.
- Notes on splitting the nautilus functionality out.  This isn't done yet as
  we need to add python-nautilus into Fedora.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bzr-gtk/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	24 Jan 2007 03:06:02 -0000	1.4
+++ .cvsignore	3 Apr 2007 02:08:50 -0000	1.5
@@ -1 +1 @@
-bzr-gtk-0.13.0.tar.gz
+bzr-gtk-0.15.1.tar.gz


Index: bzr-gtk.spec
===================================================================
RCS file: /cvs/extras/rpms/bzr-gtk/devel/bzr-gtk.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bzr-gtk.spec	24 Jan 2007 03:06:02 -0000	1.3
+++ bzr-gtk.spec	3 Apr 2007 02:08:50 -0000	1.4
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           bzr-gtk
-Version:        0.13.0
+Version:        0.15.1
 Release:        1%{?dist}
 Summary:        Bazaar plugin for GTK+ interfaces to most Bazaar operations
 
@@ -14,7 +14,7 @@
 BuildArch:      noarch
 BuildRequires:  python-devel bzr
 BuildRequires:  gettext
-Requires:       bzr >= 0.13
+Requires:       bzr >= 0.15
 
 %description
 bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces to most
@@ -41,8 +41,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-
-%find_lang olive-gtk
+# mv $RPM_BUILD_ROOT%{python_sitelib}/bzrlib/plugins/gtk/nautilus* $RPM_BUILD_ROOT%{_prefix}/lib/nautilus/extensions-1.0/python/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -51,17 +50,27 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYING README
-# For noarch packages: sitelib
-%{python_sitelib}/*
+%{python_sitelib}/bzrlib/plugins/gtk/
 
-%files -n olive -f olive-gtk.lang
+%files -n olive
 %defattr(-,root,root,-)
 %{_bindir}/*
+%{python_sitelib}/olive
 %{_datadir}/olive/
 %{_datadir}/pixmaps/olive-gtk.png
 %{_datadir}/applications/olive-gtk.desktop
 
+#%files nautilus
+#%{_prefix}/lib/nautilus/extensions-1.0/python/*
+
 %changelog
+* Thu Mar 23 2007 Toshio Kuratomi <toshio at tiki-lounge.com> 0.15.1-1
+- Update to 0.15.1
+- Split olive directory in site-packages into the olive package.
+- Don't own the bzrlib or plugins directory as bzr already owns them.
+- Notes on splitting the nautilus functionality out.  This isn't done yet as
+  we need to add python-nautilus into Fedora.
+
 * Wed Dec 06 2006 Toshio Kuratomi <toshio at tiki-lounge.com> 0.13.0-1
 - Update to 0.13.0
 - Desktop file patch merged upstream.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bzr-gtk/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	24 Jan 2007 03:06:02 -0000	1.4
+++ sources	3 Apr 2007 02:08:50 -0000	1.5
@@ -1 +1 @@
-e5734611d676ad2a1e5b0cd32679e10b  bzr-gtk-0.13.0.tar.gz
+6a5d54630675dbcdbe5e9037c7ddd5b7  bzr-gtk-0.15.1.tar.gz




More information about the scm-commits mailing list