]> git.pld-linux.org Git - packages/cvsweb.git/commitdiff
- updated to 1.93
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Mon, 29 Jan 2001 15:04:48 +0000 (15:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- many fixes (attr on cvsweb.cgi, location of httpd conf. files, etc.)

Changed files:
    cvsweb.spec -> 1.6

cvsweb.spec

index 0065166db0998a7173b793c3ac83ac03c0eb6ad0..f721b629cfb90ba3c953fe493448baaf06d375d8 100644 (file)
@@ -1,15 +1,17 @@
 Summary:       visual (www) interface to explore a cvs repository
 Name:          cvsweb
-Version:       1.79
+Version:       1.93
 Release:       1
-Serial:                1
+Epoch:         1
 License:       BSD type
 Group:         Development/Tools
 Group(fr):     Development/Outils
 Group(pl):     Programowanie/Narzêdzia
 URL:           http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi/
-Source0:       %{name}-%{version}.tar.bz2
-Patch0:                %{name}-1.73-config.patch
+Source0:       http://stud.fh-heilbronn.de/~zeller/download/%{name}-%{version}.tar.gz
+Patch0:                %{name}-config.patch
+Requires:      rcs
+Requires:      httpd
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildArch:     noarch
 
@@ -37,23 +39,25 @@ CVS warte eksploracji.
 
 %prep
 %setup -q -n cvsweb
-%patch -p1
+%patch0 -p1
 
 %build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/{home/httpd/cgi-bin,etc/httpd/conf}
+install -d $RPM_BUILD_ROOT/{home/httpd/cgi-bin,%{_sysconfdir}/httpd}
 
 install cvsweb.cgi $RPM_BUILD_ROOT/home/httpd/cgi-bin
-install cvsweb.conf $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf
+install cvsweb.conf $RPM_BUILD_ROOT%{_sysconfdir}/httpd
+
+gzip -9nf INSTALL README TODO
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc INSTALL README TODO
+%doc *.gz
 %doc icons
-/home/httpd/cgi-bin/cvsweb.cgi
-%config(noreplace) /etc/httpd/conf/cvsweb.conf
+%attr(755,root,root) /home/httpd/cgi-bin/cvsweb.cgi
+%config(noreplace) %{_sysconfdir}/httpd/cvsweb.conf
This page took 0.05445 seconds and 4 git commands to generate.