[rabbitvcs/f16] Updates RabbitVCS to 0.14.2.1 and adds Thunar support

Juan Manuel Rodriguez Moreno nushio at fedoraproject.org
Tue Sep 13 17:37:29 UTC 2011


commit 33b1fb11ccd249df0ce0f9921ec4d8eea306ec5f
Author: Juan Rodriguez <nushio at fedoraproject.org>
Date:   Tue Sep 13 12:37:32 2011 -0500

    Updates RabbitVCS to 0.14.2.1 and adds Thunar support

 rabbitvcs.spec |   37 ++++++++++++++++++++-----------------
 sources        |    2 +-
 2 files changed, 21 insertions(+), 18 deletions(-)
---
diff --git a/rabbitvcs.spec b/rabbitvcs.spec
index 2acc5f6..656a3bf 100644
--- a/rabbitvcs.spec
+++ b/rabbitvcs.spec
@@ -7,7 +7,7 @@
 %global title RabbitVCS
 
 Name:           rabbitvcs  
-Version:        0.14.1.1
+Version:        0.14.2.1
 Release:        1%{?dist}
 Summary:        Graphical user interface to version control systems
 
@@ -62,18 +62,17 @@ RabbitVCS is a set of graphical tools written to provide simple and
 straightforward access to the version control systems you use. This is the 
 extension for the Nautilus file manager.
 
-#Requires thunarx-python which currently isn't in Fedora. 
-#%package thunar
-#Summary:        Thunar extension for RabbitVCS
-#Group:          Development/Tools
-#Requires:       rabbitvcs-core = %{version}-%{release}
-#Requires:       thunar >= 0.4.0
-#Requires:       thunarx-python >= 0.2.0
-#Requires:       dbus-python >= 0.80
+%package thunar
+Summary:        Thunar extension for RabbitVCS
+Group:          Development/Tools
+Requires:       rabbitvcs-core = %{version}-%{release}
+Requires:       thunar >= 0.4.0
+Requires:       thunarx-python >= 0.2.0
+Requires:       dbus-python >= 0.80
 
-#%description thunar
-#An extension for Thunar to allow better integration with the 
-#Subversion source control system.
+%description thunar
+An extension for Thunar to allow better integration with the 
+Subversion source control system.
 
 %package gedit
 Summary:        Gedit extension for RabbitVCS
@@ -137,8 +136,8 @@ mkdir -p $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/python/
 cp clients/nautilus/%{title}.py $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/python/%{title}.py
 
 # Installing Thunar Extension
-#mkdir -p $RPM_BUILD_ROOT%{_libdir}/thunarx-2/python/
-#cp clients/thunar/%{title}.py $RPM_BUILD_ROOT%{_libdir}/thunarx-2/python/%{title}.py
+mkdir -p $RPM_BUILD_ROOT%{_libdir}/thunarx-2/python/
+cp clients/thunar/%{title}.py $RPM_BUILD_ROOT%{_libdir}/thunarx-2/python/%{title}.py
 
 # Installing Gedit Extension
 mkdir -p $RPM_BUILD_ROOT%{_libdir}/gedit-2/plugins/
@@ -180,9 +179,9 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-, root, root,-)
 %{_libdir}/nautilus/extensions-2.0/python/%{title}.py*
 
-#%files thunar
-#%defattr(-, root, root,-)
-#%{_libdir}/thunarx-2/python/%{title}.py*
+%files thunar
+%defattr(-, root, root,-)
+%{_libdir}/thunarx-2/python/%{title}.py*
 
 %files gedit
 %defattr(-, root, root,-)
@@ -200,6 +199,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-, root, root,-)
 
 %changelog
+* Tue Sep 13 2011 Juan Rodriguez <nushio at fedoraproject.org> - 0.14.2.1-1
+- Updated package to 0.14.2.1
+- Added Thunar Plugin
+
 * Mon Feb 14 2011 Juan Rodriguez <nushio at fedoraproject.org> - 0.14.1.1-1
 - Updated Package to 0.14.1.1
 - Lots of speed improvements. 
diff --git a/sources b/sources
index a3fe53f..b74ba10 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9cc7e667cabf8c54bcdc7718d3cfb68  rabbitvcs-0.14.1.1.tar.gz
+db6f73014639d93653f3e2af2b0ed11f  rabbitvcs-0.14.2.1.tar.gz


More information about the scm-commits mailing list