SPECS: scribus.spec - pass compiler flags to cmake - last try with...

deejay1 deejay1 at pld-linux.org
Tue Dec 5 19:33:52 CET 2006


Author: deejay1                      Date: Tue Dec  5 18:33:52 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pass compiler flags to cmake
- last try with dropin

---- Files affected:
SPECS:
   scribus.spec (1.122 -> 1.123) 

---- Diffs:

================================================================
Index: SPECS/scribus.spec
diff -u SPECS/scribus.spec:1.122 SPECS/scribus.spec:1.123
--- SPECS/scribus.spec:1.122	Tue Dec  5 18:56:33 2006
+++ SPECS/scribus.spec	Tue Dec  5 19:33:47 2006
@@ -11,7 +11,7 @@
 Release:	1
 License:	GPL v2
 Group:		X11/Applications/Publishing
-Source0:	http://dl.sourceforge.net/scribus/%{name}-%{version}.tar.bz2
+Source0:	%{name}-%{version}.tar.bz2
 # Source0-md5:	a9a47ecdedb4032ccaa7612afd7f068c
 Source1:	%{name}.desktop
 Source2:	%{name}.pl.qm
@@ -124,6 +124,10 @@
 %build
 export QTDIR=%{_prefix}
 export KDEDIR=%{_prefix}
+export CC="%{__cc}"
+export CXX="%{__cxx}"
+export CFLAGS="%{rpmcflags}"
+export CXXFLAGS="%{rpmcxxflags}"
 
 cmake . -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
 	%if %{with cairo }
@@ -285,6 +289,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.123  2006/12/05 18:33:47  deejay1
+- pass compiler flags to cmake
+- last try with dropin
+
 Revision 1.122  2006/12/05 17:56:33  deejay1
 - added fixed pl translation
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/scribus.spec?r1=1.122&r2=1.123&f=u



More information about the pld-cvs-commit mailing list