forked from andreyvit/cvsps
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcvsps.spec
48 lines (39 loc) · 1.16 KB
/
cvsps.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Version: 2.1
Summary: CVSps is a program for generating 'patchset' information from a CVS repository
Name: cvsps
Release: 1
URL: http://www.cobite.com/cvsps/
Source0: %{name}-%{version}.tar.gz
License: GPL
Group: Development/Tools
BuildRoot: %{_tmppath}/%{name}-root
prefix: /usr
%description
CVSps is a program for generating 'patchset' information from a CVS
repository. A patchset in this case is defined as a set of changes
made to a collection of files, and all committed at the same time
(using a single 'cvs commit' command). This information is valuable to
seeing the big picture of the evolution of a cvs project. While cvs
tracks revision information, it is often difficult to see what changes
were committed 'atomically' to the repository.
%prep
%setup -q
%build
make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README CHANGELOG COPYING
%{prefix}/bin/cvsps
%{prefix}/man/man*/*
%changelog
* Tue Apr 1 2002 David Mansfield <[email protected]>
- (no really - not April fools joke)
- revise spec file from Jan
- merge Makefile changes
* Tue Mar 5 2002 Jan IVEN <[email protected]>
- Initial build.