]> git.pld-linux.org Git - packages/cvs-fast-export.git/blame - cvs-fast-export.spec
up to 1.14
[packages/cvs-fast-export.git] / cvs-fast-export.spec
CommitLineData
63b9a7a8
KK
1Summary: Tool to export CVS history into a fast-import stream
2Name: cvs-fast-export
83fd1459 3Version: 1.14
35133772 4Release: 1
63b9a7a8
KK
5License: GPL v2
6Group: Applications
7Source0: http://www.catb.org/~esr/cvs-fast-export/%{name}-%{version}.tar.gz
83fd1459 8# Source0-md5: 2ae209bc8a37609c717cf957320b1f35
63b9a7a8
KK
9URL: http://www.catb.org/~esr/cvs-fast-export/
10BuildRequires: asciidoc
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14Export an RCS or CVS history as a fast-import stream. This program
15analyzes a collection of RCS files in a CVS repository (or outside of
16one) and, when possible, emits an equivalent history in the form of a
17fast-import stream. Not all possible histories can be rendered this
18way; the program tries to emit useful warnings when it can't. The
19program can also produce a visualization of the resulting commit DAG
20in the DOT format handled by the graphviz suite. The package also
21includes cvssync, a tool for mirroring masters from remote CVS hosts.
22
23%prep
24%setup -q
25
26%build
27%{__make} \
63b9a7a8 28 CC="%{__cc}" \
83fd1459 29 EXTRA_CFLAGS="%{rpmcflags}" \
63b9a7a8
KK
30 LDFLAGS="%{rpmldflags}"
31
32%install
33rm -rf $RPM_BUILD_ROOT
63b9a7a8
KK
34%{__make} install \
35 prefix=%{_prefix} \
36 DESTDIR=$RPM_BUILD_ROOT
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
63b9a7a8
KK
41%files
42%defattr(644,root,root,755)
43%doc AUTHORS NEWS README TODO
83fd1459 44%attr(755,root,root) %{_bindir}/cvs-fast-export
63b9a7a8 45%attr(755,root,root) %{_bindir}/cvssync
83fd1459
ER
46%{_mandir}/man1/cvs-fast-export.1*
47%{_mandir}/man1/cvssync.1*
This page took 0.062717 seconds and 4 git commands to generate.