[packages/ede] - pass OPTIMFLAGS to the jam - I don't know where is the right place for /usr/share/ede/panel-applet

witekfl witekfl at pld-linux.org
Wed Jul 25 11:50:58 CEST 2012


commit 884c6f81deed772b379ba58a8da6887d0b7ae71b
Author: witekfl <witekfl at poczta.onet.pl>
Date:   Wed Jul 25 11:49:06 2012 +0200

    - pass OPTIMFLAGS to the jam
    - I don't know where is the right place for /usr/share/ede/panel-applets
    - rel 0.2

 ede.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ede.spec b/ede.spec
index 23770f4..87cdcd0 100644
--- a/ede.spec
+++ b/ede.spec
@@ -1,8 +1,8 @@
-# TODO: CFLAGS, .so files in /usr/share
+# TODO: .so files in /usr/share
 Summary:	Equinox Desktop Environment
 Name:		ede
 Version:	2.0
-Release:	0.1
+Release:	0.2
 License:	GPL v2
 Group:		X11/Applications
 Source0:	http://downloads.sourceforge.net/ede/%{name}-%{version}.tar.gz
@@ -30,7 +30,7 @@ http://www.fltk.org.
 %build
 ./autogen.sh
 %configure
-jam -q -dx
+OPTIMFLAGS="%{rpmcflags} %{rpmcxxflags}" jam -q -dx
 
 %install
 rm -rf $RPM_BUILD_ROOT


More information about the pld-cvs-commit mailing list