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: 22-Dec-2004 08:58:13
Branch: HEAD Handle: 2004122207581300
Modified files:
openpkg-src/tiff tiff.spec
Log:
upgrading package: tiff 3.7.0 -> 3.7.1
Summary:
Revision Changes Path
1.38 +5 -5 openpkg-src/tiff/tiff.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tiff/tiff.spec
============================================================================
$ cvs diff -u -r1.37 -r1.38 tiff.spec
--- openpkg-src/tiff/tiff.spec 22 Oct 2004 07:56:35 -0000 1.37
+++ openpkg-src/tiff/tiff.spec 22 Dec 2004 07:58:13 -0000 1.38
@@ -33,8 +33,8 @@
Class: BASE
Group: Graphics
License: GPL
-Version: 3.7.0
-Release: 20041022
+Version: 3.7.1
+Release: 20041222
# list of sources
Source0: ftp://ftp.remotesensing.org/pub/libtiff/tiff-%{version}.tar.gz
@@ -85,9 +85,9 @@
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags -O} install DESTDIR=$RPM_BUILD_ROOT
( cd $RPM_BUILD_ROOT%{l_prefix}/man/man3
- for manpage in *.3t; do
- base=`echo $manpage | sed -e 's;\.3t$;;'`
- mv $base.3t $base.3
+ for manpage in *.3tiff; do
+ base=`echo $manpage | sed -e 's;\.3tiff$;;'`
+ mv $base.3tiff $base.3
done
) || exit $?
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]