|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [REL]
|
|
|
Group: Graphics
|
|
|
License: GPL
|
|
|
Version: 3.5.7
|
|
|
-Release: 20020206
|
|
|
+Release: 20020416
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.remotesensing.org/pub/libtiff/tiff-v%{version}.tar.gz
|
|
|
@@ -90,6 +90,9 @@ AutoReqProv: no
|
|
|
done
|
|
|
) | (cd man/lib && xargs tar cf -) |\
|
|
|
(cd $RPM_BUILD_ROOT%{l_prefix}/man/man3 && tar xf -)
|
|
|
+ (cd $RPM_BUILD_ROOT%{l_prefix}/lib
|
|
|
+ rm -f libtiff.so* libtiff.def 2>&1 || true
|
|
|
+ )
|
|
|
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
|
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
|
|
|
|