SPECS: qedje.spec - add patch0 to fix 64bit build - rel 1

shadzik shadzik at pld-linux.org
Thu Nov 6 04:05:12 CET 2008


Author: shadzik                      Date: Thu Nov  6 03:05:12 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add patch0 to fix 64bit build
- rel 1

---- Files affected:
SPECS:
   qedje.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/qedje.spec
diff -u SPECS/qedje.spec:1.4 SPECS/qedje.spec:1.5
--- SPECS/qedje.spec:1.4	Sun Nov  2 17:57:34 2008
+++ SPECS/qedje.spec	Thu Nov  6 04:05:06 2008
@@ -6,11 +6,12 @@
 Summary(pl.UTF-8):	qedje
 Name:		qedje
 Version:	0.3.0
-Release:	0.1
+Release:	1
 License:	GPL v2
 Group:		X11/Libraries
 Source0:	http://dev.openbossa.org/%{name}/downloads/source/%{name}/%{name}-%{version}.tar.gz
 # Source0-md5:	7435e3631fd44dce4086afe8698cdb13
+Patch0:		%{name}-lib64.patch
 URL:		http://dev.openbossa.org/trac/qedje
 BuildRequires:	QtCore-devel >= %{qtver}
 BuildRequires:	QtGui-devel >= %{qtver}
@@ -42,10 +43,12 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %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.5  2008/11/06 03:05:06  shadzik
+- add patch0 to fix 64bit build
+- rel 1
+
 Revision 1.4  2008/11/02 16:57:34  shadzik
 - added BRs and Rs
 - added -devel subpackages
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qedje.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list