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