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