]> git.pld-linux.org Git - packages/ede.git/commitdiff
- pass OPTIMFLAGS to the jam master
authorwitekfl <witekfl@poczta.onet.pl>
Wed, 25 Jul 2012 09:49:06 +0000 (11:49 +0200)
committerwitekfl <witekfl@poczta.onet.pl>
Wed, 25 Jul 2012 09:49:06 +0000 (11:49 +0200)
- I don't know where is the right place for /usr/share/ede/panel-applets
- rel 0.2

ede.spec

index 23770f42f415e3a24a8ca439d0757cc1808fe785..87cdcd0f1d11c5acc025ec94db5e14ab139308ef 100644 (file)
--- 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
This page took 0.074641 seconds and 4 git commands to generate.