SPECS: tskal.spec - use optflags

maciek2w maciek2w at pld-linux.org
Sat Oct 21 17:09:25 CEST 2006


Author: maciek2w                     Date: Sat Oct 21 15:09:25 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use optflags

---- Files affected:
SPECS:
   tskal.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/tskal.spec
diff -u SPECS/tskal.spec:1.18 SPECS/tskal.spec:1.19
--- SPECS/tskal.spec:1.18	Fri Oct  6 16:21:39 2006
+++ SPECS/tskal.spec	Sat Oct 21 17:09:19 2006
@@ -1,6 +1,4 @@
 # $Revision$, $Date$
-# TODO:
-# - optflags
 Summary:	Simple calendar which helps you to remember about important days
 Summary(pl):	Prosty kalendarz pomagający pamiętać o ważnych datach
 Name:		tskal
@@ -35,7 +33,12 @@
 %setup -q
 
 %build
-qmake
+qmake \
+	QMAKE_CXX="%{__cxx}" \
+	QMAKE_LINK="%{__cxx}" \
+	QMAKE_CXXFLAGS_RELEASE="%{rpmcflags}" \
+	QMAKE_RPATH=
+
 %{__make} \
 	QTDIR=%{_prefix}
 
@@ -61,6 +64,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2006/10/21 15:09:19  maciek2w
+- use optflags
+
 Revision 1.18  2006/10/06 14:21:39  wolvverine
 - up to 0.5-2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/tskal.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list