SPECS: cutecom.spec - configure is not autoconf-generated and does...

qboosh qboosh at pld-linux.org
Wed May 10 19:24:53 CEST 2006


Author: qboosh                       Date: Wed May 10 17:24:53 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- configure is not autoconf-generated and doesn't take any params;
  call qmake directly to pass rpmcxxflags

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

---- Diffs:

================================================================
Index: SPECS/cutecom.spec
diff -u SPECS/cutecom.spec:1.4 SPECS/cutecom.spec:1.5
--- SPECS/cutecom.spec:1.4	Mon May  8 14:42:44 2006
+++ SPECS/cutecom.spec	Wed May 10 19:24:48 2006
@@ -11,6 +11,7 @@
 URL:		http://cutecom.sourceforge.net
 BuildRequires:	qmake
 BuildRequires:	qt-devel
+BuildRequires:	rpmbuild(macros) >= 1.167
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -22,11 +23,13 @@
 Cutecom to graficzny terminal szeregowy podobny do minicoma. Jest
 przeznaczony głównie dla twórców sprzętu i innych ludzi potrzebujących
 terminala do komunikacji ze swoimi urządzeniami.
+
 %prep
 %setup -q
 
 %build
-%configure
+qmake \
+	QMAKE_CXXFLAGS_RELEASE="%{rpmcxxflags}"
 %{__make} \
 	QTDIR=%{_prefix}
 
@@ -54,6 +57,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/05/10 17:24:48  qboosh
+- configure is not autoconf-generated and doesn't take any params;
+  call qmake directly to pass rpmcxxflags
+
 Revision 1.4  2006/05/08 12:42:44  darekr
 - use %configure
 
================================================================

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



More information about the pld-cvs-commit mailing list