Author: shadzik Date: Thu Nov 6 03:01:12 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - add patch0 to fix build on 64bit - rel 1
---- Files affected: SPECS: qzion.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/qzion.spec diff -u SPECS/qzion.spec:1.3 SPECS/qzion.spec:1.4 --- SPECS/qzion.spec:1.3 Sun Nov 2 17:47:52 2008 +++ SPECS/qzion.spec Thu Nov 6 04:01:07 2008 @@ -6,11 +6,12 @@ Summary(pl.UTF-8): qzion Name: qzion Version: 0.3.0 -Release: 0.1 +Release: 1 License: GPL v2 Group: X11/Libraries Source0: http://dev.openbossa.org/qedje/downloads/source/%{name}/%{name}-%{version}.tar.gz # Source0-md5: 293cb0a9783f7111d97838fea8b6970a +Patch0: %{name}-lib64.patch URL: http://dev.openbossa.org/trac/qzion BuildRequires: QtCore-devel >= %{qtver} BuildRequires: QtGui-devel >= %{qtver} @@ -42,10 +43,12 @@ %prep %setup -q +%patch0 -p1 %build qmake-qt4 \ - PREFIX=%{_prefix} + PREFIX=%{_prefix} \ + LIB=%{_lib} %{__make} %install @@ -79,6 +82,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2008/11/06 03:01:07 shadzik +- add patch0 to fix build on 64bit +- rel 1 + Revision 1.3 2008/11/02 16:47:52 shadzik - added BRs - fixed build ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qzion.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
