7b78672
2f2ea1e
%if 0%{?fedora}
6d1b274
# FIXME: Krossfalcon doesn't build in Rawhide (Falcon 0.9.x).
6d1b274
#        It's also not working properly. And there are no Falcon bindings for
6d1b274
#        the libraries anyway, just the Kross backend. -- Kevin
2f2ea1e
%define falcon 0
0da540d
%define smoke 1
f094080
# php, ruby and csharp depend on smoke
254a86b
%define php 1
ef9b04d
%define ruby 1
f094080
# arch'es matching mono's Arch set
8fb3581
%ifarch %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
f094080
%define csharp 1
f094080
%endif
aa4ccff
%define java 0
5db21f6
%endif
1d21bb7
2f2ea1e
%define devel 1
39ad3cd
%define pykde4_akonadi 1
df63bcb
%define pyqt4_version_min 4.8.2
df63bcb
%define sip_version_min 4.12
6a6dca8
5e75286
%if 0%{?rhel}
5e75286
%define falcon 0
5e75286
%define php 0
5e75286
%define ruby 0
5e75286
%define smoke 0
5e75286
%define java 0
5e75286
%define csharp 0
5e75286
%endif
5e75286
744159f
%global ruby_sitelib %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')
744159f
%global ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"]')
c6f8d8a
%global python_ver %(%{__python} -c "import sys ; print sys.version[:3]")
c6f8d8a
%global python_sitelib  %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
c6f8d8a
%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
17375cb
2f2ea1e
%global _cmake_skip_rpath %{nil}
2f2ea1e
06b6319
Name: kdebindings
Jaroslav Reznik 9a2250f
Version: 4.5.95
Jaroslav Reznik 9a2250f
Release: 1%{?dist}
06b6319
Summary: KDE bindings to non-C++ languages
9fba30f
cebef73
# http://techbase.kde.org/Policies/Licensing_Policy
cebef73
License: LGPLv2+
06b6319
Group: User Interface/Desktops
06b6319
URL: http://developer.kde.org/language-bindings/
4f1e889
Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
2f2ea1e
#Source0: kdebindings-1130463.tar.bz2
71537ba
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
b1a620f
e9274de
## upstreamable patches
f441d13
Patch50: kdebindings-4.5.95-valgrind.patch
e9274de
a99d874
## upstream patches
0663b19
8d72779
## trunk
65bec89
a880e72
BuildRequires:  akonadi-devel
479de02
BuildRequires:  kdebase-workspace-devel >= %{version}
744159f
# okular bindings
479de02
BuildRequires:  kdegraphics-devel >= %{version}
479de02
BuildRequires:  kdelibs4-devel >= %{version}
479de02
BuildRequires:  kdepimlibs-devel >= %{version}
Kevin Kofler 1db1129
# kate bindings
Kevin Kofler 1db1129
BuildRequires:  kdesdk-devel >= %{version}
a0fb71b
BuildRequires:  polkit-qt-devel
06b6319
BuildRequires:  python-devel
17d41e6
BuildRequires:  PyQt4-devel >= %{pyqt4_version_min}, sip-devel >= %{sip_version_min}
a473511
BuildRequires:  qimageblitz-devel
5e75286
%if 0%{?fedora}
9a102d2
BuildRequires:  qscintilla-devel >= 2.4
5e75286
%endif
a090870
BuildRequires:  qimageblitz-devel
744159f
BuildRequires:  soprano-devel
aa4ccff
%if 0%{?csharp}
aa4ccff
BuildRequires:  mono-core
aa4ccff
BuildRequires:  mono-devel
aa4ccff
%endif
aa4ccff
%if 0%{?falcon}
aa4ccff
BuildRequires:  Falcon-devel >= 0.8.12
aa4ccff
%endif
aa4ccff
%if 0%{?php}
aa4ccff
BuildRequires:  php-devel
aa4ccff
%endif
aa4ccff
%if 0%{?ruby}
aa4ccff
BuildRequires:  ruby-devel
aa4ccff
BuildRequires:  ruby
aa4ccff
%endif
aa4ccff
%if 0%{?java}
aa4ccff
# TODO: kross-java is a mess, not sure what it needs to build
aa4ccff
# CMakeLists.txt is also not portable (only gcj and i486 hardcoded)
aa4ccff
# -- mathstuf
aa4ccff
BuildRequires:  java-1.6.0-openjdk-devel
aa4ccff
%endif
c6f8d8a
b34d596
## FIXME/TODO
b34d596
#-- The following OPTIONAL packages could NOT be located on your system.
b34d596
#-- Consider installing them to enable more features from this software.
b34d596
#-----------------------------------------------------------------------------
b34d596
#   * Qwt5 for Qt4  <http://qwt.sourceforge.net>
b34d596
#     Qwt5 libraries for Qt4
b34d596
#     Needed to compile Qwt5 bindings
b34d596
aa4ccff
Requires:       kdelibs4 >= %{version}
cvsdist 8edfb80
aa4ccff
%if ! 0%{?devel}
aa4ccff
Obsoletes:      kdebindings-devel < %{version}-%{release}
aa4ccff
%endif
1d21bb7
cvsdist 8edfb80
%description
06b6319
KDE bindings to non-C++ languages
cvsdist 8edfb80
f7af1c5
%package -n PyKDE4
1d21bb7
Group:    Development/Languages
f7af1c5
Summary:  Python bindings for KDE4
1d21bb7
Requires: kdelibs4 >= %{version}
115fcb8
%global pyqt4_version %(%{__python} -c 'import PyQt4.pyqtconfig; print(PyQt4.pyqtconfig._pkg_config["pyqt_version_str"])' 2> /dev/null || echo %{pyqt4_version_min})
6a6dca8
Requires: PyQt4 >= %{pyqt4_version}
4d9e273
%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
6a6dca8
%if ! 0%{?pykde4_akonadi}
6a6dca8
Provides: PyKDE4-akonadi%{?_isa} = %{version}-%{release}
1cbcd04
Requires: kdepimlibs-akonadi%{?_isa} >= %{version}
6a6dca8
%endif
f7af1c5
%description -n PyKDE4
6a6dca8
%{summary}.
6a6dca8
6a6dca8
%package -n PyKDE4-akonadi
6a6dca8
Summary: Akonadi runtime support for PyKDE4 
6a6dca8
Group: Development/Languages 
6a6dca8
Requires: PyKDE4 = %{version}-%{release}
1cbcd04
Requires: kdepimlibs-akonadi%{?_isa} >= %{version} 
6a6dca8
%description -n PyKDE4-akonadi 
6a6dca8
%{summary}.
1d21bb7
1d21bb7
%package -n PyKDE4-devel
1d21bb7
Group:    Development/Languages
6a6dca8
Summary:  Files needed to build PyKDE4-based applications
1d21bb7
Requires: PyQt4-devel
daac36a
Requires: PyKDE4 = %{version}-%{release}
6a6dca8
%if 0%{?pykde4_akonadi}
6a6dca8
Requires: PyKDE4-akonadi%{?_isa} = %{version}-%{release}
6a6dca8
%endif
f7af1c5
%description -n PyKDE4-devel
6a6dca8
%{summary}.
1d21bb7
cvsdist 8edfb80
%package devel
06b6319
Group:    Development/Libraries
06b6319
Summary:  Header files for %{name}
cvsdist 8edfb80
Requires: %{name} = %{version}-%{release}
a89f9e8
Requires: kdelibs4-devel
cvsdist 8edfb80
%description devel
06b6319
Header files for developing applications using %{name}.
cvsdist 1ef3e0d
aa4ccff
%if 0%{?csharp}
aa4ccff
%package -n kimono
aa4ccff
Group:    Development/Languages
aa4ccff
Summary:  C# bindings for KDE4
aa4ccff
Requires: kdelibs4 >= %{version}
aa4ccff
Requires: qyoto = %{version}-%{release}
aa4ccff
Provides: kimono4 = %{version}-%{release}
aa4ccff
%description -n kimono
aa4ccff
%{summary}.
aa4ccff
aa4ccff
%package -n qyoto
aa4ccff
Group:    Development/Languages
aa4ccff
Summary:  C# bindings for Qt4
3e29161
%{?_qt4_version:Requires: qt4 >= %{_qt4_version}}
aa4ccff
Provides: qyoto4 = %{version}-%{release}
aa4ccff
%description -n qyoto
aa4ccff
%{summary}.
aa4ccff
aa4ccff
%package -n qyoto-devel
aa4ccff
Group:    Development/Languages
aa4ccff
Summary:  Development files for qyoto
aa4ccff
Requires: qyoto = %{version}-%{release}
0291230
Requires: mono-devel
aa4ccff
Provides: qyoto4-devel = %{version}-%{release}
aa4ccff
%description -n qyoto-devel
aa4ccff
%{summary}.
aa4ccff
%endif
aa4ccff
744159f
%if 0%{?ruby}
744159f
%package -n korundum
744159f
Group:    Development/Languages
744159f
Summary:  Ruby bindings for KDE4
744159f
Requires: kdelibs4 >= %{version}
744159f
Requires: QtRuby = %{version}-%{release}
744159f
Provides: korundum4 = %{version}-%{release}
744159f
%description -n korundum
744159f
%{summary}.
744159f
744159f
%package -n korundum-devel
744159f
Group:    Development/Languages
aa4ccff
Summary:  Development files for korundum
744159f
Requires: QtRuby-devel
744159f
Requires: korundum = %{version}-%{release}
744159f
Provides: korundum4-devel = %{version}-%{release}
744159f
%description -n korundum-devel
744159f
%{summary}.
744159f
744159f
%package -n QtRuby
744159f
Group:    Development/Languages
744159f
Summary:  Ruby bindings for Qt4
3e29161
%{?_qt4_version:Requires: qt4 >= %{_qt4_version}}
744159f
Provides: QtRuby4 = %{version}-%{release}
3b0db8e
Requires: ruby
744159f
%description -n QtRuby
744159f
%{summary}.
744159f
744159f
%package -n QtRuby-devel
744159f
Group:    Development/Languages
aa4ccff
Summary:  Development files for QtRuby
744159f
Requires: QtRuby = %{version}-%{release}
744159f
Provides: QtRuby4-devel = %{version}-%{release}
744159f
%description -n QtRuby-devel
744159f
%{summary}.
744159f
%endif
744159f
aa4ccff
%if 0%{?php}
aa4ccff
%package -n php-qt
aa4ccff
Group:    Development/Languages
aa4ccff
Summary:  PHP bindings for Qt4
aa4ccff
Provides: php-qt4 = %{version}-%{release}
5f13de6
%{?_qt4_version:Requires: qt4 >= %{_qt4_version}}
5f13de6
Requires: php(zend-abi) = %{php_zend_api}
5f13de6
Requires: php(api) = %{php_core_api}
aa4ccff
%description -n php-qt
aa4ccff
%{summary}.
aa4ccff
aa4ccff
%package -n php-qt-devel
aa4ccff
Group:    Development/Languages
aa4ccff
Summary:  Development files for php-qt
aa4ccff
Requires: php-qt = %{version}-%{release}
aa4ccff
Provides: php-qt4-devel = %{version}-%{release}
aa4ccff
%description -n php-qt-devel
aa4ccff
%{summary}.
aa4ccff
%endif
aa4ccff
744159f
%package -n kross-python
744159f
Group:    Development/Languages
744159f
Summary:  Kross plugin for python
744159f
Requires: kdelibs4 >= %{version}
7af8f64
Provides: kross(python) = %{version}-%{release}
744159f
%description -n kross-python
744159f
Python plugin for the Kross archtecture in KDE4.
744159f
aa4ccff
%if 0%{?ruby}
744159f
%package -n kross-ruby
744159f
Group:    Development/Languages
744159f
Summary:  Kross plugin for ruby
744159f
Requires: ruby
744159f
Requires: kdelibs4 >= %{version}
744159f
Provides: kross(ruby) = %{version}-%{release}
744159f
%description -n kross-ruby
744159f
Ruby plugin for the Kross archtecture in KDE4.
aa4ccff
%endif
744159f
aa4ccff
%if 0%{?falcon}
7c188b4
%package -n kross-falcon
7c188b4
Group:    Development/Languages
7c188b4
Summary:  Kross plugin for falcon
7c188b4
Requires: Falcon >= 0.8.12
7c188b4
Requires: kdelibs4 >= %{version}
7c188b4
Provides: kross(falcon) = %{version}-%{release}
7c188b4
%description -n kross-falcon
7c188b4
Falcon plugin for the Kross archtecture in KDE4.
aa4ccff
%endif
7c188b4
2be5c06
cvsdist 8edfb80
%prep
9df973e
%setup -q -n kdebindings-%{version}%{?alphatag}
65bd287
f441d13
%patch50 -p1 -b .valgrind
f441d13
7c188b4
1d21bb7
%build
06b6319
mkdir -p %{_target_platform}
06b6319
pushd %{_target_platform}
1d21bb7
%{cmake_kde4} \
c81c83b
  -DPYTHON_LIBRARY=%{_libdir}/libpython%{python_ver}.so.1.0 \
c81c83b
  -DPYTHON_LIBRARIES=%{_libdir}/libpython%{python_ver}.so.1.0 \
c81c83b
  -DPYTHON_INCLUDE_PATH=%{_includedir}/python%{python_ver} \
aa4ccff
  %if 0%{?csharp}
aa4ccff
    -DENABLE_QYOTO=ON \
aa4ccff
  %else
aa4ccff
    -DBUILD_csharp=OFF \
aa4ccff
  %endif
aa4ccff
  %if 0%{?falcon}
aa4ccff
    -DENABLE_KROSSFALCON=ON \
aa4ccff
  %else
aa4ccff
    -DBUILD_falcon=OFF \
aa4ccff
  %endif
aa4ccff
  %if 0%{?php}
aa4ccff
    -DENABLE_PHP-QT=ON \
aa4ccff
  %else
aa4ccff
    -DBUILD_php=OFF \
aa4ccff
  %endif
aa4ccff
  %if 0%{?ruby}
aa4ccff
    -DRUBY_SITE_LIB_DIR=%{ruby_sitelib} \
aa4ccff
    -DRUBY_SITE_ARCH_DIR=%{ruby_sitearch} \
aa4ccff
  %else
aa4ccff
    -DBUILD_ruby=OFF \
aa4ccff
  %endif
aa4ccff
  %if 0%{?smoke}
aa4ccff
    -DENABLE_SMOKE=ON \
aa4ccff
  %else
aa4ccff
    -DBUILD_smoke=OFF \
aa4ccff
  %endif
aa4ccff
  %if 0%{?java}
aa4ccff
    -DENABLE_KROSSJAVA=ON \
aa4ccff
  %else
aa4ccff
    -DBUILD_java=OFF \
aa4ccff
  %endif
5f3380d
    -DBUILD_perl=OFF \
1d21bb7
  ..
a5de27c
popd
a5de27c
f441d13
make %{?_smp_mflags} -C pushd %{_target_platform} 
9119c6a
cvsdist 8edfb80
cvsdist 8edfb80
%install
06b6319
rm -rf %{buildroot}
f7af1c5
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
bcbe12a
a99d874
# HACK: fix multilb conflict, similar to PyQt4's http://bugzilla.redhat.com/509415
a99d874
rm -fv %{buildroot}%{_bindir}/pykdeuic4
a99d874
mv %{buildroot}%{python_sitearch}/PyQt4/uic/pykdeuic4.py \
a99d874
   %{buildroot}%{_bindir}/pykdeuic4
a99d874
ln -s %{_bindir}/pykdeuic4 \
a99d874
      %{buildroot}%{python_sitearch}/PyQt4/uic/pykdeuic4.py
a99d874
f226563
# install pykde4 examples under correct dir
8001d09
mkdir -p %{buildroot}%{_docdir}
df63bcb
rm -fv %{buildroot}%{_kde4_appsdir}/pykde4/examples/*.py?
f226563
mv %{buildroot}%{_kde4_appsdir}/pykde4 %{buildroot}%{_docdir}/
a99d874
9d22daa
# bz#551534 - qyoto doesn't pull mono in
0cf7059
%if 0%{?csharp}
9d22daa
find %{buildroot} -name \*.dll -not -type l | xargs chmod ugo+x
0cf7059
%endif
9d22daa
3320574
# make sure these dirs exist
3320574
mkdir -p %{buildroot}{%{_datadir},%{_libdir}}/smokegen
3320574
3320574
cvsdist 7797a44
%clean
06b6319
rm -rf %{buildroot}
cvsdist 7797a44
f39bfa9
1d21bb7
%post -p /sbin/ldconfig
cvsdist 8edfb80
1d21bb7
%postun -p /sbin/ldconfig
a5de27c
a5de27c
06b6319
%files
a5de27c
%defattr(-,root,root,-)
2be5c06
%doc AUTHORS ChangeLog COPYING NEWS README
1d21bb7
%if 0%{?smoke}
744159f
%{_kde4_libdir}/libsmoke*.so.*
744159f
%endif
744159f
744159f
%if 0%{?devel}
744159f
%files devel
744159f
%defattr(-,root,root,-)
744159f
%if 0%{?smoke}
d96c9e8
%{_kde4_bindir}/smokeapi
744159f
%{_includedir}/smoke.h
744159f
%{_includedir}/smoke/
744159f
%{_kde4_libdir}/libsmoke*.so
1d21bb7
%endif
cfc1e9a
%{_kde4_bindir}/smokegen
cfc1e9a
%{_kde4_libdir}/libcppparser.so
cfc1e9a
%{_kde4_libdir}/smokegen/
cfc1e9a
%{_kde4_datadir}/smokegen/
a936ad9
%{_includedir}/smokegen/
dfe8477
%endif
cvsdist 1ef3e0d
1d21bb7
%files -n PyKDE4
1d21bb7
%defattr(-,root,root,-)
1d21bb7
%doc COPYING
1d21bb7
%{python_sitearch}/PyKDE4/
a4a7738
%{python_sitearch}/PyQt4/uic/widget-plugins/kde4.py*
f226563
%dir %{_docdir}/pykde4
ce98b0a
%{_kde4_libdir}/kde4/kpythonpluginfactory.so
1d21bb7
6a6dca8
%if 0%{?pykde4_akonadi}
6a6dca8
%exclude %{python_sitearch}/PyKDE4/akonadi.so
6a6dca8
%files -n PyKDE4-akonadi
6a6dca8
%defattr(-,root,root,-)
6a6dca8
%{python_sitearch}/PyKDE4/akonadi.so
dfe8477
%endif
6a6dca8
1d21bb7
%files -n PyKDE4-devel
a5de27c
%defattr(-,root,root,-)
a4a7738
%{_kde4_bindir}/pykdeuic4
a99d874
%{python_sitearch}/PyQt4/uic/pykdeuic4.py*
f226563
%{_docdir}/pykde4/examples/
1d21bb7
%{_kde4_datadir}/sip/PyKDE4/
1d21bb7
aa4ccff
%if 0%{?csharp}
aa4ccff
%files -n kimono
aa4ccff
%defattr(-,root,root,-)
aa4ccff
%{_kde4_libdir}/kde4/kimonopluginfactory.so
aa4ccff
%{_kde4_libdir}/libakonadi-sharp.so
aa4ccff
%{_kde4_libdir}/libkhtml-sharp.so
aa4ccff
%{_kde4_libdir}/libkimono.so
aa4ccff
%{_kde4_libdir}/libktexteditor-sharp.so
aa4ccff
%{_kde4_libdir}/libnepomuk-sharp.so
aa4ccff
%{_kde4_libdir}/libplasma-sharp.so
aa4ccff
%{_kde4_libdir}/libsoprano-sharp.so
0ec45dc
%{_kde4_libdir}/libqimageblitz-sharp.so
a4d7904
%{_kde4_libdir}/mono/qyoto/qimageblitz.dll
a4d7904
%{_kde4_libdir}/mono/qyoto/akonadi.dll
a4d7904
%{_kde4_libdir}/mono/qyoto/kde-dotnet.dll
a4d7904
%{_kde4_libdir}/mono/qyoto/khtml-dll.dll
a4d7904
%{_kde4_libdir}/mono/qyoto/ktexteditor-dotnet.dll
a4d7904
%{_kde4_libdir}/mono/qyoto/nepomuk-dll.dll
a4d7904
%{_kde4_libdir}/mono/qyoto/plasma-dll.dll
a4d7904
%{_kde4_libdir}/mono/qyoto/soprano.dll
aa4ccff
%{_kde4_libdir}/mono/gac/akonadi/
aa4ccff
%{_kde4_libdir}/mono/gac/kde-dotnet/
aa4ccff
%{_kde4_libdir}/mono/gac/khtml-dll/
aa4ccff
%{_kde4_libdir}/mono/gac/ktexteditor-dotnet/
aa4ccff
%{_kde4_libdir}/mono/gac/nepomuk-dll/
aa4ccff
%{_kde4_libdir}/mono/gac/plasma-dll/
aa4ccff
%{_kde4_libdir}/mono/gac/soprano/
203ee8c
%{_kde4_libdir}/mono/gac/qimageblitz/
aa4ccff
%{_kde4_appsdir}/plasma_scriptengine_kimono/
aa4ccff
%{_kde4_datadir}/kde4/services/plasma-scriptengine-kimono-applet.desktop
aa4ccff
%{_kde4_datadir}/kde4/services/plasma-scriptengine-kimono-dataengine.desktop
aa4ccff
aa4ccff
%files -n qyoto
aa4ccff
%defattr(-,root,root,-)
ee3c8c3
%{_kde4_libdir}/libphonon-sharp.so
ee3c8c3
%{_kde4_libdir}/libqscintilla-sharp.so
aa4ccff
%{_kde4_libdir}/libqtscript-sharp.so
aa4ccff
%{_kde4_libdir}/libqttest-sharp.so
aa4ccff
%{_kde4_libdir}/libqtuitools-sharp.so
aa4ccff
%{_kde4_libdir}/libqtwebkit-sharp.so
a2e0f8c
# FIXME: Can this symlink go to -devel or will the binding fail to find it then?
aa4ccff
%{_kde4_libdir}/libqyoto.so
2368cf9
%{_kde4_libdir}/libqyoto.so.2
2368cf9
%{_kde4_libdir}/libqyoto.so.2.0.0
a4d7904
%dir %{_kde4_libdir}/mono/qyoto/
ee3c8c3
%{_kde4_libdir}/mono/qyoto/phonon.dll
ee3c8c3
%{_kde4_libdir}/mono/qyoto/qscintilla.dll
a4d7904
%{_kde4_libdir}/mono/qyoto/qt-dotnet.dll
a4d7904
%{_kde4_libdir}/mono/qyoto/qtscript.dll
a4d7904
%{_kde4_libdir}/mono/qyoto/qttest.dll
a4d7904
%{_kde4_libdir}/mono/qyoto/qtuitools.dll
a4d7904
%{_kde4_libdir}/mono/qyoto/qtwebkit.dll
ee3c8c3
%{_kde4_libdir}/mono/gac/phonon/
ee3c8c3
%{_kde4_libdir}/mono/gac/qscintilla/
aa4ccff
%{_kde4_libdir}/mono/gac/qt-dotnet/
aa4ccff
%{_kde4_libdir}/mono/gac/qtscript/
aa4ccff
%{_kde4_libdir}/mono/gac/qttest/
aa4ccff
%{_kde4_libdir}/mono/gac/qtuitools/
aa4ccff
%{_kde4_libdir}/mono/gac/qtwebkit/
aa4ccff
aa4ccff
%files -n qyoto-devel
aa4ccff
%defattr(-,root,root,-)
aa4ccff
%{_bindir}/csrcc
aa4ccff
%{_bindir}/uics
aa4ccff
%{_includedir}/qyoto/
0ec45dc
%{_kde4_libdir}/pkgconfig/*
aa4ccff
%endif
aa4ccff
1d21bb7
%if 0%{?ruby}
744159f
%files -n korundum
744159f
%defattr(-,root,root,-)
744159f
%{_kde4_bindir}/krubyapplication
744159f
%{ruby_sitelib}/KDE/
744159f
%{ruby_sitelib}/akonadi/
744159f
%{ruby_sitelib}/khtml/
ef9b04d
%{ruby_sitelib}/kio/
744159f
%{ruby_sitelib}/ktexteditor/
Kevin Kofler 90161fc
%{ruby_sitelib}/okular/
ef9b04d
%{ruby_sitelib}/phonon/
ef9b04d
%{ruby_sitelib}/qscintilla/
f0332dd
%{ruby_sitelib}/qtdeclarative/
744159f
%{ruby_sitelib}/solid/
744159f
%{ruby_sitelib}/soprano/
71a2c14
%{ruby_sitelib}/nepomuk/
744159f
%{ruby_sitearch}/akonadi.so
Kevin Kofler 5182b37
%{ruby_sitearch}/kate.so
744159f
%{ruby_sitearch}/khtml.so
ef9b04d
%{ruby_sitearch}/kio.so
744159f
%{ruby_sitearch}/korundum4.so
744159f
%{ruby_sitearch}/ktexteditor.so
Kevin Kofler 90161fc
%{ruby_sitearch}/okular.so
ef9b04d
%{ruby_sitearch}/phonon.so
744159f
%{ruby_sitearch}/plasma_applet.so
ef9b04d
%{ruby_sitearch}/qscintilla.so
744159f
%{ruby_sitearch}/solid.so
744159f
%{ruby_sitearch}/soprano.so
71a2c14
%{ruby_sitearch}/nepomuk.so
744159f
%{_kde4_libdir}/kde4/krubypluginfactory.so
744159f
%{_kde4_datadir}/applications/kde4/dbpedia_references.desktop
744159f
%{_kde4_appsdir}/dbpedia_references/
744159f
744159f
%files -n korundum-devel
744159f
%defattr(-,root,root,-)
744159f
%{_kde4_bindir}/rbkconfig_compiler4
1d21bb7
%{_includedir}/qtruby/
744159f
744159f
%files -n QtRuby
744159f
%defattr(-,root,root,-)
744159f
%{ruby_sitelib}/Qt/
744159f
%{ruby_sitelib}/Qt*.rb
744159f
%{ruby_sitelib}/qtscript/
744159f
%{ruby_sitelib}/qttest/
744159f
%{ruby_sitelib}/qtuitools/
744159f
%{ruby_sitelib}/qtwebkit/
744159f
%{ruby_sitearch}/qt*.so
ef9b04d
%{_kde4_libdir}/libqtruby4shared.so.2*
744159f
744159f
%files -n QtRuby-devel
744159f
%defattr(-,root,root,-)
744159f
%{_kde4_bindir}/rbqtapi
744159f
%{_kde4_bindir}/rbrcc
744159f
%{_kde4_bindir}/rbuic4
744159f
%{_kde4_libdir}/libqtruby4shared.so
744159f
%endif
744159f
aa4ccff
%if 0%{?php}
aa4ccff
%files -n php-qt
aa4ccff
%defattr(-,root,root,-)
aa4ccff
%{_libdir}/php/modules/php_qt.so
aa4ccff
aa4ccff
%files -n php-qt-devel
aa4ccff
%defattr(-,root,root,-)
aa4ccff
%{_bindir}/phpuic
aa4ccff
%endif
aa4ccff
744159f
%files -n kross-python
744159f
%defattr(-,root,root,-)
744159f
# unversioned library
744159f
%{_kde4_libdir}/kde4/krosspython.so
744159f
744159f
%if 0%{?ruby}
744159f
%files -n kross-ruby
744159f
%defattr(-,root,root,-)
744159f
%{_kde4_libdir}/kde4/krossruby.so
1d21bb7
%endif
190fe61
7c188b4
%if 0%{?falcon}
7c188b4
%files -n kross-falcon
7c188b4
%defattr(-,root,root,-)
7c188b4
%{_kde4_libdir}/kde4/krossfalcon.so
7c188b4
%endif
7c188b4
f39bfa9
a5de27c
%changelog
Jaroslav Reznik 9a2250f
* Wed Jan 05 2011 Jaroslav Reznik <jreznik@redhat.com> 4.5.95-1
Jaroslav Reznik 9a2250f
- 4.5.95 (4.6rc2)
Jaroslav Reznik 9a2250f
46f698c
* Thu Dec 30 2010 Rex Dieter <rdieter@fedoraproject.org> 4.5.90-2
46f698c
- rebuild (sip/PyQt4)
46f698c
f9ab51e
* Wed Dec 22 2010 Rex Dieter <rdieter@fedoraproject.org> 4.5.90-1
f9ab51e
- 4.5.90 (4.6rc1)
f9ab51e
3a702c5
* Sat Dec 04 2010 Thomas Janssen <thomasj@fedoraproject.org> 4.5.85-1
3a702c5
- 4.5.85 (4.6beta2)
3a702c5
Kevin Kofler 1db1129
* Tue Nov 23 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.5.80-3
Kevin Kofler 1db1129
- BR kdesdk-devel for Kate bindings
Kevin Kofler 1db1129
Kevin Kofler 90161fc
* Mon Nov 22 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.5.80-2
Kevin Kofler 90161fc
- rebuild against fixed kdegraphics-devel for Okular bindings
Kevin Kofler 90161fc
a86b7b5
* Sun Nov 21 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.80-1
a86b7b5
- 4.5.80 (4.6beta1)
a86b7b5
562ee10
* Fri Oct 29 2010 Than Ngo <than@redhat.com> - 4.5.3-1
562ee10
- 4.5.3
562ee10
115fcb8
* Mon Oct 25 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-6
115fcb8
- fix/tweak %%pyqt_version macro
115fcb8
f75538d
* Sun Oct 24 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-5
f75538d
- kdebindings-csharp fails to build with mono 2.8 (kde#254629)
f75538d
d416d96
* Sat Oct 23 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-4
d416d96
- rebuild (sip/PyQt4)
cfa6e84
- disable csharp/mono bindings (f15+, ftbfs)
d416d96
5f13de6
* Wed Oct 20 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-3
5f13de6
- No ABI check in php-qt (#644914)
5f13de6
5b5df96
* Tue Oct 07 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-2
5b5df96
- patch smoke generator invalid reads found by valgrind
5b5df96
409edce
* Fri Oct 01 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.2-1
409edce
- 4.5.2
409edce
Jesse Keating b888c02
* Wed Sep 29 2010 jkeating - 4.5.1-4
Jesse Keating b888c02
- Rebuilt for gcc bug 634757
Jesse Keating b888c02
Mamoru Tasaka af7addd
* Sat Sep 11 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 4.5.1-3
Mamoru Tasaka af7addd
- Fix macro usage which caused rpmbuild to generate only srpm
Mamoru Tasaka af7addd
0ba7cc0
* Thu Sep 09 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.5.1-2
0ba7cc0
- rebuild (sip)
0ba7cc0
Jaroslav Reznik d55f62e
* Fri Aug 27 2010 Jaroslav Reznik <jreznik@redhat.com> - 4.5.1-1
Jaroslav Reznik d55f62e
- 4.5.1
Jaroslav Reznik d55f62e
bcaab4e
* Tue Aug 03 2010 Than Ngo <than@redhat.com> - 4.5.0-1
bcaab4e
- 4.5.0
bcaab4e
18ac482
* Tue Jul 27 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.4.95-1.py27
18ac482
- rebuild for python27
18ac482
a8069b4
* Sat Jul 25 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.4.95-1
a8069b4
- 4.5 RC3 (4.4.95)
a8069b4
6fd7ea1
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 4.4.92-5
6fd7ea1
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
6fd7ea1
ee3c8c3
* Wed Jul 14 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.4.92-4
f094080
- reenable C# bindings
63cf1e4
- fix PyKDE4 build with SIP 4.10.3 (kde#244697)
f094080
65bec89
* Fri Jul 09 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.4.92-3
65bec89
- use upstream fix for Qt 4.7 build issue (#612666, kde#243971)
65bec89
0da540d
* Fri Jul 09 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.4.92-2
0da540d
- fix Smoke build with Qt 4.7 (#612666, kde#243971)
0da540d
7954020
* Wed Jul 07 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.4.92-1
7954020
- 4.5 RC2 (4.4.92)
7954020
c601d7d
* Sat Jun 26 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.4.90-2
c601d7d
- reenable smoke (and related bindings) on f14+
c601d7d
a2ca074
* Fri Jun 25 2010 Jaroslav Reznik <jreznik@redhat.com> - 4.4.90-1
a2ca074
- 4.5 RC1 (4.4.90)
a2ca074
51085a3
* Mon Jun 07 2010 Jaroslav Reznik <jreznik@redhat.com> - 4.4.85-1
51085a3
- 4.5 Beta 2 (4.4.85)
51085a3
df060e0
* Fri May 21 2010 Jaroslav Reznik <jreznik@redhat.com> - 4.4.80-1
df060e0
- 4.5 Beta 1 (4.4.80)
df060e0
1e5ac60
* Fri Apr 30 2010 Jaroslav Reznik <jreznik@redhat.com> - 4.4.3-1
1e5ac60
- 4.4.3
1e5ac60
Lukas Tinkl 4bcc416
* Mon Mar 29 2010 Lukas Tinkl <ltinkl@redhat.com> - 4.4.2-1
Lukas Tinkl 4bcc416
- 4.4.2
Lukas Tinkl 4bcc416
7d83cc5
* Sat Feb 27 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.4.1-1
7d83cc5
- 4.4.1
7d83cc5
4f1e889
* Fri Feb 05 2010 Than Ngo <than@redhat.com> - 4.4.0-1
4f1e889
- 4.4.0
4f1e889
786807e
* Sun Jan 31 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.98-1
786807e
- KDE 4.3.98 (4.4rc3)
786807e
41e5410
* Sun Jan 24 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.95-2
41e5410
- fix Qyoto build
833d3c2
- revert revision 1076633 which breaks the Plasma C# bindings
41e5410
Lukas Tinkl f13d2b8
* Thu Jan 21 2010 Lukas Tinkl <ltinkl@redhat.com> - 4.3.95-1
Lukas Tinkl f13d2b8
- KDE 4.3.95 (4.4rc2)
Lukas Tinkl f13d2b8
9d22daa
* Tue Jan 12 2010 Than Ngo <than@redhat.com> - 4.3.90-3
9d22daa
- fix bz#551534, qyoto doesn't pull mono in
9d22daa
aaba316
* Thu Jan 07 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.90-2
aaba316
- akonadi_version 1.2.90
aaba316
- pyqt4_version 4.7
aaba316
3c81be7
* Wed Jan 06 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.3.90-1
3c81be7
- kde-4.3.90 (4.4rc1)
3c81be7
3c81be7
* Wed Dec 30 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.85-4
80f0a15
- upstream enum patch
80f0a15
94f7921
* Wed Dec 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.85-3
94f7921
- tarball respin, includes build-fix'es
94f7921
057e710
* Sat Dec 19 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.85-2
057e710
- fix NepomukSmoke not getting built, breaking the Ruby and C# bindings
e037c47
- fix its build (missing #include <nepomuk/resourcetypeterm.h>)
f4d0cc1
- fix phpqt_internals.cpp for the current smoke.h
dc2c3e5
- Qyoto/Kimono DLLs are now in mono/qyoto rather than mono/2.0
057e710
7b78672
* Fri Dec 18 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.85-1
7b78672
- kde-4.3.85 (4.4beta2)
7b78672
a92766f
* Sat Dec 12 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.80-3
2f15b93
- fix NepomukSmoke build (blacklist Nepomuk::ResourceManager::generateUniqueUri)
fcc61a1
- fix the PyKDE4 Akonadi, kdeui and Phonon bindings to build
2f15b93
fc159f2
* Fri Dec 04 2009 Than Ngo <than@redhat.com> - 4.3.80-2
fc159f2
- respin
fc159f2
2f15b93
* Tue Dec 01 2009 LukĂ¡Å¡ Tinkl <ltinkl@redhat.com> - 4.3.80-1
Lukas Tinkl 5beaa0d
- KDE 4.4 beta1 (4.3.80)
Lukas Tinkl 5beaa0d
fed1321
* Thu Nov 26 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.75-0.4.svn1048496
fed1321
- update generator and smoke to the current trunk for more fixes
fed1321
645ec7b
* Thu Nov 26 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.75-0.3.svn1048496
1033e47
- update generator to trunk rev 1052427 for fixes
645ec7b
b6562bd
* Thu Nov 26 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.75-0.2.svn1048496
b6562bd
- fix build with CMAKE_SKIP_RPATH
b6562bd
9df973e
* Sat Nov 21 2009 Ben Boeckel <MathStuf@gmail.com> - 4.3.75-0.1.svn1048496
b6562bd
- update to 4.3.75 snapshot
9df973e
4d9e273
* Mon Nov 16 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.3-4
4d9e273
- Requires: sip-api(%%_sip_api_major) >= %%_sip_api
4d9e273
aa6af1e
* Wed Nov 11 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.3-3
aa6af1e
- pyqt4_version 4.6.1 (everywhere)
aa6af1e
- drop qt46 patch (not working yet)
aa6af1e
37e5ce4
* Fri Nov 06 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.3-2
aa6af1e
- try to fix build with Qt 4.6 (f13+)
37e5ce4
674112a
* Sat Oct 31 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.3-1
674112a
- 4.3.3
674112a
c414268
* Mon Oct 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.2-3
c414268
- sync archs supporting csharp(mono)
c414268
df00775
* Sun Oct 25 2009 Ben Boeckel <MathStuf@gmail.com> - 4.3.2-2
3b0db8e
- fix bz#530667
3b0db8e
f226563
* Wed Oct 07 2009 Than Ngo <than@redhat.com> - 4.3.2-1
f58a0ab
- 4.3.2
f226563
- fix bz#527464
f58a0ab
5e75286
* Fri Sep 25 2009 Than Ngo <than@redhat.com> - 4.3.1-4
5e75286
- rhel cleanup
5e75286
9f170f4
* Thu Sep 03 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.1-3
9f170f4
- also disable polkit-qt on EL6+
9f170f4
- also remove polkit-qt sip files and examples on F12+/EL6+
9f170f4
a88bd71
* Thu Sep 03 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.3.1-2
c1b32a3
- only (temporarily) disable Falcon on F12+
a88bd71
- drop bindings for polkit-qt on F12+ (PolicyKit 0.9 is going away)
a88bd71
- remove unused (commented out) patch
a88bd71
42d3995
* Fri Aug 28 2009 Than Ngo <than@redhat.com> - 4.3.1-1
42d3995
- 4.3.1
a88bd71
- temporarily disable Falcon bindings (build fails with Falcon 0.9.x)
42d3995
fecc149
* Mon Aug 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.0-5
fecc149
- re-enable php bindings (rawhide)
fecc149
9a102d2
* Tue Aug 11 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.0-4.1
9a102d2
- BR: qscintilla-devel >= 2.4
9a102d2
c81c83b
* Sun Aug 09 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.0-4
c81c83b
- manually specify PYTHON_LIBRARIES (and friends) (#516386)
c81c83b
dc9df94
* Mon Aug 03 2009 Than Ngo <than@redhat.com> - 4.3.0-3
dc9df94
- respin
dc9df94
389569f
* Sat Aug 01 2009 Rex Dieter <rdieter@fedoraproject.org> 4.3.0-2
389569f
- workaround pykdeuic4 upgrade brokenness (introduced in 4.2.98)
389569f
781e2e1
* Thu Jul 30 2009 Than Ngo <than@redhat.com> - 4.3.0-1
781e2e1
- 4.3.0
a99d874
- more pykdeuic4 and related multilib love (kdebug#198162)
781e2e1
df03382
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.98-2
df03382
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
df03382
ad48143
* Wed Jul 22 2009 Than Ngo <than@redhat.com> - 4.2.98-1
ad48143
- 4.3rc3 
ad48143
f545dab
* Mon Jul 20 2009 Than Ngo <than@redhat.com> - 4.2.96-5
f545dab
- add correct check for php version
f545dab
9aed124
* Mon Jul 20 2009 Than Ngo <than@redhat.com> - 4.2.96-4
9aed124
- allow for build php-5.2.x
9aed124
65bd287
* Mon Jul 20 2009 Than Ngo <than@redhat.com> - 4.2.96-3
65bd287
- fix build issue with php-5.3.x
65bd287
a4a7738
* Thu Jul 16 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.96-2
a4a7738
- fix pykdeuic4-related install bits (kdebug#198162)
f8398f2
- pyqt4_version 4.5.2
cebef73
- License: LGPLv2+
a4a7738
0e213ea
* Fri Jul 10 2009 Than Ngo <than@redhat.com> - 4.2.96-1
0e213ea
- 4.3rc2
0e213ea
8476f35
* Fri Jun 26 2009 Than Ngo <than@redhat.com> - 4.2.95-1
8476f35
- 4.3rc1
8476f35
28d6285
* Mon Jun 22 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.2.90-3
28d6285
- make the Python plugin factory work without python-devel
28d6285
cc5e857
* Wed Jun 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.90-2
cc5e857
- rework old-PyQt4 patch 
cc5e857
338758d
* Wed Jun 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.90-1
338758d
- KDE-4.3 beta2 (4.2.90)
338758d
cdca64e
* Thu May 21 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.85-2
cdca64e
- respin against PyQt-4.5
cdca64e
ea16496
* Wed May 20 2009 Than Ngo <than@redhat.com> - 4.2.85-1
a994bfb
- 4.2.85 (4.3 beta1)
ea16496
- build fixes backported from trunk by Nicolas LĂ©cureuil <neoclust@mandriva.org>
5b95dae
- revert change which requires PyQt4 4.5 (Kevin Kofler)
a473511
- fix build issue with gcc-4.4
a994bfb
38604c3
* Tue Apr 21 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.2.2-5
38604c3
- F11+: enable csharp on ppc64
38604c3
bb92213
* Wed Apr 15 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> - 4.2.2-4
bb92213
- reenable csharp on ppc
bb92213
a08b248
* Wed Apr 08 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.2-3
a08b248
- enable csharp only on archs supported by mono (ie, drop ppc)
a08b248
1cbcd04
* Wed Apr 01 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.2-2
1cbcd04
- relax dep on kdepimlibs-akonadi
1cbcd04
Lukas Tinkl 989cda5
* Tue Mar 31 2009 LukĂ¡Å¡ Tinkl <ltinkl@redhat.com> - 4.2.2-1
Lukas Tinkl 989cda5
- KDE 4.2.2
Lukas Tinkl 989cda5
af7fc6b
* Sat Mar 28 2009 Ben Boeckel <Mathstuf@gmail.com> - 4.2.1-8
bcbe12a
- Only install the .pc file if building csharp/qyoto support
af7fc6b
8859d69
* Sat Mar 28 2009 Ben Boeckel <Mathstuf@gmail.com> - 4.2.1-7
8859d69
- Fix install line
8859d69
732da1c
* Sat Mar 28 2009 Ben Boeckel <Mathstuf@gmail.com> - 4.2.1-6
732da1c
- Create pkgconfig directory
732da1c
0291230
* Sat Mar 28 2009 Ben Boeckel <Mathstuf@gmail.com> - 4.2.1-5
0291230
- Ship qyoto.pc file as well
0a6319f
- Add dependency on mono-devel from qyoto-devel
0291230
b1626a6
* Fri Mar 20 2009 Ben Boeckel <Mathstuf@gmail.com> - 4.2.1-4
b1626a6
- Don't enable csharp on ppc64
b1626a6
aa4ccff
* Fri Mar 20 2009 Ben Boeckel <Mathstuf@gmail.com> - 4.2.1-3
aa4ccff
- Clean up conditionals
aa4ccff
- Enable PHP and C# bindings
aa4ccff
aa4ccff
* Wed Mar 18 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.1-2
7af8f64
- fix typos in Provides: kross(python)
7af8f64
0f05c45
* Fri Feb 27 2009 Than Ngo <than@redhat.com> - 4.2.1-1
0f05c45
- 4.2.1
0f05c45
b1a620f
* Wed Feb 25 2009 Than Ngo <than@redhat.com> - 4.2.0-7
b1a620f
- fix build issue again qt-4.5
b1a620f
a78bddd
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.0-6
a78bddd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a78bddd
39ad3cd
* Fri Feb 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.0-5
39ad3cd
- enable PyKDE4-akonadi subpkg
39ad3cd
6a6dca8
* Mon Feb 16 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.2.0-4
6a6dca8
- include toggle for PyKDE4-akonadi subpkg (not enabled)
6a6dca8
- PyKDE4: move examples to -devel pkg
6a6dca8
- PyKDE4: make dep on PyQt4 versioned
6a6dca8
- PyKDE4: Provides: -akonadi, Requires: kdepimlibs-akonadi
6a6dca8
- PyKDE4(-devel): adjust description/summary
6a6dca8
7c188b4
* Sun Feb 9 2009 Ben Boeckel <MathStuf@gmail.com> - 4.2.0-3
7c188b4
- Enabled Falcon for Kross (min version met)
7c188b4
1d5f84d
* Sat Jan 24 2009 Ben Boeckel <MathStuf@gmail.com> - 4.2.0-2
1d5f84d
- Removed Ruby examples; killed upstream
1d5f84d
2e4edb6
* Thu Jan 22 2009 Than Ngo <than@redhat.com> - 4.2.0-1
2e4edb6
- 4.2.0
2e4edb6
3261a37
* Thu Jan 15 2009 Rex Dieter <rdieter@fedoraproject.org> 4.1.96-5
3261a37
- toggle for QtRuby/kde-plasma-ruby bootstrap
3261a37
744159f
* Thu Jan 15 2009 Rex Dieter <rdieter@fedoraproject.org> 4.1.96-4
744159f
- update %%description/%%summaries for new (sub)pkgs
744159f
- use versioned Provides/Requires all over
744159f
- BR: akonadi-devel kdegraphics-devel
744159f
- don't package kde-plasma-ruby-* (cmake error "rbuic4 not found")
744159f
744159f
* Thu Jan 15 2009 Ben Boeckel <MathStuf@gmail.com> 4.1.96-3
744159f
- Fixed QtRuby version
744159f
- Moved QtRuby tools to QtRuby-devel
744159f
744159f
* Wed Jan 14 2009 Ben Boeckel <MathStuf@gmail.com> 4.1.96-2
744159f
- Split out Ruby bindings and Kross modules
744159f
3fc9d8f
* Wed Jan 07 2009 Than Ngo <than@redhat.com> - 4.1.96-1
3fc9d8f
- 4.2rc1
3fc9d8f
6c9550f
* Fri Dec 12 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.85-2
6c9550f
- reenable smoke, ruby
e20ff78
- disable NepomukSmoke for now: it wasn't actually used (the corresponding
e20ff78
  Ruby binding is disabled by default and we don't build the C# bindings) and it
e20ff78
  depends on nepomukquery libs from kdebase (which also means we need to sort
e20ff78
  out the -devel symlink mess there first)
6c9550f
a9b6b55
* Fri Dec 12 2008 Than Ngo <than@redhat.com> 4.1.85-1
a9b6b55
- 4.2beta2
a9b6b55
d5e01a1
* Mon Dec 01 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.80-5
d5e01a1
- rebuild for Python 2.6
d5e01a1
a89f9e8
* Mon Dec 01 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.80-4
a89f9e8
- don't require kdebase-workspace(-devel)
a89f9e8
2e5181e
* Thu Nov 27 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.80-3
2e5181e
- BR plasma-devel instead of kdebase-workspace-devel
8db45d5
- disable smoke,ruby (for now, busted)
2e5181e
f7af1c5
* Thu Nov 20 2008 Than Ngo <than@redhat.com> 4.1.80-2
f7af1c5
- merged
f7af1c5
f33608c
* Thu Nov 20 2008 Lorenzo Villani <lvillani@binaryhelix.net> - 4.1.80-1
f7af1c5
- 4.1.80
f7af1c5
- BR cmake >= 2.6.2
f7af1c5
- make install/fast
f7af1c5
9ecfe0c
* Mon Nov 17 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.2-2.1
9ecfe0c
- respin (qscintilla)
9ecfe0c
f7af1c5
* Wed Nov 12 2008 Than Ngo <than@redhat.com> 4.1.3-1
f7af1c5
- 4.1.3
f7af1c5
ebb84fd
* Mon Sep 29 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.2-2
ebb84fd
- make VERBOSE=1
ebb84fd
- respin against new(er) kde-filesystem
ebb84fd
43922b0
* Fri Sep 26 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.2-1
43922b0
- 4.1.2
43922b0
ee5977a
* Thu Sep 25 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.1-2
ee5977a
- respin (for qscintilla)
ee5977a
2043758
* Fri Aug 29 2008 Than Ngo <than@redhat.com> 4.1.1-1
2043758
- 4.1.1
2043758
7be667e
* Mon Jul 28 2008 Than Ngo <than@redhat.com> -  4.1.0-5
7be667e
- respun
7be667e
- get rid of kdebindings-4.1.0-kde#167450.patch that is included in new upstream
7be667e
fa470c7
* Sat Jul 26 2008 Rex Dieter <rdieter@fedoraproject.org> 4.1.0-4.1
ac197f9
- BR: qscintilla-devel >= 2.2
fa470c7
ec55a68
* Fri Jul 25 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.0-4
ec55a68
- fix Python and Ruby bindings overwriting each other (#456722, kde#167450)
ec55a68
32ec394
* Fri Jul 25 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.1.0-3
32ec394
- drop unneeded BR kdegraphics4-devel (Ruby Okular bindings disabled by default)
32ec394
- add BR kdepimlibs-devel for Python Akonadi bindings
32ec394
6d19fd8
* Fri Jul 25 2008 Than Ngo <than@redhat.com> 4.1.0-2
6d19fd8
- respun
6d19fd8
c9c3a0b
* Wed Jul 23 2008 Than Ngo <than@redhat.com> 4.1.0-1
c9c3a0b
- 4.1.0
c9c3a0b
8ab2502
* Fri Jul 18 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.99-1
8ab2502
- 4.0.99
8ab2502
0295055
* Mon Jul 14 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.98-3
0295055
- re-enable smoke (patched), ruby
0295055
e1fd3a9
* Mon Jul 14 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.98-2
e1fd3a9
- omit smoke, ruby bindings (build failures, sorting out upstream)
e1fd3a9
- -devel: -BR: PyQt4-devel
e1fd3a9
f1b5859
* Fri Jul 11 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.98-1
f1b5859
- 4.0.98
f1b5859
5a5767d
* Sun Jul 06 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.85-1
5a5767d
- 4.0.85
5a5767d
d764b81
* Sat Jun 28 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.84-2
322cd43
- fix Python bindings for Phonon and Soprano
d764b81
7f70615
* Fri Jun 27 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.84-1
7f70615
- 4.0.84
7f70615
daac36a
* Sat Jun 21 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.83-4
daac36a
- fix PyKDE4-devel to require PyKDE4 rather than itself
daac36a
8ef250c
* Sat Jun 21 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.83-3
222774b
- reenable Ruby again
80889f6
- add missing Epoch for minimum kdegraphics-devel version requirement
80889f6
- fix CMake target name conflict between Ruby and Python bindings
222774b
- fix file list for Ruby
80889f6
22be058
* Fri Jun 20 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.83-2
2eb1df1
- reenable smoke again (keep ruby off for now)
22be058
- drop explicit ENABLE_SMOKEKDEVPLATFORM=OFF (now off by default)
5ad09b3
- add BR kdegraphics-devel for the Smoke Okular bindings
ada208e
- fix file list
22be058
d698e8c
* Thu Jun 19 2008 Than Ngo <than@redhat.com> 4.0.83-1
d698e8c
- 4.0.83 (beta2)
d698e8c
61efd9f
* Wed Jun 18 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.82-3
61efd9f
- revert, more borkage.
61efd9f
ec1584f
* Tue Jun 17 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.82-2
ec1584f
- reenable smoke and ruby, set ENABLE_SMOKEKDEVPLATFORM=OFF (no kdevplatform)
ec1584f
0663b19
* Sun Jun 15 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.82-1
0663b19
- 4.0.82
1d21bb7
- omit ruby, smoke (busted) => no -devel subpkg (for now)
1d21bb7
- PyKDE4(-devel) subpkgs
0663b19
75323d2
* Tue May 27 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.80-2
75323d2
- disable php-qt for now
2bb3016
- apply PyKDE4 and smokekde build fixes from upstream
6de2d88
- update file lists (comment out smokeplasma, add new smoke/ruby files)
11678a1
- fix incorrect libdir on lib64 platforms
75323d2
d372aa5
* Mon May 26 2008 Than Ngo <than@redhat.com> 4.0.80-1
d372aa5
- 4.1 beta1
d372aa5
dd94680
* Wed May 07 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.72-1
dd94680
- update to 4.0.72
c0bedcc
- add BR soprano-devel
20e7b4f
- update file list to include plasma-ruby stuff
dd94680
e697b72
* Thu Apr 03 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.3-3
e697b72
- rebuild (again) for the fixed %%{_kde4_buildtype}
e697b72
4e59bb0
* Mon Mar 31 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.3-2
4e59bb0
- Rebuild for NDEBUG
4e59bb0
dbeb528
* Fri Mar 28 2008 Than Ngo <than@redhat.com> 4.0.3-1
dbeb528
- 4.0.3
dbeb528
682b990
* Mon Mar 03 2008 Than Ngo <than@redhat.com> 4.0.2-5
b22ea71
- respin
b22ea71
dde8f0d
* Sat Mar 01 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.2-3
3227318
- apply upstream build fixes for Qt 4.3.4 (rev 780996)
6e0e18d
- remove no longer existing protected KService::accessServiceTypes from PyKDE4
dde8f0d
06dddb9
* Fri Feb 29 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.0.2-2
06dddb9
- drop lib64 patches (fixed upstream)
06dddb9
3b154ad
* Thu Feb 28 2008 Than Ngo <than@redhat.com> 4.0.2-1
3b154ad
- 4.0.2
3b154ad
2be5c06
* Thu Jan 31 2008 Rex Dieter <rdieter@fedoraproject.org> 4.0.1-1
2be5c06
- 4.0.1
2be5c06
- Provides: PyKDE4(-devel)
2be5c06
- BR: qscintilla-devel >= 2
2be5c06
f39bfa9
* Tue Jan 08 2008 Rex Dieter <rdieter[AT]fedoraproject.org> 4.0.0-1
f39bfa9
- kde-4.0.0
f39bfa9
a132b94
* Thu Jan 03 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-8
a132b94
- smoke.h is in %%{_includedir}, not %%{_kde4_includedir}
a132b94
2234c61
* Wed Dec 12 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-7
2234c61
- rebuild for changed _kde4_includedir
2234c61
72ded82
* Tue Dec 11 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-6
72ded82
- use patch to override PYTHON_SITE_PACKAGES_DIR (cmake -D doesn't work)
72ded82
a155aa7
* Tue Dec 11 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-5
d2511f2
- override PYTHON_SITE_PACKAGES_DIR
a155aa7
c6f8d8a
* Tue Dec 11 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-4
c6f8d8a
- rewrite libsmokeqt-lib64 patch so it actually works
c6f8d8a
- add PyKDE4 files to file list
c6f8d8a
- specify minimum versions of sip-devel and PyQt4-devel
c6f8d8a
- require PyQt4 in main package, PyQt4-devel in -devel
c6f8d8a
- fix unowned Qt and KDE directories under ruby_sitelib
c6f8d8a
938bcf9
* Tue Dec 11 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-3
938bcf9
- omit BR: qwt-devel for now, causes build failure in smokeqt
d036558
- add BRs: sip-devel PyQt4-devel for PyKDE4
938bcf9
17375cb
* Tue Dec 11 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 3.97.0-2
17375cb
- remove X11 BRs now Required by kdelibs-devel
17375cb
- add BR: qwt-devel
17375cb
- fix libsmokeqt being in /usr/lib even on 64-bit arches
17375cb
- use ruby_sitelib and ruby_sitearch properly
17375cb
06b6319
* Mon Dec 10 2007 Than Ngo <than@redhat.com> 3.97.0-1
06b6319
- 3.97.0
cvsdist 8edfb80
06b6319
* Sun Nov 18 2007 Sebastian Vahl <fedora@deadbabylon.de> 3.96.0-1
06b6319
- Initial version for Fedora