Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37536591
en ru br
ALT Linux repos
S:2.2-alt0.1
5.0: 2.1-alt2
4.1: 2.1-alt2
4.0: 2.1-alt2
3.0:
+backports:2.1-alt0.M30.1

Group :: Development/Other
RPM: cvsps

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: cvsps
Version: 2.2
Release: alt0.1

Summary: A patchset tool for CVS
License: GPL
Group: Development/Other
Url: http://www.cobite.com/cvsps/

# git://git.altlinux.org/gears/c/cvsps.git

Source: %name-%version-%release.tar

Requires: cvs
BuildRequires: zlib-devel

%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 -n %name-%version-%release

%build
%make_build CFLAGS='%optflags'

%install
install -pD -m755 cvsps %buildroot%_bindir/cvsps
install -pD -m644 cvsps.1 %buildroot%_man1dir/cvsps.1

%files
%_bindir/*
%_man1dir/*
%doc CHANGELOG README merge_utils.sh

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin