Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37791181
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 

# This spec for backport to M30 is autogenerated. Do not edit it.
Name: cvsps
Version: 2.1
Release: alt0.M30.1

Summary: A Program for Generating Patch Set Information from a CVS Repositor
License: GPL
Group: Development/Other
Url: http://www.cobite.com/cvsps/

Source: %url/%name-%version.tar.bz2

Requires: cvs
BuildRequires: zlib-devel

BuildRequires: rpm-build-compat >= 0.4

%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


export CFLAGS="%optflags"
%make_build

%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