]> git.pld-linux.org Git - packages/git-bzr.git/commitdiff
new, using master version (ae6a083) auto/th/git-bzr-0.1-1
authorElan Ruusamäe <glen@delfi.ee>
Fri, 18 Jan 2013 14:56:53 +0000 (16:56 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 18 Jan 2013 14:57:27 +0000 (16:57 +0200)
git-bzr.spec [new file with mode: 0644]

diff --git a/git-bzr.spec b/git-bzr.spec
new file mode 100644 (file)
index 0000000..dc20088
--- /dev/null
@@ -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
This page took 0.092799 seconds and 4 git commands to generate.