Author: twittner                     Date: Thu Apr 27 19:36:03 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 1.4.6
- force strict paths for searching headers and libs

---- Files affected:
SPECS:
   ruby-FXRuby.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/ruby-FXRuby.spec
diff -u SPECS/ruby-FXRuby.spec:1.9 SPECS/ruby-FXRuby.spec:1.10
--- SPECS/ruby-FXRuby.spec:1.9  Sun Apr  9 09:05:51 2006
+++ SPECS/ruby-FXRuby.spec      Thu Apr 27 21:35:58 2006
@@ -1,25 +1,26 @@
 # $Revision$, $Date$
 #
+# Conditional build:
 %bcond_without apidocs # don't generate documentation through rdoc
 #
-%define                _pnam   FXRuby
-# TODO: __ruby  macro should be defined in rpm macros similarly as __perl
 %define                __ruby  /usr/bin/ruby
+%define                _pnam   FXRuby
 #
 Summary:       FXRuby - the Ruby language bindings for the FOX GUI toolkit
 Summary(pl):   FXRuby - wiązania języka Ruby do toolkitu graficznego FOX
 Name:          ruby-%{_pnam}
-Version:       1.4.5
+Version:       1.4.6
 Release:       1
 License:       LGPL
 Group:         X11/Libraries
 Source0:       
http://rubyforge.lauschmusik.de/fxruby/%{_pnam}-%{version}.tar.gz
-# Source0-md5: f22c3d01c8211662a2de36a332135ac4
+# Source0-md5: b96db6dac270c3930d50cb1e0544f137
 Patch0:                %{name}-CFLAGS.patch
 URL:           http://www.fxruby.org/
 BuildRequires: fox >= 1.4
 BuildRequires: rpmbuild(macros) >= 1.277
 BuildRequires: ruby-modules
+BuildRequires: fxscintilla-devel
 %{?ruby_mod_ver_requires_eq}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -67,7 +68,11 @@
 CXX="%{__cxx}" \
 CFLAGS="%{rpmcflags}" \
 CXXFLAGS="%{rpmcxxflags}" \
-%{__ruby} install.rb config
+%{__ruby} install.rb config -- \
+       --with-fox-include=/usr/include/fox-1.4 \
+       --with-fox-lib="%{_libdir}" \
+       --with-fxscintilla-include=/usr/include \
+       --with-fxscintilla-lib="%{_libdir}"
 
 CC="%{__cc}" \
 CXX="%{__cxx}" \
@@ -109,6 +114,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2006/04/27 19:35:58  twittner
+- up to 1.4.6
+- force strict paths for searching headers and libs
+
 Revision 1.9  2006/04/09 07:05:51  twittner
 - up to 1.4.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ruby-FXRuby.spec?r1=1.9&r2=1.10&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to