SPECS: lzma.spec - fixed /bin/mktemp location in lzdiff, S: mktemp
gotar
gotar at pld-linux.org
Mon Dec 15 12:15:09 CET 2008
Author: gotar Date: Mon Dec 15 11:15:09 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed /bin/mktemp location in lzdiff, S: mktemp
---- Files affected:
SPECS:
lzma.spec (1.48 -> 1.49)
---- Diffs:
================================================================
Index: SPECS/lzma.spec
diff -u SPECS/lzma.spec:1.48 SPECS/lzma.spec:1.49
--- SPECS/lzma.spec:1.48 Fri Nov 28 23:59:23 2008
+++ SPECS/lzma.spec Mon Dec 15 12:15:04 2008
@@ -17,6 +17,8 @@
Patch0: %{name}-memlimit.patch
URL: http://tukaani.org/lzma/
BuildRequires: rpmbuild(macros) >= 1.402
+BuildRequires: sed >= 4.0
+Suggests: mktemp
Conflicts: rpm < 4.4.9
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -94,6 +96,7 @@
%prep
%setup -q -n %{name}-%{version}%{snap}
%patch0 -p1
+sed -i 's|/usr/bin/mktemp|/bin/mktemp|' scripts/lzdiff
%build
%configure
@@ -154,6 +157,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.49 2008/12/15 11:15:04 gotar
+- fixed /bin/mktemp location in lzdiff, S: mktemp
+
Revision 1.48 2008/11/28 22:59:23 gotar
- C: non-tukaani rpm
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lzma.spec?r1=1.48&r2=1.49&f=u
More information about the pld-cvs-commit
mailing list