]> git.pld-linux.org Git - packages/cvsweb.git/blob - cvsweb.spec
56a2427d996061490777ede2dae0f290f29307c4
[packages/cvsweb.git] / cvsweb.spec
1 Summary:        visual (www) interface to explore a cvs repository
2 Summary(pl):    Wizualny (WWW) interfejs do przegl±dania repozytorium cvs
3 Name:           cvsweb
4 Version:        1.93
5 Release:        1
6 Epoch:          1
7 License:        BSD type
8 Group:          Development/Tools
9 Group(fr):      Development/Outils
10 Group(pl):      Programowanie/Narzêdzia
11 URL:            http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi/
12 Source0:        http://stud.fh-heilbronn.de/~zeller/download/%{name}-%{version}.tar.gz
13 Patch0:         %{name}-config.patch
14 Requires:       rcs
15 Requires:       webserver
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17 BuildArch:      noarch
18
19 %description
20 cvsweb is a visual (www) interface to explore a cvs repository. This
21 is an enhanced cvsweb developed by Henner Zeller. Enhancements include
22 recognition and display of popular mime-types, visual, color-coded,
23 side by side diffs of changes and the ability sort the file display
24 and to hide old files from view. One living example of the enhanced
25 cvsweb is the KDE cvsweb.
26
27 cvsweb requires the server to have cvs and a cvs repository worth
28 exploring.
29
30 %description -l pl
31 cvsweb jest wizualnym interfejsem do eksploracji repozytorium cvs.
32 Jest to ulepszona wersja programu cvsweb Hennera Zellera. Do ulepszeñ
33 zaliczyæ mo¿na rozpoznawanie i wy¶wietlanie popularnych typów MIME;
34 wizualnych, kolorowych, umieszczonych obok siebie ró¿nic miêdzy
35 plikami oraz zdolno¶æ sortowania widoku plików oraz ukrywania starych
36 plików. ¯ywym przyk³adem ulepszonego cvsweba jest cvsweb projektu KDE.
37
38 cvsweb wymaga, by na serwerze by³ zainstalowany CVS oraz repozytorium
39 CVS warte eksploracji.
40
41 %prep
42 %setup -q -n cvsweb
43 %patch0 -p1
44
45 %build
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 install -d $RPM_BUILD_ROOT/{home/httpd/cgi-bin,%{_sysconfdir}/httpd}
50
51 install cvsweb.cgi $RPM_BUILD_ROOT/home/httpd/cgi-bin
52 install cvsweb.conf $RPM_BUILD_ROOT%{_sysconfdir}/httpd
53
54 gzip -9nf INSTALL README TODO
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc *.gz
62 %doc icons
63 %attr(755,root,root) /home/httpd/cgi-bin/cvsweb.cgi
64 %config(noreplace) %{_sysconfdir}/httpd/cvsweb.conf
This page took 0.104633 seconds and 3 git commands to generate.