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                      Date:   25-Oct-2002 21:22:21
  Branch: HEAD                             Handle: 2002102520222000

  Modified files:
    openpkg-src/mhash       mhash.spec

  Log:
    - add trailing slash to URL
    - fix Vendor
    - adjust Group
    - disable building of shared library by OpenPKG policy
    - remove *.la file

  Summary:
    Revision    Changes     Path
    1.2         +6  -4      openpkg-src/mhash/mhash.spec
  ____________________________________________________________________________

  Index: openpkg-src/mhash/mhash.spec
  ============================================================
  $ cvs diff -u -r1.1 -r1.2 mhash.spec
  --- openpkg-src/mhash/mhash.spec      25 Oct 2002 09:02:02 -0000      1.1
  +++ openpkg-src/mhash/mhash.spec      25 Oct 2002 19:22:20 -0000      1.2
  @@ -26,11 +26,11 @@
   #   package information
   Name:         mhash
   Summary:      Thread-safe hash library
  -URL:          http://mhash.sf.net
  -Vendor:       John Doe
  +URL:          http://mhash.sf.net/
  +Vendor:       Nikos Mavroyanopoulos
   Packager:     The OpenPKG Project
   Distribution: OpenPKG [EVAL]
  -Group:        Misc
  +Group:        Cryptography
   License:      LGPL
   Version:      0.8.17
   Release:      20021025
  @@ -61,12 +61,14 @@
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
       ./configure \
  -        --prefix=%{l_prefix}
  +        --prefix=%{l_prefix} \
  +        --disable-shared
       %{l_make} %{l_mflags -O}
   
   %install
       rm -rf $RPM_BUILD_ROOT
       %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
  +    rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/*.la
       strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to