Группа :: Разработка/Прочее
Пакет: cvsps
Главная Изменения Спек Патчи Загрузить Bugs and FR
%def_with M24
%if_with M24
%define _release alt0.M24.1
%else
%define _release alt1
%endif
Name: cvsps
Version: 2.1
Release: %_release
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
%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
…
Полный changelog можно просмотреть здесь
%if_with M24
%define _release alt0.M24.1
%else
%define _release alt1
%endif
Name: cvsps
Version: 2.1
Release: %_release
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
%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
…
Полный changelog можно просмотреть здесь