[git-remote-bzr] Initial import (#1111634)

Ondrej Oprala ooprala at fedoraproject.org
Sun Jun 22 08:49:24 UTC 2014


commit 46c2647a82faf25e18ad831acddaf3716180d2d0
Author: Ondrej Oprala <ooprala at redhat.com>
Date:   Sun Jun 22 10:49:07 2014 +0200

    Initial import (#1111634)

 .gitignore          |    1 +
 git-remote-bzr.spec |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1dd7e35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/git-remote-bzr-0.2.tar.gz
diff --git a/git-remote-bzr.spec b/git-remote-bzr.spec
new file mode 100644
index 0000000..2a14d63
--- /dev/null
+++ b/git-remote-bzr.spec
@@ -0,0 +1,46 @@
+Name:           git-remote-bzr
+Version:        0.2
+Release:        1%{?dist}
+BuildArch:      noarch
+Summary:        Bazaar wrapper for git
+License:        GPLv2+
+Group:          Development/Tools
+URL:            https://github.com/felipec/git-remote-bzr
+Source0:        https://github.com/felipec/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+
+BuildRequires:  asciidoc >= 8.4.1
+BuildRequires:  python2-devel
+Requires:       python
+Requires:       git
+Requires:       bzr
+
+%description
+git-remote-bzr is the semi-official Bazaar bridge from Git project.
+Once installed, it allows you to clone, fetch and push to and from Bazaar
+repositories as if they were Git ones.
+
+%prep
+%setup -q
+sed -i -e "1 s|^#!.*|#!%{__python2}|" git-remote-bzr
+sed -i -e 's|\tinstall|\tinstall -p|' Makefile
+
+%build
+make doc
+
+%check
+make test
+
+%install
+export HOME=%{_prefix}
+export DESTDIR=%{buildroot}
+make install
+make install-doc
+
+%files
+%doc LICENSE
+%{_bindir}/git-remote-bzr
+%{_mandir}/man1/*
+
+%changelog
+* Fri Jun 20 2014 Ondrej Oprala <ooprala at redhat.com> - 0.2-1
+- initial git-remote-bzr spec file
diff --git a/sources b/sources
index e69de29..263d67c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+bdadd91e7ac3183ec670acd9f5b720a1  git-remote-bzr-0.2.tar.gz


More information about the scm-commits mailing list