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