[packages/git-meld-index] new, version 0.2.2

glen glen at pld-linux.org
Tue Feb 23 06:47:58 CET 2016


commit 8a64069a962752cfa771ae2f8d1168768d26e4f9
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Feb 23 07:47:41 2016 +0200

    new, version 0.2.2

 git-meld-index.spec | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)
---
diff --git a/git-meld-index.spec b/git-meld-index.spec
new file mode 100644
index 0000000..46218fa
--- /dev/null
+++ b/git-meld-index.spec
@@ -0,0 +1,49 @@
+#
+# Conditional build:
+%bcond_without	tests		# build without tests
+
+Summary:	Run meld or any git difftool to interactively stage changes
+Name:		git-meld-index
+Version:	0.2.2
+Release:	1
+License:	GPL v2
+Group:		Development/Tools
+Source0:	https://github.com/jjlee/git-meld-index/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	fbb269be8d930fa412cc0cf2c154eef9
+URL:		https://github.com/jjlee/git-meld-index
+Requires:	git-core
+Requires:	meld
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+git-meld-index runs meld, or any other git difftool (kdiff3, diffuse,
+etc.) to allow you to interactively stage changes to the git index
+(also known as the git staging area).
+
+This is similar to the functionality of git add -p, and git add -i. In
+some cases meld is easier / quicker to use than git add -p or the
+staging feature in tools like git gui.
+
+%prep
+%setup -q
+
+%build
+%py_build %{?with_tests:test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%py_install
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md
+%attr(755,root,root) %{_bindir}/git-meld-index
+%attr(755,root,root) %{_bindir}/git-meld-index-run-merge-tool
+%{_mandir}/man1/git-meld-index.1*
+%{py_sitescriptdir}/git_meld_index.py[co]
+%{py_sitescriptdir}/git_meld_index-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/git-meld-index.git/commitdiff/8a64069a962752cfa771ae2f8d1168768d26e4f9



More information about the pld-cvs-commit mailing list