From 6382a9bfa7a361728ca4abde6dec8c6746d46974 Mon Sep 17 00:00:00 2001 From: leigh123linux Date: Oct 08 2013 22:20:16 +0000 Subject: add nemo-rabbitvcs sub-package --- 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 - 1.8.0-0.5.git3e366de +- add nemo-rabbitvcs sub-package + * Tue Sep 24 2013 Leigh Scott - 1.8.0-0.4.git3e366de - clean up nemo-pastebin install