]> git.pld-linux.org Git - packages/cvsgraph.git/blob - cvsgraph.spec
- pl description, removed BRs implied by gd-devel
[packages/cvsgraph.git] / cvsgraph.spec
1 Summary:        Create graphs of branches and revisions for files in a CVS repository
2 Summary(pl):    Tworzenie grafów rozga³êzieñ i rewizji dla plików w repozytorium CVS
3 Name:           cvsgraph
4 Version:        1.3.0
5 Release:        1
6 License:        GPL
7 Group:          Applications/Publishing
8 Source0:        http://www.akhphd.au.dk/~bertho/cvsgraph/release/%{name}-%{version}.tar.gz
9 URL:            http://www.akhphd.au.dk/~bertho/cvsgraph/
10 BuildRequires:  bison
11 BuildRequires:  flex
12 BuildRequires:  gd-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 CvsGraph is a utility to make a graphical representation of all
17 revisions and branches of a file in a CVS/RCS repository. It has been
18 inspired by the 'graph' option in WinCVS, but I could not find a
19 stand-alone version of this graph code. So, it was time to write one.
20
21 %description -l pl
22 CvsGraph to narzêdzie do tworzenia graficznej reprezentacji wszystkich
23 rewizji i rozga³êzieñ pliku w repozytorium CVS/RCS. Jest zainspirowane
24 opcj± 'graph' w programie WinCVS - poniewa¿ autor nie móg³ znale¼æ
25 samodzielnej wersji tego kodu, uzna³, ¿e czas tak± napisaæ.
26
27 %prep
28 %setup -q
29
30 %build
31 %configure2_13 \
32         --sysconfdir=%{_sysconfdir}/%{name}
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d -m 755 $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man{1,5},%{_sysconfdir}/%{name}}
38
39 install -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}
40 install %{name}.conf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
41 install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
42 install %{name}.conf.5 $RPM_BUILD_ROOT%{_mandir}/man5
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc ChangeLog README cvsgraphwrapper.php3 mkimage.php3
50 %attr(755,root,root) %{_bindir}/%{name}
51 %{_mandir}/man?/*
52 %dir %{_sysconfdir}/%{name}
53 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/%{name}/%{name}.conf
This page took 0.109039 seconds and 3 git commands to generate.