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

  Server: cvs.openpkg.org                  Name:   Peter Smej
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   14-Mar-2003 15:58:44
  Branch: HEAD                             Handle: 2003031414584400

  Modified files:
    openpkg-src/libevent    libevent.spec

  Log:
    Commit changes in building

  Summary:
    Revision    Changes     Path
    1.3         +8  -3      openpkg-src/libevent/libevent.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/libevent/libevent.spec
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 libevent.spec
  --- openpkg-src/libevent/libevent.spec        18 Feb 2003 15:29:51 -0000      1.2
  +++ openpkg-src/libevent/libevent.spec        14 Mar 2003 14:58:44 -0000      1.3
  @@ -63,18 +63,23 @@
           -e 's;\(MAKEINFO\)=.*;\1=true;' \
           -e 's;\(AMTAR\)=.*;\1=true;' \
           configure
  +    %{l_shtool} move \
  +        compat/sys/time.h compat/sys/time.h.mist
  +
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
       CPPFLAGS="%{l_cppflags}" \
       LDFLAGS="%{l_ldflags}" \
       ./configure \
  -        --prefix=%{l_prefix}
  -    %{l_make} %{l_mflags -O}
  +        --prefix=%{l_prefix} \
  +        --mandir=%{l_prefix}/man
  +
  +    %{l_make} %{l_mflags -O} SUBDIRS=.
   
   %install
       rm -rf $RPM_BUILD_ROOT
       %{l_shtool} mkdir -p $RPM_BUILD_ROOT%{l_prefix}/man/man3
  -    %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
  +    %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT SUBDIRS=.
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
   %files -f files
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to