SPECS: telepathy-butterfly.spec - fixed x86_64 build, release 2
hawk
hawk at pld-linux.org
Wed Apr 9 19:22:18 CEST 2008
Author: hawk Date: Wed Apr 9 17:22:18 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed x86_64 build, release 2
---- Files affected:
SPECS:
telepathy-butterfly.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/telepathy-butterfly.spec
diff -u SPECS/telepathy-butterfly.spec:1.5 SPECS/telepathy-butterfly.spec:1.6
--- SPECS/telepathy-butterfly.spec:1.5 Thu Mar 6 08:03:37 2008
+++ SPECS/telepathy-butterfly.spec Wed Apr 9 19:22:12 2008
@@ -3,7 +3,7 @@
Summary(pl.UTF-8): Zarządca połączeń Telepathy dla MSN
Name: telepathy-butterfly
Version: 0.3.1
-Release: 1
+Release: 2
License: LGPL
Group: Libraries
Source0: http://telepathy.freedesktop.org/releases/telepathy-butterfly/%{name}-%{version}.tar.gz
@@ -26,7 +26,13 @@
%setup -q
%build
-./waf configure --prefix=%{_prefix} --libexecdir=%{_libdir}
+%ifarch %{x8664}
+PYTHONDIR=%{py_sitedir} \
+%endif
+./waf configure \
+ --prefix=%{_prefix} \
+ --libdir=%{_libdir} \
+ --libexecdir=%{_libdir}
./waf build
%install
@@ -59,6 +65,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2008-04-09 17:22:12 hawk
+- fixed x86_64 build, release 2
+
Revision 1.5 2008-03-06 07:03:37 aredridel
- 0.3.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/telepathy-butterfly.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list