OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 13-Jan-2006 09:00:31 Branch: HEAD Handle: 2006011308003100 Modified files: openpkg-src/viewvc viewvc.spec Log: some cosmetics; some cleanups; remember TODO issue Summary: Revision Changes Path 1.2 +23 -20 openpkg-src/viewvc/viewvc.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/viewvc/viewvc.spec ============================================================================ $ cvs diff -u -r1.1 -r1.2 viewvc.spec --- openpkg-src/viewvc/viewvc.spec 11 Jan 2006 19:31:12 -0000 1.1 +++ openpkg-src/viewvc/viewvc.spec 13 Jan 2006 08:00:31 -0000 1.2 @@ -22,19 +22,22 @@ ## SUCH DAMAGE. ## +# FIXME: rse: the configuration files are not located under etc/viewvc/ and not tagged %config + # package information Name: viewvc -Summary: CVS repository browser +Summary: Version Control Repository Viewer URL: http://www.viewvc.org/ Vendor: The ViewCVS Group Packager: OpenPKG Distribution: OpenPKG Class: EVAL -Group: Development +Group: Web License: BSD Version: 0.9.4 -Release: 20060111 +Release: 20060113 +# package options %option with_cvsgraph no # list of sources @@ -44,8 +47,8 @@ # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} -BuildPreReq: OpenPKG, openpkg >= 2.5.0, python -PreReq: OpenPKG, openpkg >= 2.5.0 +BuildPreReq: OpenPKG, openpkg >= 20040130, python +PreReq: OpenPKG, openpkg >= 20040130 PreReq: diffutils, rcs, python, enscript %if "%{with_cvsgraph}" == "yes" PreReq: cvsgraph @@ -56,17 +59,17 @@ %description ViewVC is a browser interface for CVS and Subversion version control repositories. It generates templatized HTML to present navigable - directory, revision, and change log listings. It can display specific - versions of files as well as diffs between those versions. Basically, - ViewVC provides the bulk of the report-like functionality you expect - out of your version control tool, but much more prettily than the - average textual command-line program output. + directory, revision, and change log listings. It can display + specific versions of files as well as diffs between those versions. + Basically, ViewVC provides the bulk of the report-like functionality + you expect out of your version control tool, but much more prettily + than the average textual command-line program output. %track - prog viewcvs = { + prog viewvc = { version = %{version} url = http://www.viewvc.tigris.org/files/documents/3330/27671/ - regex = viewcvs-(__VER__)\.tar\.gz + regex = view(vc|cvs)-(__VER__)\.tar\.gz } %prep @@ -75,17 +78,17 @@ %build %{l_shtool} subst \ - -e "s,@RPM_BUILD_ROOT@,$RPM_BUILD_ROOT," \ - viewcvs-install + -e "s,@RPM_BUILD_ROOT@,$RPM_BUILD_ROOT," \ + viewcvs-install %{l_shtool} subst \ - -e "s,^use_enscript =.*,use_enscript = 1," \ - -e "s,^enscript_path =.*,enscript_path = %{l_prefix}/bin/," \ - cgi/viewcvs.conf.dist + -e "s,^use_enscript =.*,use_enscript = 1," \ + -e "s,^enscript_path =.*,enscript_path = %{l_prefix}/bin/," \ + cgi/viewcvs.conf.dist %if "%{with_cvsgraph}" == "yes" %{l_shtool} subst \ - -e "s,^use_cvsgraph =.*,use_cvsgraph = 1," \ - -e "s,^cvsgraph_path =.*,cvsgraph_path = %{l_prefix}/bin/," \ - cgi/viewcvs.conf.dist + -e "s,^use_cvsgraph =.*,use_cvsgraph = 1," \ + -e "s,^cvsgraph_path =.*,cvsgraph_path = %{l_prefix}/bin/," \ + cgi/viewcvs.conf.dist %endif %install @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org