Add test about issue with no commit on a branch
[cvsps-hv.git] / cvsps.spec
blobf8fa4731e372f9d38edc6f2f66eb2daa2640353b
1 Version: 2.1
2 Summary: CVSps is a program for generating 'patchset' information from a CVS repository
3 Name: cvsps
4 Release: 1
5 URL: http://www.cobite.com/cvsps/
6 Source0: %{name}-%{version}.tar.gz
7 License: GPL
8 Group: Development/Tools
9 BuildRoot: %{_tmppath}/%{name}-root
10 prefix: /usr
12 %description
13 CVSps is a program for generating 'patchset' information from a CVS
14 repository. A patchset in this case is defined as a set of changes
15 made to a collection of files, and all committed at the same time
16 (using a single 'cvs commit' command). This information is valuable to
17 seeing the big picture of the evolution of a cvs project. While cvs
18 tracks revision information, it is often difficult to see what changes
19 were committed 'atomically' to the repository.
21 %prep
22 %setup -q
24 %build
25 make
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 %makeinstall
31 %clean
32 rm -rf $RPM_BUILD_ROOT
34 %files
35 %defattr(-,root,root)
36 %doc README CHANGELOG COPYING
37 %{prefix}/bin/cvsps
38 %{prefix}/man/man*/*
40 %changelog
41 * Tue Apr 1 2002 David Mansfield <cvsps@dm.cobite.com>
42 - (no really - not April fools joke)
43 - revise spec file from Jan
44 - merge Makefile changes
45 * Tue Mar 5 2002 Jan IVEN <jan.iven@cern.ch>
46 - Initial build.