OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Christoph Schug
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web openpkg$ Date:   11-Sep-2003 09:10:16
  Branch: HEAD                             Handle: 2003091108101204

  Added files:
    openpkg-re/vcheck       vc.tla
    openpkg-src/tla         tla.spec
  Modified files:
    openpkg-web             news.txt

  Log:
    new package: tla 1.1pre5 (Tom Lord's Arch revision control system)

  Summary:
    Revision    Changes     Path
    1.1         +9  -0      openpkg-re/vcheck/vc.tla
    1.1         +89 -0      openpkg-src/tla/tla.spec
    1.6507      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-re/vcheck/vc.tla
  ============================================================================
  $ cvs diff -u -r0 -r1.1 vc.tla
  --- /dev/null 2003-09-11 09:10:13.000000000 +0200
  +++ vc.tla    2003-09-11 09:10:13.000000000 +0200
  @@ -0,0 +1,9 @@
  +config = {
  +}
  +
  +prog tla = {
  +  version   = 1.1pre5
  +  url       = http://regexps.srparish.net/src/tla/
  +  regex     = tla-(__VER__)\.tar\.gz
  +}
  +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/tla/tla.spec
  ============================================================================
  $ cvs diff -u -r0 -r1.1 tla.spec
  --- /dev/null 2003-09-11 09:10:16.000000000 +0200
  +++ tla.spec  2003-09-11 09:10:16.000000000 +0200
  @@ -0,0 +1,89 @@
  +##
  +##  tla.spec -- OpenPKG RPM Specification
  +##  Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
  +##  Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
  +##  Copyright (c) 2000-2003 Cable & Wireless <http://www.cw.com/>
  +##
  +##  Permission to use, copy, modify, and distribute this software for
  +##  any purpose with or without fee is hereby granted, provided that
  +##  the above copyright notice and this permission notice appear in all
  +##  copies.
  +##
  +##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  +##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  +##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
  +##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  +##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +##  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +##  SUCH DAMAGE.
  +##
  +
  +#   package information
  +Name:         tla
  +Summary:      Tom Lord's Arch revision control system
  +URL:          http://regexps.srparish.net/www/
  +Vendor:       Tom Lord
  +Packager:     The OpenPKG Project
  +Distribution: OpenPKG [JUNK]
  +Group:        SCM
  +License:      GPL
  +Version:      1.1pre5
  +Release:      20030911
  +
  +#   list of sources
  +Source0:      http://regexps.srparish.net/src/tla/tla-%{version}.tar.gz
  +
  +#   build information
  +Prefix:       %{l_prefix}
  +BuildRoot:    %{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20030103, make, gcc
  +PreReq:       OpenPKG, openpkg >= 20030103
  +AutoReq:      no
  +AutoReqProv:  no
  +
  +%description
  +    Tom Lord's Arch (tla) is an implementation of the Arch revision
  +    control system. Arch is a really nifty revision control system.
  +    It's "whole-tree changeset based" which means, roughly, that it
  +    can handle (with atomic commits) file and directory adds, deletes,
  +    and renames cleanly, and that it does branching simply and easily.
  +    Arch is also "distributed" which means, for example that you can
  +    make arch branches of your own from remote projects, even if you
  +    don't have write access to the revision control archives for those
  +    projects.
  +
  +%prep
  +    %setup -q
  +
  +%build
  +    ( cd src/
  +      mkdir \=build
  +      cd \=build/
  +      CC="%{l_cc}" \
  +      CFLAGS="%{l_cflags -O}" \
  +      ../configure \
  +        --prefix=%{l_prefix}
  +      %{l_make} %{l_mflags}
  +    ) || exit $?
  +
  +%install
  +    rm -rf $RPM_BUILD_ROOT
  +    ( cd src/\=build/
  +      %{l_shtool} subst -s \
  +          -e "s;\$(destdir);$RPM_BUILD_ROOT;g" \
  +          ../build-tools/Makefiles/rules.mk
  +      %{l_make} %{l_mflags} install
  +    ) || exit $?
  +    strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
  +    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  +
  +%files -f files
  +
  +%clean
  +    rm -rf $RPM_BUILD_ROOT
  +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.6506 -r1.6507 news.txt
  --- openpkg-web/news.txt      10 Sep 2003 19:25:41 -0000      1.6506
  +++ openpkg-web/news.txt      11 Sep 2003 07:10:13 -0000      1.6507
  @@ -1,3 +1,4 @@
  +11-Sep-2003: New package: P<tla-1.1pre5-20030911>
   10-Sep-2003: Upgraded package: P<ethereal-0.9.15-20030910>
   10-Sep-2003: Upgraded package: P<mysql-4.0.15-20030910>
   10-Sep-2003: Upgraded package: P<vim-6.2.75-20030910>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to