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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   10-Feb-2003 20:43:02
  Branch: HEAD                             Handle: 2003021019425703

  Modified files:
    openpkg-src/dmalloc     dmalloc.spec
    openpkg-web             news.txt

  Log:
    install info page and example dmallocrc

  Summary:
    Revision    Changes     Path
    1.21        +13 -9      openpkg-src/dmalloc/dmalloc.spec
    1.3254      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/dmalloc/dmalloc.spec
  ============================================================================
  $ cvs diff -u -r1.20 -r1.21 dmalloc.spec
  --- openpkg-src/dmalloc/dmalloc.spec  3 Jan 2003 10:51:42 -0000       1.20
  +++ openpkg-src/dmalloc/dmalloc.spec  10 Feb 2003 19:43:00 -0000      1.21
  @@ -33,7 +33,7 @@
   Group:        Development
   License:      GPL
   Version:      4.8.2
  -Release:      20020206
  +Release:      20030210
   
   #   list of sources
   Source0:      http://dmalloc.com/releases/dmalloc-%{version}.tgz
  @@ -47,13 +47,13 @@
   AutoReqProv:  no
   
   %description
  -     The debug memory allocation (dmalloc) library has been designed as
  -     a drop in replacement for the system's malloc, realloc, calloc,
  -     free and other memory management routines while providing powerful
  -     debugging facilities configurable at runtime. These facilities
  -     include such things as memory-leak tracking, fence-post write
  -     detection, file/line number reporting, and general logging of
  -     statistics.
  +    The debug memory allocation (dmalloc) library has been designed as
  +    a drop in replacement for the system's malloc, realloc, calloc,
  +    free and other memory management routines while providing powerful
  +    debugging facilities configurable at runtime. These facilities
  +    include such things as memory-leak tracking, fence-post write
  +    detection, file/line number reporting, and general logging of
  +    statistics.
   
   %prep
       %setup -q
  @@ -69,10 +69,14 @@
   
   %install
       rm -rf $RPM_BUILD_ROOT
  -    %{l_make} %{l_mflags} install \
  +    %{l_make} %{l_mflags} install installinfo \
           prefix=$RPM_BUILD_ROOT%{l_prefix} \
           exec_prefix=$RPM_BUILD_ROOT%{l_prefix}
       strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
  +    %{l_shtool} mkdir -f -p -m 755 \
  +        $RPM_BUILD_ROOT%{l_prefix}/share/dmalloc
  +    %{l_shtool} install -c -m 644 \
  +        dmallocrc $RPM_BUILD_ROOT%{l_prefix}/share/dmalloc/
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
   %files -f files
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.3253 -r1.3254 news.txt
  --- openpkg-web/news.txt      10 Feb 2003 12:37:28 -0000      1.3253
  +++ openpkg-web/news.txt      10 Feb 2003 19:42:57 -0000      1.3254
  @@ -1,3 +1,4 @@
  +10-Feb-2003: Upgraded package: P<dmalloc-4.8.2-20030210>
   10-Feb-2003: Upgraded package: P<tidy-20030208-20030210>
   10-Feb-2003: Upgraded package: P<postgresql-7.3.2-20030210>
   10-Feb-2003: Upgraded package: P<perl-gd-20030210-20030210>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to