SPECS: ruby-vpim.spec - fix build with tar that won't take - as stdin
aredridel
aredridel at pld-linux.org
Sat Oct 20 02:19:21 CEST 2007
Author: aredridel Date: Sat Oct 20 00:19:21 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix build with tar that won't take - as stdin
---- Files affected:
SPECS:
ruby-vpim.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/ruby-vpim.spec
diff -u SPECS/ruby-vpim.spec:1.2 SPECS/ruby-vpim.spec:1.3
--- SPECS/ruby-vpim.spec:1.2 Sun May 27 16:36:31 2007
+++ SPECS/ruby-vpim.spec Sat Oct 20 02:19:16 2007
@@ -48,7 +48,7 @@
%prep
%setup -q -c
-tar xf %{SOURCE0} -O data.tar.gz | tar xz -
+tar xf %{SOURCE0} -O data.tar.gz | tar xz
cp %{_datadir}/setup.rb .
%build
@@ -87,6 +87,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2007/10/20 00:19:16 aredridel
+- fix build with tar that won't take - as stdin
+
Revision 1.2 2007/05/27 14:36:31 qboosh
- pl desc
- no verbose untarring
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ruby-vpim.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list