]> git.pld-linux.org Git - packages/cvsweb.git/blob - cvsweb.spec
- /home/httpd -> /home/services/httpd
[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:        2
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/services/httpd/cgi-bin,%{_sysconfdir}}
46
47 install cvsweb.cgi $RPM_BUILD_ROOT/home/services/httpd/cgi-bin
48 install cvsweb.conf $RPM_BUILD_ROOT%{_sysconfdir}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc INSTALL README TODO
56 %doc icons
57 %attr(755,root,root) /home/services/httpd/cgi-bin/cvsweb.cgi
58 %config(noreplace) %{_sysconfdir}/cvsweb.conf
This page took 0.035628 seconds and 4 git commands to generate.