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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   18-Oct-2009 10:28:26
  Branch: HEAD                             Handle: 2009101809282600

  Modified files:
    openpkg-src/ctags       ctags.spec

  Log:
    fix installation

  Summary:
    Revision    Changes     Path
    1.16        +4  -2      openpkg-src/ctags/ctags.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ctags/ctags.spec
  ============================================================================
  $ cvs diff -u -r1.15 -r1.16 ctags.spec
  --- openpkg-src/ctags/ctags.spec      10 Jul 2009 20:05:01 -0000      1.15
  +++ openpkg-src/ctags/ctags.spec      18 Oct 2009 08:28:26 -0000      1.16
  @@ -32,7 +32,7 @@
   Group:        Development
   License:      GPL
   Version:      5.8
  -Release:      20090710
  +Release:      20091018
   
   #   list of sources
   Source0:      http://switch.dl.sourceforge.net/ctags/ctags-%{version}.tar.gz
  @@ -74,6 +74,7 @@
       LDFLAGS="%{l_ldflags}" \
       ./configure \
           --prefix=%{l_prefix} \
  +        --mandir=%{l_prefix}/man \
           --enable-custom-config=%{l_prefix}/etc/ctags/ctags.conf
       %{l_make} %{l_mflags -O}
   
  @@ -81,7 +82,8 @@
       rm -rf $RPM_BUILD_ROOT
       %{l_make} %{l_mflags} install \
           prefix=$RPM_BUILD_ROOT%{l_prefix} \
  -        exec_prefix=$RPM_BUILD_ROOT%{l_prefix}
  +        exec_prefix=$RPM_BUILD_ROOT%{l_prefix} \
  +        mandir=$RPM_BUILD_ROOT%{l_prefix}/man
       strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to