]> git.pld-linux.org Git - packages/cvs-fast-export.git/commitdiff
initial version auto/th/cvs-fast-export-1.10-0.1
authorKacper Kornet <draenog@pld-linux.org>
Fri, 4 Apr 2014 09:00:16 +0000 (10:00 +0100)
committerKacper Kornet <draenog@pld-linux.org>
Fri, 4 Apr 2014 09:31:28 +0000 (10:31 +0100)
cvs-fast-export.spec [new file with mode: 0644]

diff --git a/cvs-fast-export.spec b/cvs-fast-export.spec
new file mode 100644 (file)
index 0000000..9cbb940
--- /dev/null
@@ -0,0 +1,49 @@
+Summary:       Tool to export CVS history into a fast-import stream
+Name:          cvs-fast-export
+Version:       1.10
+Release:       0.1
+License:       GPL v2
+Group:         Applications
+Source0:       http://www.catb.org/~esr/cvs-fast-export/%{name}-%{version}.tar.gz
+# Source0-md5: a3f6c9a620e0b946fdc1d80ba691b13b
+URL:           http://www.catb.org/~esr/cvs-fast-export/
+BuildRequires: asciidoc
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Export an RCS or CVS history as a fast-import stream. This program
+analyzes a collection of RCS files in a CVS repository (or outside of
+one) and, when possible, emits an equivalent history in the form of a
+fast-import stream. Not all possible histories can be rendered this
+way; the program tries to emit useful warnings when it can't. The
+program can also produce a visualization of the resulting commit DAG
+in the DOT format handled by the graphviz suite. The package also
+includes cvssync, a tool for mirroring masters from remote CVS hosts.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       prefix=%{_prefix} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}  -DVERSION=\\\"\$(VERSION)\\\"" \
+       LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       prefix=%{_prefix} \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README TODO
+%attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %{_bindir}/cvssync
+%{_mandir}/man1/*.1*
This page took 0.134391 seconds and 4 git commands to generate.