SPECS: yasmin.spec - fixed, now it builds (on amd64)
sparky
sparky at pld-linux.org
Sun May 7 19:46:24 CEST 2006
Author: sparky Date: Sun May 7 17:46:24 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed, now it builds (on amd64)
---- Files affected:
SPECS:
yasmin.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/yasmin.spec
diff -u SPECS/yasmin.spec:1.9 SPECS/yasmin.spec:1.10
--- SPECS/yasmin.spec:1.9 Wed May 28 15:03:16 2003
+++ SPECS/yasmin.spec Sun May 7 19:46:19 2006
@@ -11,6 +11,7 @@
# Source0-md5: 0726b969a1431b0e9f9834defe9fbbe3
Patch0: %{name}-make.patch
Patch1: %{name}-c++.patch
+Patch2: %{name}-cast.patch
URL: http://home.tiscalinet.be/genglebi/
BuildRequires: qt-devel
BuildRequires: libpng-devel
@@ -39,10 +40,18 @@
%setup -q
%patch0 -p1
%patch1 -p1
+%patch2 -p1
%build
touch *.h
-OPT_FLAGS="%{rpmcflags}" %{__make}
+%{__make} \
+ SYSCONF_CXX="%{__cxx}" \
+ SYSCONF_LINK="%{__cxx}" \
+ OPT_FLAGS="%{rpmcflags} -I%{_includedir}/qt -Wno-deprecated" \
+ SYSCONF_MOC="%{_bindir}/moc" \
+ SYSCONF_LFLAGS_QT="-L%{_libdir}" \
+ SYSCONF_LIBS_QT="-lqt-mt" \
+ SYSCONF_LFLAGS_X11="-L%{_prefix}/X11R6/%{_lib}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -64,6 +73,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2006/05/07 17:46:19 sparky
+- fixed, now it builds (on amd64)
+
Revision 1.9 2003/05/28 13:03:16 malekith
- massive attack: source-md5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/yasmin.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list