]> git.pld-linux.org Git - packages/cvsweb.git/blob - cvsweb.spec
- raw version.
[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 %prep
29 %setup -q -n cvsweb
30 %patch -p1
31
32 %build
33
34 %install
35 if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT ; fi
36 mkdir -p $RPM_BUILD_ROOT/{home/httpd/cgi-bin,etc/httpd/conf}
37 install -m 755 cvsweb.cgi $RPM_BUILD_ROOT/home/httpd/cgi-bin
38 install -m 644 cvsweb.conf $RPM_BUILD_ROOT/etc/httpd/conf
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(-,root,root)
45 %doc INSTALL README TODO
46 %doc icons
47 /home/httpd/cgi-bin/cvsweb.cgi
48 %config(noreplace) /etc/httpd/conf/cvsweb.conf
49
50 %changelog
51 * Tue Nov  9 1999 Peter Hanecak <hanecak@megaloman.sk>
52 - updated to 1.79
53
54 * Tue Oct 12 1999 Peter Hanecak <hanecak@megaloman.sk>
55 - initial spec (based on Ryan Weaver's <ryanw@infohwy.com> gtksee spec
56   because i like the style of it)
This page took 0.083648 seconds and 4 git commands to generate.