packages: git-bridgesvn/git-bridgesvn.spec (NEW) - another git-svn wrapper ...
pluto
pluto at pld-linux.org
Mon Jan 9 21:09:44 CET 2012
Author: pluto Date: Mon Jan 9 20:09:44 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- another git-svn wrapper without altering the commit hashes.
much more usable in svn/git teams then classic one.
---- Files affected:
packages/git-bridgesvn:
git-bridgesvn.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/git-bridgesvn/git-bridgesvn.spec
diff -u /dev/null packages/git-bridgesvn/git-bridgesvn.spec:1.1
--- /dev/null Mon Jan 9 21:09:44 2012
+++ packages/git-bridgesvn/git-bridgesvn.spec Mon Jan 9 21:09:39 2012
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+Summary: git-bridgesvn - a git-svn without altering the commit hashes
+Name: git-bridgesvn
+Version: 0.1
+Release: 0.20120109.1
+License: LGPL v2+
+Group: Applications
+Source0: %{name}.tar.gz
+# Source0-md5: 51b90ae4f91de5077d2977214f06e7c5
+URL: https://github.com/boris-unterer/Git-SVN-Bridge/
+BuildRequires: git-core
+Requires: git-core
+Requires: perl-Encode
+Requires: perl-subversion
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define git_libdir %(git --exec-path)
+
+%description
+git-bridgesvn supports a maintainer model, where one maintainer
+revises the pushes and fetches to and from SVN, but the resultant git
+repository can be shared with other git users.
+
+%prep
+%setup -q -n %{name}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D git-bridgesvn.perl $RPM_BUILD_ROOT%{git_libdir}/git-bridgesvn
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{git_libdir}/%{name}
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2012/01/09 20:09:39 pluto
+- another git-svn wrapper without altering the commit hashes.
+ much more usable in svn/git teams then classic one.
================================================================
More information about the pld-cvs-commit
mailing list