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: 18-Jan-2005 20:42:26
Branch: HEAD Handle: 2005011819422600
Modified files:
openpkg-src/tiff tiff.spec
Log:
just some cosmetics
Summary:
Revision Changes Path
1.41 +5 -4 openpkg-src/tiff/tiff.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tiff/tiff.spec
============================================================================
$ cvs diff -u -r1.40 -r1.41 tiff.spec
--- openpkg-src/tiff/tiff.spec 18 Jan 2005 18:21:45 -0000 1.40
+++ openpkg-src/tiff/tiff.spec 18 Jan 2005 19:42:26 -0000 1.41
@@ -36,7 +36,7 @@
Version: 3.7.1
Release: 20050118
-# package library options (a 'yes' builds both libtiff and libtiff_cxx)
+# package options
%option with_cxx no
# list of sources
@@ -78,7 +78,7 @@
%build
%if "%{with_cxx}" == "yes"
- # conditionally build libtiff_cxx with C++ streams as user's request
+ # conditionally build libtiff_cxx with C++ streams
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
@@ -113,9 +113,9 @@
# unconditionally build libtiff without C++ streams
CC="%{l_cc}" \
- CXX= \
+ CXX="" \
CFLAGS="%{l_cflags -O}" \
- CXXFLAGS= \
+ CXXFLAGS="" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
./configure \
@@ -150,6 +150,7 @@
mv $base.3tiff $base.3
done
) || exit $?
+ rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/doc
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]