]> git.pld-linux.org Git - packages/cvsweb.git/blob - cvsweb.spec
- rel. 4 to rebuild
[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:        4
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 Patch1:         %{name}-fix_perl_options.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 %{name}
43 %patch0 -p1
44 %patch1 -p1
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48 install -d $RPM_BUILD_ROOT/{/srv/httpd/cgi-bin,%{_sysconfdir}}
49
50 install cvsweb.cgi $RPM_BUILD_ROOT/srv/httpd/cgi-bin
51 install cvsweb.conf $RPM_BUILD_ROOT%{_sysconfdir}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc INSTALL README TODO
59 %doc icons
60 %attr(755,root,root) /srv/httpd/cgi-bin/cvsweb.cgi
61 %config(noreplace) %{_sysconfdir}/cvsweb.conf
This page took 0.041208 seconds and 3 git commands to generate.