rpms/kdebindings/devel kdebindings.spec,1.118,1.119

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Sat Jun 21 15:46:30 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/kdebindings/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12314/devel

Modified Files:
	kdebindings.spec 
Log Message:
- fix file list for Ruby


Index: kdebindings.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- kdebindings.spec	21 Jun 2008 15:16:04 -0000	1.118
+++ kdebindings.spec	21 Jun 2008 15:45:39 -0000	1.119
@@ -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 @@
 %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 @@
 
 %changelog
 * Sat Jun 21 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 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 <Kevin at tigcc.ticalc.org> 4.0.83-2
 - reenable smoke again (keep ruby off for now)




More information about the fedora-extras-commits mailing list