packages: libevent/libevent.spec - reason is quite obvious
glen
glen at pld-linux.org
Sat Sep 25 17:17:03 CEST 2010
Author: glen Date: Sat Sep 25 15:17:03 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- reason is quite obvious
---- Files affected:
packages/libevent:
libevent.spec (1.33 -> 1.34)
---- Diffs:
================================================================
Index: packages/libevent/libevent.spec
diff -u packages/libevent/libevent.spec:1.33 packages/libevent/libevent.spec:1.34
--- packages/libevent/libevent.spec:1.33 Fri Sep 24 18:11:06 2010
+++ packages/libevent/libevent.spec Sat Sep 25 17:16:58 2010
@@ -22,7 +22,7 @@
%{?with_dietlibc:BuildRequires: dietlibc-static >= 2:0.31-5}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-# for some reason known only to rpm there must be "\\|" not "\|" here
+# to get backslash, we need to escape it from spec parser. therefore "\\|" not "\|" here
%define dietarch %(echo %{_target_cpu} | sed -e 's/i.86\\|pentium.\\|athlon/i386/;s/amd64/x86_64/;s/armv.*/arm/')
%define dietlibdir %{_prefix}/lib/dietlibc/lib-%{dietarch}
@@ -166,6 +166,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.34 2010/09/25 15:16:58 glen
+- reason is quite obvious
+
Revision 1.33 2010/09/24 16:11:06 baggins
- rel 2
- there is no need to rebuild ac/am stuff
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libevent/libevent.spec?r1=1.33&r2=1.34&f=u
More information about the pld-cvs-commit
mailing list