]> git.pld-linux.org Git - SPECS.git/blob - git2svn.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / git2svn.spec
1 Summary:        git2svn - converts a git branch to a svn ditto
2 Name:           git2svn
3 Version:        0.4
4 Release:        1
5 License:        MIT
6 #Source0Download:       http://repo.or.cz/w/git2svn.git/snapshot/be694f8968b25339e5f3f05e462bc85d43148280.tar.gz#/%{name}-%{version}.tgz
7 Source0:        %{name}-%{version}.tgz
8 # Source0-md5:  c1d78d480be39a1551c76dd1c23c4ea6
9 Group:          Development/Languages
10 URL:            http://repo.or.cz/w/git2svn.git
11 BuildRequires:  rpm-perlprov >= 4.1-13
12 BuildRequires:  rpmbuild(macros) >= 1.484
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 This program will convert a git branch to a svn ditto, it also support
18 incremantal updates.
19
20 %prep
21 %setup -qc
22 mv %{name}/%{name} %{name}.pl
23 mv %{name}/* .
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 install -d $RPM_BUILD_ROOT%{_bindir}
28 cp -p %{name}.pl $RPM_BUILD_ROOT%{_bindir}/%{name}
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %doc README LICENSE doc/*
36 %attr(755,root,root) %{_bindir}/git2svn
This page took 0.403287 seconds and 3 git commands to generate.