]> git.pld-linux.org Git - packages/cvsweb.git/blob - cvsweb.spec
0b9d5c090c3e4695acb7db420888062b8e0ab21d
[packages/cvsweb.git] / cvsweb.spec
1 %define name    cvsweb
2 %define version 1.79
3 %define release 1
4 %define serial  1
5
6 Summary:        visual (www) interface to explore a cvs repository
7 Name:           %{name}
8 Version:        %{version}
9 Release:        %{release}
10 Serial:         %{serial}
11 Copyright:      BSD type
12 Group:          Development/Tools
13 URL:            http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi/
14 Source:         %{name}-%{version}.tar.bz2
15 Patch:          %{name}-1.73-config.patch
16 BuildRoot:      /var/tmp/%{name}-%{version}
17 BuildArchitectures: noarch
18
19 %description
20 cvsweb is a visual (www) interface to explore a cvs repository. This is an
21 enhanced cvsweb developed by Henner Zeller. Enhancements include recognition
22 and display of popular mime-types, visual, color-coded, side by side diffs
23 of changes and the ability sort the file display and to hide old files
24 from view. One living example of the enhanced cvsweb is the KDE cvsweb
25
26 cvsweb requires the server to have cvs and a cvs repository worth exploring.
27
28 %description -l pl
29 cvsweb jest wizualnym interfejsem do eksploracji repozytorium cvs. Jest to
30 ulepszona wersja programu cvsweb Hennera Zellera. Do ulepszeñ zaliczyæ mo¿na
31 rozpoznawanie i wy¶wietlanie popularnych typów MIME; wizualnych, kolorowych, 
32 umieszczonych obok siebie ró¿nic miêdzy plikami oraz zdolno¶æ sortowania 
33 widoku plików oraz ukrywania starych plików. ¯ywym przyk³adem ulepszonego
34 cvsweba jest cvsweb projektu KDE.
35
36 cvsweb wymaga, by na serwerze by³ zainstalowany CVS oraz repzytorium CVS 
37 warte eksploracji.
38
39 %prep
40 %setup -q -n cvsweb
41 %patch -p1
42
43 %build
44
45 %install
46 if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT ; fi
47 mkdir -p $RPM_BUILD_ROOT/{home/httpd/cgi-bin,etc/httpd/conf}
48 install -m 755 cvsweb.cgi $RPM_BUILD_ROOT/home/httpd/cgi-bin
49 install -m 644 cvsweb.conf $RPM_BUILD_ROOT/etc/httpd/conf
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(-,root,root)
56 %doc INSTALL README TODO
57 %doc icons
58 /home/httpd/cgi-bin/cvsweb.cgi
59 %config(noreplace) /etc/httpd/conf/cvsweb.conf
60
61 %changelog
62 * Tue Nov  9 1999 Peter Hanecak <hanecak@megaloman.sk>
63 - updated to 1.79
64
65 * Tue Oct 12 1999 Peter Hanecak <hanecak@megaloman.sk>
66 - initial spec (based on Ryan Weaver's <ryanw@infohwy.com> gtksee spec
67   because i like the style of it)
This page took 0.089737 seconds and 3 git commands to generate.