From: Arkadiusz Miśkiewicz Date: Sat, 31 Jul 1999 11:10:38 +0000 (+0000) Subject: new specs X-Git-Tag: cvsweb-1_93-1~8 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=ca63409bcf0a48cc6b439b9425899c030807e373;p=packages%2Fcvsweb.git new specs Changed files: cvsweb.spec -> 1.1 --- ca63409bcf0a48cc6b439b9425899c030807e373 diff --git a/cvsweb.spec b/cvsweb.spec new file mode 100644 index 0000000..0d5f049 --- /dev/null +++ b/cvsweb.spec @@ -0,0 +1,52 @@ +Summary: a CGI interface to CVS trees +Summary(pl): interfejs CGI do drzew CVS +Name: cvsweb +Version: 0.1 +Release: 1 +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 +Requires: webserver +Requires: rcs +Requires: cvs +BuildRoot: /tmp/%{name}-%{version}-root +BuildArch: noarch + +%description +a CGI interface to CVS trees. +By default it search for CVS repository in "/usr/src/CVSROOT". + +%description -l pl +Interfejs CGI do drzew CVS. +Standardowo repozytorium jest poszukiwane w "/usr/src/CVSROOT". + +%prep +%setup -q -n %{name} +%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/ + +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 + +%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