Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37508651
en ru br
ALT Linux repos
S:2.72-alt1
5.0: 2.71-alt1
4.1: 2.67-alt1

Group :: Development/Other
RPM: cvs2cl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: cvs2cl
Version: 2.72
Release: alt1

Packager: Victor Forsiuk <force at altlinux.org>

Summary: Generate ChangeLogs from CVS working copies
License: GPLv2+
Group: Development/Other

Url: http://www.red-bean.com/cvs2cl
Source0: %url/cvs2cl.pl
Patch0: cvs2cl-2.67-shebang.patch

BuildArch: noarch

# Automatically added by buildreq on Fri Nov 26 2010

BuildRequires: perl-Pod-Parser

%description
cvs2cl generates GNU-style ChangeLogs for a CVS working copy using the
output of the "cvs log" command.

%prep
%setup -c -T
sed -e 's/cvs2cl\.pl/cvs2cl/' %{SOURCE0} > cvs2cl
%patch0 -p0

%build
pod2man \
--section=1 --release=%version \
--center="CVS-log-message-to-ChangeLog conversion script" \
cvs2cl > cvs2cl.1

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

%files
%_bindir/*
%_man1dir/*

%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