]> git.pld-linux.org Git - SPECS.git/blob - git-bridgesvn.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / git-bridgesvn.spec
1 %define         rel     6
2 Summary:        git-bridgesvn - a git-svn without altering the commit hashes
3 Name:           git-bridgesvn
4 Version:        0.1
5 Release:        0.20120109.%{rel}
6 License:        LGPL v2+
7 Group:          Development/Version Control
8 Source0:        %{name}.tar.gz
9 # Source0-md5:  51b90ae4f91de5077d2977214f06e7c5
10 URL:            https://github.com/boris-unterer/Git-SVN-Bridge/
11 BuildRequires:  git-core >= 2.7.1-3
12 Requires:       git-core
13 Requires:       perl-Encode
14 Requires:       perl-subversion
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         gitcoredir      %(git --exec-path)
19
20 %description
21 git-bridgesvn supports a maintainer model, where one maintainer
22 revises the pushes and fetches to and from SVN, but the resultant git
23 repository can be shared with other git users.
24
25 %prep
26 %setup -q -n %{name}
27
28 %build
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -Dp git-bridgesvn.perl $RPM_BUILD_ROOT%{gitcoredir}/git-bridgesvn
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc README
40 %attr(755,root,root) %{gitcoredir}/%{name}
This page took 0.467127 seconds and 3 git commands to generate.