|
@@ -1,578 +1,60 @@
|
|
-%define csharp 1
|
|
|
|
-%define falcon 0
|
|
|
|
-%define php 1
|
|
|
|
-%define ruby 1
|
|
|
|
-%define smoke 1
|
|
|
|
-%define java 0
|
|
|
|
-
|
|
|
|
-%define pykde4_akonadi 1
|
|
|
|
-%define pyqt4_version 4.7
|
|
|
|
-# Qt4 version auto-detection -- inagaki
|
|
|
|
-%define _qt4_version %(pkg-config --modversion --silence-errors Qt 2>/dev/null || echo 4.7.2)
|
|
|
|
-%define mono_dir %{_prefix}/lib/mono
|
|
|
|
-
|
|
|
|
-#if 0%{?ruby}%{?smoke}
|
|
|
|
-#define devel 1
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
-%global ruby_lib %(ruby -rrbconfig -e 'puts Config::CONFIG["rubylibdir"]')
|
|
|
|
-%global ruby_arch %(ruby -rrbconfig -e 'puts Config::CONFIG["archdir"]')
|
|
|
|
-%global ruby_sitelib %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')
|
|
|
|
-%global ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"]')
|
|
|
|
-%global python_ver %(%{__python} -c "import sys ; print sys.version[:3]")
|
|
|
|
-%global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
|
|
|
|
-%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
|
|
|
|
-
|
|
|
|
Name: kdebindings
|
|
Name: kdebindings
|
|
Summary: KDE bindings to non-C++ languages.
|
|
Summary: KDE bindings to non-C++ languages.
|
|
Summary(ja): C++ 言語以外の KDE バインディング集
|
|
Summary(ja): C++ 言語以外の KDE バインディング集
|
|
-Version: 4.6.4
|
|
|
|
|
|
+Version: 4.12.5
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
# http://techbase.kde.org/Policies/Licensing_Policy
|
|
# http://techbase.kde.org/Policies/Licensing_Policy
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
-URL: http://www.kde.org/
|
|
|
|
|
|
+URL: http://developer.kde.org/language-bindings/
|
|
|
|
|
|
-Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdebindings-%{version}.tar.bz2
|
|
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
+BuildArch: noarch
|
|
|
|
|
|
-## upstreamable patches
|
|
|
|
-Patch50: kdebindings-4.5.1-RUBY_VERSION.patch
|
|
|
|
|
|
+Requires: smokegen >= %{version}
|
|
|
|
+Requires: smokekde >= %{version}
|
|
|
|
+Requires: smokeqt >= %{version}
|
|
|
|
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
-BuildRequires: akonadi-devel >= 1.4.0
|
|
|
|
-BuildRequires: kdebase-workspace-devel >= %{version}
|
|
|
|
-# okular bindings
|
|
|
|
-BuildRequires: kdegraphics4-devel >= %{version}
|
|
|
|
-BuildRequires: kdelibs4-devel >= %{version}
|
|
|
|
-BuildRequires: kdepimlibs-devel >= %{version}
|
|
|
|
-BuildRequires: kdesdk-devel >= %{version}
|
|
|
|
-# kdebindings does not support polkit-qt-1 yet
|
|
|
|
-%if %{?_dist_release} == "vl4" || %{?_dist_release} == "vl5"
|
|
|
|
-BuildRequires: polkit-qt-devel
|
|
|
|
-%endif
|
|
|
|
-BuildRequires: python-devel
|
|
|
|
-BuildRequires: PyQt4-devel >= %{pyqt4_version}
|
|
|
|
-BuildRequires: qimageblitz-devel
|
|
|
|
-BuildRequires: qscintilla-devel >= 2.4
|
|
|
|
-BuildRequires: soprano-devel
|
|
|
|
-%if %{csharp}
|
|
|
|
-BuildRequires: mono-core
|
|
|
|
-BuildRequires: mono-devel
|
|
|
|
-%endif
|
|
|
|
-%if %{falcon}
|
|
|
|
-BuildRequires: Falcon-devel >= 0.8.12
|
|
|
|
-%endif
|
|
|
|
-%if %{php}
|
|
|
|
-BuildRequires: php5-devel
|
|
|
|
-%endif
|
|
|
|
-%if %{ruby}
|
|
|
|
-BuildRequires: ruby-devel
|
|
|
|
-BuildRequires: ruby
|
|
|
|
-%endif
|
|
|
|
-%if %{java}
|
|
|
|
-# TODO: kross-java is a mess, not sure what it needs to build
|
|
|
|
-# CMakeLists.txt is also not portable (only gcj and i486 hardcoded)
|
|
|
|
-# -- mathstuf
|
|
|
|
-BuildRequires: java-1.6.0-openjdk-devel
|
|
|
|
-%endif
|
|
|
|
-
|
|
|
|
-Requires: kdelibs4 >= %{version}
|
|
|
|
-Conflicts: kdebindings < 4
|
|
|
|
|
|
+# old/discontinued kde-4.6 modules
|
|
|
|
+Obsoletes: php-qt < 4.7.0
|
|
|
|
+Obsoletes: php-qt-devel < 4.7.0
|
|
|
|
|
|
%description
|
|
%description
|
|
-KDE bindings to non-C++ languages
|
|
|
|
|
|
+Kdebindings metapackage, to ease migration to split applications.
|
|
|
|
|
|
-%description -l ja
|
|
|
|
-C++ 言語以外の KDE バインディング集です.
|
|
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
Summary: Development files for kdebindings.
|
|
Summary: Development files for kdebindings.
|
|
Summary(ja): kdebindings の開発用ファイル
|
|
Summary(ja): kdebindings の開発用ファイル
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
-Requires: kdelibs4-devel
|
|
|
|
-Conflicts: kdebindings-devel < 4
|
|
|
|
|
|
+Requires: smokegen-devel >= %{version}
|
|
|
|
+Requires: smokekde-devel >= %{version}
|
|
|
|
+Requires: smokeqt-devel >= %{version}
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
-Development files for the KDE bindings.
|
|
|
|
-
|
|
|
|
-Install kdebindings-devel if you want to develop non-KDE applications
|
|
|
|
-that talk to KDE.
|
|
|
|
-
|
|
|
|
-%package -n PyKDE4
|
|
|
|
-Summary: Python bindings for KDE4
|
|
|
|
-Summary(ja): KDE4 の Python バインディング
|
|
|
|
-Group: Development/Languages
|
|
|
|
-Requires: kdelibs4 >= %{version}
|
|
|
|
-Requires: PyQt4 >= %{pyqt4_version}
|
|
|
|
-
|
|
|
|
-%description -n PyKDE4
|
|
|
|
-%{summary}.
|
|
|
|
-
|
|
|
|
-%package -n PyKDE4-akonadi
|
|
|
|
-Summary: Akonadi runtime support for PyKDE4
|
|
|
|
-Summary(ja): PyKDE4 の Akonadi サポート
|
|
|
|
-Group: Development/Languages
|
|
|
|
-Requires: PyKDE4 = %{version}-%{release}
|
|
|
|
-Requires: kdepimlibs-akonadi >= %{version}
|
|
|
|
-
|
|
|
|
-%description -n PyKDE4-akonadi
|
|
|
|
-%{summary}.
|
|
|
|
-
|
|
|
|
-%package -n PyKDE4-devel
|
|
|
|
-Summary: Files needed to build PyKDE4-based applications
|
|
|
|
-Summary(ja): PyKDE4 を使用するアプリケーションのビルドに必要なファイル集
|
|
|
|
-Group: Development/Libraries
|
|
|
|
-Requires: PyQt4-devel
|
|
|
|
-Requires: PyKDE4 = %{version}-%{release}
|
|
|
|
-Requires: PyKDE4-akonadi = %{version}-%{release}
|
|
|
|
-
|
|
|
|
-%description -n PyKDE4-devel
|
|
|
|
-%{summary}.
|
|
|
|
-
|
|
|
|
-# C# bindings
|
|
|
|
-%if %{csharp}
|
|
|
|
-%package -n kimono
|
|
|
|
-Summary: C# bindings for KDE4
|
|
|
|
-Summary(ja): KDE4 の C# バインディング
|
|
|
|
-Group: Development/Languages
|
|
|
|
-Requires: kdelibs4 >= %{version}
|
|
|
|
-Requires: qyoto = %{version}-%{release}
|
|
|
|
-Provides: kimono4 = %{version}-%{release}
|
|
|
|
-
|
|
|
|
-%description -n kimono
|
|
|
|
-%{summary}.
|
|
|
|
-
|
|
|
|
-%package -n qyoto
|
|
|
|
-Summary: C# bindings for Qt4
|
|
|
|
-Summary(ja): Qt4 の C# バインディング
|
|
|
|
-Group: Development/Languages
|
|
|
|
-Requires: qt4 >= %{qt4_version}
|
|
|
|
-Provides: qyoto4 = %{version}-%{release}
|
|
|
|
-
|
|
|
|
-%description -n qyoto
|
|
|
|
-%{summary}.
|
|
|
|
-
|
|
|
|
-%package -n qyoto-devel
|
|
|
|
-Summary: Development files for qyoto
|
|
|
|
-Summary(ja): qyoto の開発用ファイル
|
|
|
|
-Group: Development/Libraries
|
|
|
|
-Requires: qyoto = %{version}-%{release}
|
|
|
|
-Requires: mono-devel
|
|
|
|
-Provides: qyoto4-devel = %{version}-%{release}
|
|
|
|
-
|
|
|
|
-%description -n qyoto-devel
|
|
|
|
-%{summary}.
|
|
|
|
-%endif
|
|
|
|
-
|
|
|
|
-# Ruby
|
|
|
|
-%if %{ruby}
|
|
|
|
-%package -n korundum
|
|
|
|
-Summary: Ruby bindings for KDE4
|
|
|
|
-Summary(ja): KDE4 の Ruby バインディング
|
|
|
|
-Group: Development/Languages
|
|
|
|
-Requires: kdelibs4 >= %{version}
|
|
|
|
-Requires: QtRuby = %{version}-%{release}
|
|
|
|
-Provides: korundum4 = %{version}-%{release}
|
|
|
|
-
|
|
|
|
-%description -n korundum
|
|
|
|
-%{summary}.
|
|
|
|
-
|
|
|
|
-%package -n korundum-devel
|
|
|
|
-Summary: Development files for korundum
|
|
|
|
-Summary(ja): korundum の開発用ファイル
|
|
|
|
-Group: Development/Libraries
|
|
|
|
-Requires: QtRuby-devel
|
|
|
|
-Requires: korundum = %{version}-%{release}
|
|
|
|
-Provides: korundum4-devel = %{version}-%{release}
|
|
|
|
-
|
|
|
|
-%description -n korundum-devel
|
|
|
|
-%{summary}.
|
|
|
|
-
|
|
|
|
-%package -n QtRuby
|
|
|
|
-Summary: Ruby bindings for Qt4
|
|
|
|
-Summary(ja): Qt4 の Ruby バインディング
|
|
|
|
-Group: Development/Languages
|
|
|
|
-Requires: qt4 >= %{qt4_version}
|
|
|
|
-Provides: QtRuby4 = %{version}-%{release}
|
|
|
|
-
|
|
|
|
-%description -n QtRuby
|
|
|
|
-%{summary}.
|
|
|
|
-
|
|
|
|
-%package -n QtRuby-devel
|
|
|
|
-Summary: Development files for QtRuby
|
|
|
|
-Summary(ja): QtRuby の開発用ファイル
|
|
|
|
-Group: Development/Libraries
|
|
|
|
-Requires: QtRuby = %{version}-%{release}
|
|
|
|
-Provides: QtRuby4-devel = %{version}-%{release}
|
|
|
|
-%description -n QtRuby-devel
|
|
|
|
-%{summary}.
|
|
|
|
-%endif
|
|
|
|
-
|
|
|
|
-%if %{php}
|
|
|
|
-%package -n php-qt
|
|
|
|
-Summary: PHP bindings for Qt4
|
|
|
|
-Summary(ja): Qt4 の PHP バインディング
|
|
|
|
-Group: Development/Languages
|
|
|
|
-Requires: qt4 >= %{qt4_version}
|
|
|
|
-Provides: php-qt4 = %{version}-%{release}
|
|
|
|
-
|
|
|
|
-%description -n php-qt
|
|
|
|
-%{summary}.
|
|
|
|
-
|
|
|
|
-%package -n php-qt-devel
|
|
|
|
-Summary: Development files for php-qt
|
|
|
|
-Summary(ja): php-qt の開発用ファイル
|
|
|
|
-Group: Development/Libraries
|
|
|
|
-Requires: php-qt = %{version}-%{release}
|
|
|
|
-Provides: php-qt4-devel = %{version}-%{release}
|
|
|
|
-
|
|
|
|
-%description -n php-qt-devel
|
|
|
|
-%{summary}.
|
|
|
|
-%endif
|
|
|
|
-
|
|
|
|
-%package -n kross-python
|
|
|
|
-Summary: Kross plugin for python
|
|
|
|
-Summary(ja): Python 向け Kross プラグイン
|
|
|
|
-Group: Development/Languages
|
|
|
|
-Requires: kdelibs4 >= %{version}
|
|
|
|
-Provides: kross(python) = %{version}-%{release}
|
|
|
|
-
|
|
|
|
-%description -n kross-python
|
|
|
|
-Python plugin for the Kross archtecture in KDE4.
|
|
|
|
-
|
|
|
|
-%description -n kross-python -l ja
|
|
|
|
-KDE 4 の Kross アーキテクチャ向け python プラグインです.
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-%if %{ruby}
|
|
|
|
-%package -n kross-ruby
|
|
|
|
-Summary: Kross plugin for ruby
|
|
|
|
-Summary(ja): Ruby 向け Kross プラグイン
|
|
|
|
-Group: Development/Languages
|
|
|
|
-Requires: ruby
|
|
|
|
-Requires: kdelibs4 >= %{version}
|
|
|
|
-Provides: kross(ruby) = %{version}-%{release}
|
|
|
|
-
|
|
|
|
-%description -n kross-ruby
|
|
|
|
-Ruby plugin for the Kross archtecture in KDE4.
|
|
|
|
-
|
|
|
|
-%description -n kross-ruby -l ja
|
|
|
|
-KDE 4 の Kross アーキテクチャ向け ruby プラグインです.
|
|
|
|
-%endif
|
|
|
|
-
|
|
|
|
-%if %{falcon}
|
|
|
|
-%package -n kross-falcon
|
|
|
|
-Summary: Kross plugin for falcon
|
|
|
|
-Summary(ja): Falcon 向け Kross プラグイン
|
|
|
|
-Group: Development/Languages
|
|
|
|
-Requires: Falcon >= 0.8.12
|
|
|
|
-Requires: kdelibs4 >= %{version}
|
|
|
|
-Provides: kross(falcon) = %{version}-%{release}
|
|
|
|
-
|
|
|
|
-%description -n kross-falcon
|
|
|
|
-Falcon plugin for the Kross archtecture in KDE4.
|
|
|
|
-
|
|
|
|
-%description -n kross-falcon -l ja
|
|
|
|
-KDE 4 の Kross アーキテクチャ向け falcon プラグインです.
|
|
|
|
-%endif
|
|
|
|
|
|
+Header files for developing applications using %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q -n kdebindings-%{version}
|
|
|
|
-#patch50 -p1 -b .RUBY_VERSION
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
-mkdir -p %{_target_platform}
|
|
|
|
-pushd %{_target_platform}
|
|
|
|
-unset QTDIR || : ; . /etc/profile.d/qt4.sh
|
|
|
|
-%cmake \
|
|
|
|
- -DCMAKE_BUILD_TYPE=release \
|
|
|
|
- -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
|
|
|
|
- -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
|
|
|
|
- -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
|
|
|
|
- -DPYTHON_LIBRARY=%{_libdir}/libpython%{python_ver}.so.1.0 \
|
|
|
|
- -DPYTHON_LIBRARIES=%{_libdir}/libpython%{python_ver}.so.1.0 \
|
|
|
|
- -DPYTHON_INCLUDE_PATH=%{_includedir}/python%{python_ver} \
|
|
|
|
- %if %{csharp}
|
|
|
|
- -DENABLE_QYOTO=ON \
|
|
|
|
- %else
|
|
|
|
- -DBUILD_csharp=OFF \
|
|
|
|
- %endif
|
|
|
|
- %if %{falcon}
|
|
|
|
- -DENABLE_KROSSFALCON=ON \
|
|
|
|
- %else
|
|
|
|
- -DBUILD_falcon=OFF \
|
|
|
|
- %endif
|
|
|
|
- %if %{php}
|
|
|
|
- -DENABLE_PHP-QT=ON \
|
|
|
|
- %else
|
|
|
|
- -DBUILD_php=OFF \
|
|
|
|
- %endif
|
|
|
|
- %if %{ruby}
|
|
|
|
- -DRUBY_SITE_LIB_DIR:PATH=%{ruby_sitelib} \
|
|
|
|
- -DRUBY_SITE_ARCH_DIR:PATH=%{ruby_sitearch} \
|
|
|
|
- -DCUSTOM_RUBY_SITE_LIB_DIR:PATH=%{ruby_lib} \
|
|
|
|
- -DCUSTOM_RUBY_SITE_ARCH_DIR:PATH=%{ruby_arch} \
|
|
|
|
- %else
|
|
|
|
- -DBUILD_ruby=OFF \
|
|
|
|
- %endif
|
|
|
|
- %if %{smoke}
|
|
|
|
- -DENABLE_SMOKE=ON \
|
|
|
|
- -DDISABLE_Attica=TRUE \
|
|
|
|
- %else
|
|
|
|
- -DBUILD_smoke=OFF \
|
|
|
|
- %endif
|
|
|
|
- %if %{java}
|
|
|
|
- -DENABLE_KROSSJAVA=ON \
|
|
|
|
- %else
|
|
|
|
- -DBUILD_java=OFF \
|
|
|
|
- %endif
|
|
|
|
- -DCMAKE_SKIP_RPATH:BOOL=OFF \
|
|
|
|
- -DBUILD_perl=OFF \
|
|
|
|
- ..
|
|
|
|
-popd
|
|
|
|
-# -DRUBY_INCLUDE_PATH:PATH=%{ruby_arch} \
|
|
|
|
-
|
|
|
|
-# smp build not recommended (upstream)
|
|
|
|
-make -C %{_target_platform}
|
|
|
|
|
|
|
|
%install
|
|
%install
|
|
-rm -rf $RPM_BUILD_ROOT
|
|
|
|
-make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
|
|
|
|
-
|
|
|
|
-# HACK: fix multilb conflict, similar to PyQt4's http://bugzilla.redhat.com/509415
|
|
|
|
-rm -fv $RPM_BUILD_ROOT%{_bindir}/pykdeuic4
|
|
|
|
-mv $RPM_BUILD_ROOT%{python_sitearch}/PyQt4/uic/pykdeuic4.py \
|
|
|
|
- $RPM_BUILD_ROOT%{_bindir}/pykdeuic4
|
|
|
|
-ln -s %{_bindir}/pykdeuic4 \
|
|
|
|
- $RPM_BUILD_ROOT%{python_sitearch}/PyQt4/uic/pykdeuic4.py
|
|
|
|
-
|
|
|
|
-# install pykde4 examples under correct dir
|
|
|
|
-#mkdir -p %{buildroot}%{_docdir}
|
|
|
|
-#rm -f %{buildroot}%{_datadir}/kde4/apps/pykde4/examples/*.py?
|
|
|
|
-#mv %{buildroot}%{_datadir}/kde4/apps/pykde4 %{buildroot}%{_docdir}/
|
|
|
|
-
|
|
|
|
-# bz#551534 - qyoto doesn't pull mono in
|
|
|
|
-%if %{csharp}
|
|
|
|
-find %{buildroot} -name \*.dll -not -type l | xargs chmod ugo+x
|
|
|
|
-%endif
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-%clean
|
|
|
|
-rm -rf $RPM_BUILD_ROOT
|
|
|
|
-
|
|
|
|
-%post -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-%postun -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-%pre -n PyKDE4-devel
|
|
|
|
-if [ -d %{_bindir}/pykdeuic4 ]; then
|
|
|
|
- rm -rf %{_bindir}/pykdeuic4/
|
|
|
|
-fi
|
|
|
|
-
|
|
|
|
-%if %{csharp}
|
|
|
|
-%post -n qyoto -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-%postun -n qyoto -p /sbin/ldconfig
|
|
|
|
-%endif
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
%files
|
|
-%defattr(-,root,root)
|
|
|
|
-%doc AUTHORS ChangeLog COPYING NEWS README
|
|
|
|
-%if %{smoke}
|
|
|
|
-%{_libdir}/libsmoke*.so.*
|
|
|
|
-%endif
|
|
|
|
|
|
+# empty
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
-%defattr(-,root,root)
|
|
|
|
-%if %{smoke}
|
|
|
|
-%{_bindir}/smoke*
|
|
|
|
-%{_includedir}/smoke.h
|
|
|
|
-%{_includedir}/smoke
|
|
|
|
-%{_includedir}/smokegen
|
|
|
|
-%{_libdir}/libcppparser.so
|
|
|
|
-%{_libdir}/libsmoke*.so
|
|
|
|
-%dir %{_libdir}/smokegen
|
|
|
|
-%{_libdir}/smokegen/*.so
|
|
|
|
-%{_datadir}/smokegen
|
|
|
|
-%endif
|
|
|
|
-
|
|
|
|
-%files -n PyKDE4
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-%doc COPYING
|
|
|
|
-%{python_sitearch}/PyKDE4
|
|
|
|
-%{python_sitearch}/PyQt4/uic/widget-plugins/kde4.py*
|
|
|
|
-%dir %{_datadir}/kde4/apps/pykde4
|
|
|
|
-%{_libdir}/kde4/kpythonpluginfactory.so
|
|
|
|
-%exclude %{python_sitearch}/PyKDE4/akonadi.so
|
|
|
|
-
|
|
|
|
-%files -n PyKDE4-akonadi
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-%{python_sitearch}/PyKDE4/akonadi.so
|
|
|
|
-
|
|
|
|
-%files -n PyKDE4-devel
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-%{_bindir}/pykdeuic4
|
|
|
|
-%{python_sitearch}/PyQt4/uic/pykdeuic4.py*
|
|
|
|
-%{_datadir}/kde4/apps/pykde4/examples/
|
|
|
|
-%{_datadir}/sip/PyKDE4
|
|
|
|
-
|
|
|
|
-%if %{csharp}
|
|
|
|
-%files -n kimono
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-%{_libdir}/kde4/kimonopluginfactory.so
|
|
|
|
-%{_libdir}/libakonadi-sharp.so
|
|
|
|
-%{_libdir}/libkhtml-sharp.so
|
|
|
|
-%{_libdir}/libkimono.so
|
|
|
|
-%{_libdir}/libktexteditor-sharp.so
|
|
|
|
-%{_libdir}/libnepomuk-sharp.so
|
|
|
|
-%{_libdir}/libphonon-sharp.so
|
|
|
|
-%{_libdir}/libplasma-sharp.so
|
|
|
|
-%{_libdir}/libqimageblitz-sharp.so
|
|
|
|
-%{_libdir}/libqscintilla-sharp.so
|
|
|
|
-%{_libdir}/libsoprano-sharp.so
|
|
|
|
-%{mono_dir}/qyoto/qimageblitz.dll
|
|
|
|
-%{mono_dir}/qyoto/akonadi.dll
|
|
|
|
-%{mono_dir}/qyoto/kde-dotnet.dll
|
|
|
|
-%{mono_dir}/qyoto/khtml-dll.dll
|
|
|
|
-%{mono_dir}/qyoto/ktexteditor-dotnet.dll
|
|
|
|
-%{mono_dir}/qyoto/nepomuk-dll.dll
|
|
|
|
-%{mono_dir}/qyoto/phonon.dll
|
|
|
|
-%{mono_dir}/qyoto/plasma-dll.dll
|
|
|
|
-%{mono_dir}/qyoto/qscintilla.dll
|
|
|
|
-%{mono_dir}/qyoto/soprano.dll
|
|
|
|
-%{mono_dir}/gac/akonadi
|
|
|
|
-%{mono_dir}/gac/kde-dotnet
|
|
|
|
-%{mono_dir}/gac/khtml-dll
|
|
|
|
-%{mono_dir}/gac/ktexteditor-dotnet
|
|
|
|
-%{mono_dir}/gac/nepomuk-dll
|
|
|
|
-%{mono_dir}/gac/phonon
|
|
|
|
-%{mono_dir}/gac/plasma-dll
|
|
|
|
-%{mono_dir}/gac/qscintilla
|
|
|
|
-%{mono_dir}/gac/soprano
|
|
|
|
-%{mono_dir}/gac/qimageblitz
|
|
|
|
-%{_datadir}/kde4/apps/plasma_scriptengine_kimono
|
|
|
|
-%{_datadir}/kde4/services/plasma-scriptengine-kimono-applet.desktop
|
|
|
|
-%{_datadir}/kde4/services/plasma-scriptengine-kimono-dataengine.desktop
|
|
|
|
-
|
|
|
|
-%files -n qyoto
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-%{_libdir}/libqtscript-sharp.so
|
|
|
|
-%{_libdir}/libqttest-sharp.so
|
|
|
|
-%{_libdir}/libqtuitools-sharp.so
|
|
|
|
-%{_libdir}/libqtwebkit-sharp.so
|
|
|
|
-%{_libdir}/libqyoto.so.*
|
|
|
|
-%{mono_dir}/qyoto/qt-dotnet.dll
|
|
|
|
-%{mono_dir}/qyoto/qtscript.dll
|
|
|
|
-%{mono_dir}/qyoto/qttest.dll
|
|
|
|
-%{mono_dir}/qyoto/qtuitools.dll
|
|
|
|
-%{mono_dir}/qyoto/qtwebkit.dll
|
|
|
|
-%{mono_dir}/gac/qt-dotnet
|
|
|
|
-%{mono_dir}/gac/qtscript
|
|
|
|
-%{mono_dir}/gac/qttest
|
|
|
|
-%{mono_dir}/gac/qtuitools
|
|
|
|
-%{mono_dir}/gac/qtwebkit
|
|
|
|
-
|
|
|
|
-%files -n qyoto-devel
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-%{_bindir}/csrcc
|
|
|
|
-%{_bindir}/uics
|
|
|
|
-%{_includedir}/qyoto
|
|
|
|
-%{_libdir}/libqyoto.so
|
|
|
|
-%{_libdir}/pkgconfig/*
|
|
|
|
-%endif
|
|
|
|
-
|
|
|
|
-%if %{ruby}
|
|
|
|
-%files -n korundum
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-%{_bindir}/krubyapplication
|
|
|
|
-%{ruby_lib}/KDE/
|
|
|
|
-%{ruby_lib}/akonadi/
|
|
|
|
-%{ruby_lib}/khtml/
|
|
|
|
-%{ruby_lib}/kio/
|
|
|
|
-%{ruby_lib}/ktexteditor/
|
|
|
|
-%{ruby_lib}/okular/
|
|
|
|
-%{ruby_lib}/phonon/
|
|
|
|
-%{ruby_lib}/qscintilla/
|
|
|
|
-%{ruby_lib}/solid/
|
|
|
|
-%{ruby_lib}/soprano/
|
|
|
|
-%{ruby_lib}/nepomuk/
|
|
|
|
-%{ruby_arch}/akonadi.so
|
|
|
|
-%{ruby_arch}/kate.so
|
|
|
|
-%{ruby_arch}/khtml.so
|
|
|
|
-%{ruby_arch}/kio.so
|
|
|
|
-%{ruby_arch}/korundum4.so
|
|
|
|
-%{ruby_arch}/ktexteditor.so
|
|
|
|
-%{ruby_arch}/okular.so
|
|
|
|
-%{ruby_arch}/phonon.so
|
|
|
|
-%{ruby_arch}/plasma_applet.so
|
|
|
|
-%{ruby_arch}/solid.so
|
|
|
|
-%{ruby_arch}/soprano.so
|
|
|
|
-%{ruby_arch}/nepomuk.so
|
|
|
|
-%{ruby_arch}/qscintilla.so
|
|
|
|
-%{_libdir}/kde4/krubypluginfactory.so
|
|
|
|
-%{_datadir}/applications/kde4/dbpedia_references.desktop
|
|
|
|
-%{_datadir}/kde4/apps/dbpedia_references
|
|
|
|
-
|
|
|
|
-%files -n korundum-devel
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-%{_bindir}/rbkconfig_compiler4
|
|
|
|
-%{_includedir}/qtruby/
|
|
|
|
-%exclude %{_libdir}/libqtruby4shared.so
|
|
|
|
-
|
|
|
|
-%files -n QtRuby
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-%{ruby_lib}/Qt/
|
|
|
|
-%{ruby_lib}/Qt*.rb
|
|
|
|
-%{ruby_lib}/qtdeclarative/
|
|
|
|
-%{ruby_lib}/qtscript/
|
|
|
|
-%{ruby_lib}/qttest/
|
|
|
|
-%{ruby_lib}/qtuitools/
|
|
|
|
-%{ruby_lib}/qtwebkit/
|
|
|
|
-%{ruby_arch}/qt*.so
|
|
|
|
-%{_libdir}/libqtruby4shared.so.2
|
|
|
|
-%{_libdir}/libqtruby4shared.so.2.0.0
|
|
|
|
-
|
|
|
|
-%files -n QtRuby-devel
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-%{_bindir}/rbqtapi
|
|
|
|
-%{_bindir}/rbrcc
|
|
|
|
-%{_bindir}/rbuic4
|
|
|
|
-%{_libdir}/libqtruby4shared.so
|
|
|
|
-%endif
|
|
|
|
-
|
|
|
|
-%if %{php}
|
|
|
|
-%files -n php-qt
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-%{_libdir}/php5/php_qt.so
|
|
|
|
-
|
|
|
|
-%files -n php-qt-devel
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-%{_bindir}/phpuic
|
|
|
|
-%endif
|
|
|
|
-
|
|
|
|
-%files -n kross-python
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-# unversioned library
|
|
|
|
-%{_libdir}/kde4/krosspython.so
|
|
|
|
-
|
|
|
|
-%if %{ruby}
|
|
|
|
-%files -n kross-ruby
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-%{_libdir}/kde4/krossruby.so
|
|
|
|
-%endif
|
|
|
|
-
|
|
|
|
-%if %{falcon}
|
|
|
|
-%files -n kross-falcon
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
-%{_libdir}/kde4/krossfalcon.so
|
|
|
|
-%endif
|
|
|
|
|
|
+# empty
|
|
|
|
+
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Nov 9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.12.5-1
|
|
|
|
+- metapackaged
|
|
|
|
+
|
|
* Thu Jun 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
|
|
* Thu Jun 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|