]> git.pld-linux.org Git - packages/cvsps.git/blame - cvsps.spec
- release 5
[packages/cvsps.git] / cvsps.spec
CommitLineData
5bfd2d77 1Summary: Patchsets for CVS
9f819548 2Summary(pl.UTF-8): Zestawy łatek dla CVS
5bfd2d77 3Name: cvsps
b42e0c8f 4Version: 2.1
b08e9b54 5Release: 5
5bfd2d77 6License: GPL
f758107b 7Group: Development/Version Control
b42e0c8f 8Source0: http://www.cobite.com/cvsps/%{name}-%{version}.tar.gz
9# Source0-md5: bde2110ed9f5d14de8f8cb04e9d596fe
9a5d5d93
AM
10# Fixes made by git people, see:
11# http://ydirson.free.fr/en/software/scm/cvsps.html
12Patch0: %{name}-fixes.patch
5bfd2d77 13URL: http://www.cobite.com/cvsps/
70fc64a0 14BuildRequires: zlib-devel
5bfd2d77 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18CVSps is a program for generating 'patchset' information from a CVS
19repository. A patchset in this case is defined as a set of changes
20made to a collection of files, and all committed at the same time
21(using a single 'cvs commit' command). This information is valuable to
22seeing the big picture of the evolution of a cvs project. While cvs
23tracks revision information, it is often difficult to see what changes
24were committed 'atomically' to the repository.
25
d06a37eb
JR
26%description -l pl.UTF-8
27CVSps jest programem do generowania informacji o 'zestawie łatek'
34b1781b 28(ang. patchset) z repozytorium CVS. Patchset w tym przypadku jest
d06a37eb
JR
29zdefiniowany jako zbiór zmian dokonanych na kolekcji plików wysłanych
30w tym samym momencie (za pomocą jednego wywołania 'cvs commit'). Ta
31informacja jest przydatna do śledzenia procesu rozwoju projektu w CVS.
32Choć CVS śledzi informacje o rewizjach, obejrzenie zmian wysłanych
33'atomowo' do repozytorium nie jest rzeczą łatwą.
34b1781b 34
5bfd2d77 35%prep
b42e0c8f 36%setup -q
9a5d5d93 37%patch0 -p1
5bfd2d77 38
39%build
34b1781b
AG
40%{__make} \
41 CC="%{__cc}" \
f4e4260a 42 CFLAGS="%{rpmcflags}"
5bfd2d77 43
44%install
45rm -rf $RPM_BUILD_ROOT
46install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
47
48install cvsps $RPM_BUILD_ROOT%{_bindir}
f758107b 49install cvsps.1 $RPM_BUILD_ROOT%{_mandir}/man1
5bfd2d77 50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(644,root,root,755)
34b1781b 56%doc CHANGELOG README
5bfd2d77 57%attr(755,root,root) %{_bindir}/*
58%{_mandir}/man1/*
This page took 0.068991 seconds and 4 git commands to generate.