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