]> git.pld-linux.org Git - packages/cvsweb.git/commitdiff
- raw version.
authorkloczek <kloczek@pld-linux.org>
Sun, 20 Feb 2000 09:10:16 +0000 (09:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsweb.spec -> 1.2

cvsweb.spec

index 0d5f049b88eb70856083f6f3538c1cab761a4b50..2b0887c30fa4100eec0f4e25d5fac7693144de43 100644 (file)
@@ -1,52 +1,56 @@
-Summary:       a CGI interface to CVS trees
-Summary(pl):   interfejs CGI do drzew CVS
-Name:          cvsweb
-Version:       0.1
-Release:       1
+%define        name    cvsweb
+%define        version 1.79
+%define        release 1
+%define        serial  1
+
+Summary:       visual (www) interface to explore a cvs repository
+Name:          %{name}
+Version:       %{version}
+Release:       %{release}
+Serial:                %{serial}
+Copyright:     BSD type
 Group:         Development/Tools
-Group(pl):     Programowanie/Narzêdzia
-Copyright:     Distributable
-Source:        http://lemming.stud.fh-heilbronn.de/~zeller/download/%{name}.tar.gz
-Patch:         %{name}.patch
-URL:           http://lemming.stud.fh-heilbronn.de/~zeller/cvsweb.cgi
-Vendor:                Henner Zeller <zeller@think.de>
-Requires:      webserver
-Requires:      rcs
-Requires:      cvs
-BuildRoot:     /tmp/%{name}-%{version}-root
-BuildArch:     noarch
+URL:           http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi/
+Source:                %{name}-%{version}.tar.bz2
+Patch:         %{name}-1.73-config.patch
+BuildRoot:     /var/tmp/%{name}-%{version}
+BuildArchitectures: noarch
 
 %description
-a CGI interface to CVS trees.
-By default it search for CVS repository in "/usr/src/CVSROOT".
+cvsweb is a visual (www) interface to explore a cvs repository. This is an
+enhanced cvsweb developed by Henner Zeller. Enhancements include recognition
+and display of popular mime-types, visual, color-coded, side by side diffs
+of changes and the ability sort the file display and to hide old files
+from view. One living example of the enhanced cvsweb is the KDE cvsweb
 
-%description -l pl
-Interfejs CGI do drzew CVS.
-Standardowo repozytorium jest poszukiwane w "/usr/src/CVSROOT".
+cvsweb requires the server to have cvs and a cvs repository worth exploring.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n cvsweb
 %patch -p1
 
-%install
-rm -rf $RPM_BUILD_ROOT
-
-install -d $RPM_BUILD_ROOT/home/httpd/{cgi-bin/,icons/}
-install -d $RPM_BUILD_ROOT/etc/httpd/
+%build
 
-install        %{name}.cgi                             $RPM_BUILD_ROOT/home/httpd/cgi-bin
-install icons/{miniback,minidir,minitext}.gif  $RPM_BUILD_ROOT/home/httpd/icons
-install %{name}.conf                           $RPM_BUILD_ROOT/etc/httpd/
-
-gzip -9nf INSTALL README TODO
+%install
+if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT ; fi
+mkdir -p $RPM_BUILD_ROOT/{home/httpd/cgi-bin,etc/httpd/conf}
+install -m 755 cvsweb.cgi $RPM_BUILD_ROOT/home/httpd/cgi-bin
+install -m 644 cvsweb.conf $RPM_BUILD_ROOT/etc/httpd/conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(644,root,root,755)
-%doc {INSTALL,README,TODO}.gz
-
-%attr(755,root,root) /home/httpd/cgi-bin/*
-%attr(644,root,root) /home/httpd/icons/*.gif
-%attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/httpd/%{name}.conf
+%defattr(-,root,root)
+%doc INSTALL README TODO
+%doc icons
+/home/httpd/cgi-bin/cvsweb.cgi
+%config(noreplace) /etc/httpd/conf/cvsweb.conf
+
+%changelog
+* Tue Nov  9 1999 Peter Hanecak <hanecak@megaloman.sk>
+- updated to 1.79
+
+* Tue Oct 12 1999 Peter Hanecak <hanecak@megaloman.sk>
+- initial spec (based on Ryan Weaver's <ryanw@infohwy.com> gtksee spec
+  because i like the style of it)
This page took 0.031455 seconds and 4 git commands to generate.