]> git.pld-linux.org Git - packages/cvsps.git/blame - cvsps.spec
- x32 rebuild
[packages/cvsps.git] / cvsps.spec
CommitLineData
5bfd2d77 1Summary: Patchsets for CVS
9f819548 2Summary(pl.UTF-8): Zestawy łatek dla CVS
5bfd2d77 3Name: cvsps
8f6d7276 4Version: 3.13
56af8ab7 5Release: 2
d07806c8 6License: GPL v2+
f758107b 7Group: Development/Version Control
d07806c8 8Source0: http://www.catb.org/~esr/cvsps/%{name}-%{version}.tar.gz
8f6d7276 9# Source0-md5: 684c22c70b305030d50dc4ee050978df
d07806c8 10URL: http://www.catb.org/~esr/cvsps/
e9659df2 11BuildRequires: asciidoc
70fc64a0 12BuildRequires: zlib-devel
5bfd2d77 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
d07806c8
ER
16CVSps is a program for collecting patchsets from a CVS repository. The
17original use case was that its reports were useful for human
18inspection by developers working on projects using CVS, but nowadays
19the --fast-export option (which emits the history as a git-style
20fast-import stream) is more interesting.
21
22This tool was written and maintained until 2.2b1 by David Manfield,
23who reported his "thanks to my employer Cobite and Robert Lippman,
24who've given me time to develop this tool". The 3.x versions with
25fast-export dumping are maintained by Eric S. Raymond.
5bfd2d77 26
d06a37eb
JR
27%description -l pl.UTF-8
28CVSps jest programem do generowania informacji o 'zestawie łatek'
e9659df2
JB
29(ang. patchset) z repozytorium CVS. Pierwotnym zastosowaniem było
30śledzenie pracy nad projektami wykorzystującymi CVS przez ludzi, ale
31obecnie bardziej interesująca jest opcja --fast-export (wypuszczająca
32historię w postaci strumienia w stylu fast-import programu git).
33
34To narzędzie zostało napisane i było rozwijane do wersji 2.2b1 przez
35Davida Manfielda (przy wsparciu pracodawcy Cobite i Roberta Lippmana).
36Wersje 3.x ze zrzutami fast-export są utrzymywane przez Erica S.
37Raymonda.
34b1781b 38
5bfd2d77 39%prep
d07806c8 40%setup -q
5bfd2d77 41
42%build
d07806c8
ER
43%{__make} cvsps cvsps.1 \
44 CC="%{__cc} -Wall" \
f4e4260a 45 CFLAGS="%{rpmcflags}"
5bfd2d77 46
47%install
48rm -rf $RPM_BUILD_ROOT
49install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
2f1053df 50install -p cvsps $RPM_BUILD_ROOT%{_bindir}
d07806c8 51cp -p cvsps.1 $RPM_BUILD_ROOT%{_mandir}/man1
5bfd2d77 52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
d07806c8
ER
58%doc NEWS README TODO
59%attr(755,root,root) %{_bindir}/cvsps
60%{_mandir}/man1/cvsps.1*
This page took 0.090702 seconds and 4 git commands to generate.