[nemo-extensions] add nemo-rabbitvcs sub-package

leigh123linux leigh123linux at fedoraproject.org
Tue Oct 8 22:20:47 UTC 2013


commit 6382a9bfa7a361728ca4abde6dec8c6746d46974
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Tue Oct 8 22:20:16 2013 +0000

    add nemo-rabbitvcs sub-package

 nemo-extensions.spec |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/nemo-extensions.spec b/nemo-extensions.spec
index fadb47f..8313e68 100644
--- a/nemo-extensions.spec
+++ b/nemo-extensions.spec
@@ -2,7 +2,7 @@
 
 Name:           nemo-extensions
 Version:        1.8.0
-Release:        0.4.git%{_internal_version}%{?dist}
+Release:        0.5.git%{_internal_version}%{?dist}
 Summary:        Extensions for Nemo
 
 License:        GPLv2+ and LGPLv2
@@ -48,6 +48,16 @@ Requires:    nemo-python
 nemo-pastebin is an extension for the Nemo file manager, which allows
 users to send files to pastebins just a right-click away.
 
+%package     -n nemo-rabbitvcs
+Summary:     RabbitVCS extension for Nemo
+License:     GPLv2+
+Requires:    rabbitvcs-core
+Requires:    nemo-python
+
+%description -n nemo-rabbitvcs
+nemo-rabbitvcs is an extension for the Nemo file manager.
+It provides easy access to the version control systems like SVN or Git.
+
 %package     -n nemo-fileroller
 Summary:     File Roller extension for Nemo
 License:     GPLv2+
@@ -118,6 +128,10 @@ mv %{buildroot}/%{_datadir}/nemo-pastebin/nemo-pastebin.py %{buildroot}/%{_datad
 ln -s %{_datadir}/nemo-pastebin/nemo-pastebin-configurator.py %{buildroot}/%{_bindir}/nemo-pastebin-configurator
 popd
 
+pushd nemo-rabbitvcs
+cp -p RabbitVCS.py %{buildroot}/%{_datadir}/nemo-python/extensions/
+popd
+
 pushd nemo-fileroller
 %make_install
 popd
@@ -175,6 +189,10 @@ fi
 %{_datadir}/nemo-pastebin/
 %{_datadir}/pixmaps/nemo-pastebin.svg
 
+%files -n nemo-rabbitvcs
+%doc nemo-rabbitvcs/COPYING
+%{_datadir}/nemo-python/extensions/RabbitVCS.py
+
 %files -n nemo-fileroller
 %doc nemo-fileroller/COPYING
 %{_libdir}/nemo/extensions-3.0/libnemo-fileroller.so
@@ -189,6 +207,9 @@ fi
 %{_libdir}/pkgconfig/nemo-python.pc
 
 %changelog
+* Tue Oct 08 2013 Leigh Scott <leigh123linux at googlemail.com> - 1.8.0-0.5.git3e366de
+- add nemo-rabbitvcs sub-package
+
 * Tue Sep 24 2013 Leigh Scott <leigh123linux at googlemail.com> - 1.8.0-0.4.git3e366de
 - clean up nemo-pastebin install
 


More information about the scm-commits mailing list