[packages/git-bzr] new, using master version (ae6a083)

glen glen at pld-linux.org
Sat Jan 19 14:39:36 CET 2013


commit 3c821a74c8714c7d71b22c6499b0282de1fe6699
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Jan 18 16:56:53 2013 +0200

    new, using master version (ae6a083)

 git-bzr.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
---
diff --git a/git-bzr.spec b/git-bzr.spec
new file mode 100644
index 0000000..dc20088
--- /dev/null
+++ b/git-bzr.spec
@@ -0,0 +1,46 @@
+#
+# Conditional build:
+%bcond_with	tests	# perform "make test" (uses network and are slow)
+
+Summary:	bi-directional git to bzr bridge: never fear bzr again
+Name:		git-bzr
+Version:	0.1
+Release:	1
+License:	BSD-like
+Group:		Development/Languages
+# SF URL: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0:	https://github.com/termie/git-bzr-ng/archive/master.tar.gz?/%{name}.tgz
+# Source0-md5:	773e3529f1502e458daec2ca0fbf8034
+URL:		https://github.com/termie/git-bzr-ng
+BuildRequires:	rpm-pythonprov
+Requires:	bzr-fastimport >= 0.10
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+git-bzr-ng is a bidirectional bridge between git and bzr that lets you
+stop worrying which version control the code you love is using -- as
+long as they are using git or bzr ;) (hg coming soon?).
+
+Easy to use and cleanly written (I hope (send patches!)). Check out
+the examples below for basic usage.
+
+%prep
+%setup -qc
+mv git-bzr-ng-master/* .
+
+%build
+%{?with_tests:./run_tests.sh}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -p %{name} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README.rst
+%attr(755,root,root) %{_bindir}/git-bzr
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/git-bzr.git/commitdiff/3c821a74c8714c7d71b22c6499b0282de1fe6699



More information about the pld-cvs-commit mailing list