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:46:27
Branch: HEAD Handle: 2006102414462600
Modified files:
openpkg-src/libsndfile libsndfile.spec
Log:
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.31 +4 -1 openpkg-src/libsndfile/libsndfile.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libsndfile/libsndfile.spec
============================================================================
$ cvs diff -u -r1.30 -r1.31 libsndfile.spec
--- openpkg-src/libsndfile/libsndfile.spec 13 Oct 2006 17:29:33 -0000
1.30
+++ openpkg-src/libsndfile/libsndfile.spec 24 Oct 2006 13:46:26 -0000
1.31
@@ -33,7 +33,7 @@
Group: Audio
License: LGPL
Version: 1.0.17
-Release: 20061013
+Release: 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 [email protected]