Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 893993 Details for
Bug 1096162
No support in mate caja
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Spec file patch
rabbitvcs.spec-cajastaticgobject.patch (text/plain), 3.34 KB, created by
Patrick Monnerat
on 2014-05-09 10:24:48 UTC
(
hide
)
Description:
Spec file patch
Filename:
MIME Type:
Creator:
Patrick Monnerat
Created:
2014-05-09 10:24:48 UTC
Size:
3.34 KB
patch
obsolete
>--- rabbitvcs.spec.orig 2014-03-13 05:07:23.000000000 +0100 >+++ rabbitvcs.spec 2014-04-01 13:41:38.000000000 +0200 >@@ -5,11 +5,12 @@ > > Name: rabbitvcs > Version: 0.16 >-Release: 1%{?dist} >+Release: 1.1pm%{?dist} > Summary: Graphical user interface to version control systems > License: GPLv2+ > URL: http://www.rabbitvcs.org/ > Source0: https://github.com/rabbitvcs/rabbitvcs/archive/v%{version}.tar.gz >+Patch100: rabbitvcs-0.16-cajastaticgobject.patch > BuildRequires: pygtk2-devel > BuildRequires: python2-devel > >@@ -29,6 +30,7 @@ Requires: pygtk2 > Requires: pygtk2-libglade > Requires: pysvn > Requires: python-configobj >+Requires: python-simplejson > Requires: python-dulwich > Requires: subversion > Obsoletes: rabbitvcs <= 0.13.1 >@@ -48,20 +50,21 @@ RabbitVCS is a set of graphical tools wr > straightforward access to the version control systems you use. This is the > extension for command line interface. > >-#I can't figure out how to get it work with caja, so I temporarily disable it. >-#%package caja >-#Summary: Caja extension for RabbitVCS >-#Requires: rabbitvcs-core = %{version}-%{release} >-#Requires: caja >-#Requires: python-caja >-#Requires: dbus-python >- >-#%description caja >-#An extension for Caja to allow better integration with the >-#Subversion source control system. >+%package caja >+Summary: Caja extension for RabbitVCS >+BuildArch: noarch >+Requires: rabbitvcs-core = %{version}-%{release} >+Requires: mate-file-manager >+Requires: python-caja >+Requires: dbus-python >+ >+%description caja >+An extension for Caja to allow better integration with the >+Subversion source control system. > > %package nautilus > Summary: Nautilus extension for RabbitVCS >+BuildArch: noarch > Requires: rabbitvcs-core = %{version}-%{release} > Requires: nautilus > Requires: nautilus-python >@@ -97,6 +100,10 @@ extension for gedit text editor > %prep > %setup -q > >+# cajastaticgobject. >+%patch100 -p1 >+ >+ > %build > %{__python2} setup.py build > >@@ -117,8 +124,8 @@ install -pm644 clients/gedit/%{name}-plu > install -pm644 clients/gedit/%{name}-gedit3.plugin %{buildroot}%{_libdir}/gedit/plugins/%{name}.plugin > > # Installing Caja extension >-#mkdir -p %{buildroot}%{_libdir}/caja/extensions-2.0/python/ >-#install -pm644 clients/caja/RabbitVCS.py %{buildroot}%{_libdir}/caja/extensions-2.0/python/ >+mkdir -p %{buildroot}%{_datadir}/python-caja/extensions >+install -pm644 clients/caja-staticgobject/RabbitVCS.py %{buildroot}%{_datadir}/python-caja/extensions/ > > # Installing CLI Extension > mkdir -p %{buildroot}%{_bindir} >@@ -149,8 +156,8 @@ gtk-update-icon-cache %{_datadir}/icons/ > %{python2_sitelib}/%{name}/ > %{python2_sitelib}/%{name}-%{version}*-py%{python2_version}.egg-info > >-#%files caja >-#%{_libdir}/caja/extensions-2.0/python/RabbitVCS.py* >+%files caja >+%{_datadir}/python-caja/extensions/* > > %files cli > %{_bindir}/%{name} >@@ -166,6 +173,10 @@ gtk-update-icon-cache %{_datadir}/icons/ > %{_libdir}/thunarx-2/python/RabbitVCS.py* > > %changelog >+* Mon Mar 31 2014 Patrick Monnerat <pm@datasphere.ch> - 0.16-1.1pm >+- Patch "cajastaticgobject" implements a caja interface using static gobject. >+- Enable caja subpackage. >+ > * Mon Mar 03 2014 Christopher Meng <rpm@cicku.me> - 0.16-1 > - Update to 0.16 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1096162
:
893992
| 893993