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