diff --git a/kdebindings.spec b/kdebindings.spec index 8268c1c..63ba66e 100644 --- a/kdebindings.spec +++ b/kdebindings.spec @@ -1,6 +1,8 @@ # FIXME/TODO: BRs for Java (krossjava), C# (qyoto, kimono) and PHP (php-qt) support? # IMHO this one really needs to be split into subpackages, we don't want to pull # in e.g. the whole Ruby, OpenJDK and Mono stacks for a PyKDE app! -- Kevin +# FIXME/TODO: Do we want to enable the optional Ruby bindings which are off by +# default? There are bindings for QScintilla, Plasma and Nepomuk/Soprano. -- Kevin # define to enable these optional bits %define ruby 1 @@ -128,13 +130,9 @@ rm -rf %{buildroot} %if 0%{?ruby} %{_kde4_bindir}/* %{_kde4_libdir}/libqtruby4shared.so -%{ruby_sitelib}/KDE/ -%{ruby_sitelib}/Qt.rb -%{ruby_sitelib}/Qt/ -%{ruby_sitelib}/Qt3.rb -%{ruby_sitelib}/Qt4.rb -%{ruby_sitelib}/QScintilla.rb -%{ruby_sitelib}/Qsci/ +%{_kde4_libdir}/kde4/krossruby.so +%{_kde4_libdir}/kde4/krubypluginfactory.so +%{ruby_sitelib}/* %{ruby_sitearch}/*.so %{_kde4_datadir}/applications/kde4/dbpedia_references.desktop %{_kde4_appsdir}/dbpedia_references/ @@ -168,9 +166,10 @@ rm -rf %{buildroot} %changelog * Sat Jun 21 2008 Kevin Kofler 4.0.83-3 -- reenable ruby again +- reenable Ruby again - add missing Epoch for minimum kdegraphics-devel version requirement - fix CMake target name conflict between Ruby and Python bindings +- fix file list for Ruby * Fri Jun 20 2008 Kevin Kofler 4.0.83-2 - reenable smoke again (keep ruby off for now)