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