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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   24-Oct-2006 15:47:35
  Branch: OPENPKG_2_STABLE                 Handle: 2006102414473500

  Modified files:           (Branch: OPENPKG_2_STABLE)
    openpkg-src/libsndfile  libsndfile.spec

  Log:
    MFC: fix building under Solaris (where the example programs usually
    cannot be built as a server has no audio stuff installed) and cleanup
    the filesystem layout

  Summary:
    Revision    Changes     Path
    1.27.2.3    +4  -1      openpkg-src/libsndfile/libsndfile.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/libsndfile/libsndfile.spec
  ============================================================================
  $ cvs diff -u -r1.27.2.2 -r1.27.2.3 libsndfile.spec
  --- openpkg-src/libsndfile/libsndfile.spec    16 Oct 2006 14:52:05 -0000      
1.27.2.2
  +++ openpkg-src/libsndfile/libsndfile.spec    24 Oct 2006 13:47:35 -0000      
1.27.2.3
  @@ -33,7 +33,7 @@
   Group:        Audio
   License:      LGPL
   Version:      1.0.17
  -Release:      2.20061018
  +Release:      2.20061024
   
   #   list of sources
   Source0:      
http://www.mega-nerd.com/libsndfile/libsndfile-%{version}.tar.gz
  @@ -62,6 +62,7 @@
       %setup -q
       %{l_shtool} subst \
           -e 's;@SHELL@;%{l_bash};g' \
  +        -e 's;\(SUBDIRS.*\)examples;\1;' \
           Makefile.in */Makefile.in
       chmod a+x install-sh
   
  @@ -71,6 +72,7 @@
       GREP="grep" \
       ./configure \
           --prefix=%{l_prefix} \
  +        --mandir=%{l_prefix}/man \
           --disable-sqlite \
           --disable-shared
       %{l_make} %{l_mflags}
  @@ -80,6 +82,7 @@
       %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
       strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
       rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/octave
  +    rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/doc
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
           %{l_files_std} \
           '%not %dir %{l_prefix}/lib/pkgconfig'
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to