Browse Source

2014-11-09 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* QtRuby, kimono, korundum, qwt, qyoto, smokegen, smokekde, smokeqt: NEW
	* kdebindings: updated
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9075 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
f93f81f4f0

+ 251 - 0
Q/QtRuby/QtRuby-vl.spec

@@ -0,0 +1,251 @@
+%define _qt4_version %(pkg-config --modversion --silence-errors Qt 2>/dev/null || echo 4.8.6)
+
+%global ruby_lib %(ruby -rrbconfig -e 'puts RbConfig::CONFIG["rubylibdir"]')
+%global ruby_arch %(ruby -rrbconfig -e 'puts RbConfig::CONFIG["archdir"]')
+
+Name:    QtRuby
+Summary:  Ruby bindings for Qt4
+Summary(ja): Qt4 の Ruby バインディング
+Version: 4.14.2
+Release: 1%{?_dist_release}
+
+License: LGPLv2+ and GPLv2+
+Group:   System Environment/Libraries
+URL:     http://techbase.kde.org/Development/Languages/Qyoto
+
+Source0: http://download.kde.org/stable/%{version}/src/qtruby-%{version}.tar.xz
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: cmake
+BuildRequires: phonon-devel
+BuildRequires: qimageblitz-devel
+BuildRequires: qt4-devel
+BuildRequires: qscintilla-devel
+BuildRequires: qwt-qt4-devel
+BuildRequires: ruby-devel >= 1.8
+BuildRequires: smokeqt-devel >= %{version}
+
+# common name some other distros use
+Provides: ruby-qt = %{version}-%{release} 
+
+Requires: qt4 >= %{_qt4_version}
+Requires: ruby >= 1.8
+Requires: smokeqt >= %{version}
+
+%description
+%{summary}.
+
+%package devel
+Summary: Development libraries for %{name} 
+Summary(ja): %{name} の開発用ファイル 
+Group:   Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Provides: ruby-qt-devel = %{version}-%{release}
+
+%description devel
+This package contains development files for the Ruby bindings
+for the Qt libraries.
+
+
+%prep
+%setup -q -n qtruby-%{version}
+
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+
+%cmake \
+    -DCUSTOM_RUBY_SITE_ARCH_DIR:PATH=%{ruby_arch} \
+    -DCUSTOM_RUBY_SITE_LIB_DIR:PATH=%{ruby_lib} \
+    ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files 
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING COPYING.LIB README
+%{_libdir}/libqtruby4shared.so.*
+%{ruby_lib}/Qt*.rb
+%{ruby_lib}/Qt/
+%{ruby_lib}/phonon/
+%{ruby_lib}/qscintilla/
+%{ruby_lib}/qtdeclarative/
+%{ruby_lib}/qtscript/
+%{ruby_lib}/qttest/
+%{ruby_lib}/qtuitools/
+%{ruby_lib}/qtwebkit/
+%{ruby_lib}/qwt/
+%{ruby_arch}/*.so
+
+%files devel
+%defattr(-,root,root,-)
+%{_bindir}/rbqtapi
+%{_bindir}/rbrcc
+%{_bindir}/rbuic4
+%{_includedir}/qtruby
+%{_libdir}/libqtruby4shared.so
+%{_datadir}/qtruby4
+
+%changelog
+* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.14.2-1
+- splitted from kdebindings
+
+* Thu Jun 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
+- new upstream release
+
+* Thu Apr 14 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
+- updated to 4.6.1
+- added BR: kdesdk-devel
+- disabled attica plugins temporaly
+- rebuilt with mono-2.10.1
+
+* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
+* Sat Sep 18 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
+- new upstream release
+- added Patch50
+- added more japanese summaries
+
+* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-1
+- new upstream release
+
+* Sun Jul  4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.5-1
+- new upstream release
+
+* Fri May  7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
+- new upstream release
+
+* Thu Apr 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
+- new upstream release
+
+* Tue Mar  9 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
+- new upstream release
+- added -DCMAKE_SKIP_RPATH:BOOL=OFF option to cmake
+  (see https://bugs.kde.org/show_bug.cgi?id=214824)
+- built with new toolchain
+
+* Wed Nov 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
+- new upstream release
+
+* Thu Oct 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-4
+- merged 4.3.1-2 %changelog 
+- re-define %%{mono_dir} to %{_prefix}/lib/mono (again)
+
+* Tue Oct 27 2009 Shu KONNO <owa@bg.wakwak.com> 4.3.2-3
+- use %%{_prefix}/lib for mono-dll (for x86_64)
+
+* Tue Oct 27 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-2
+- new upstream release
+- built with PyQt4-4.6
+
+* Sun Sep 06 2009 NAKAMURA Kenta <kenta@vinelinux.org> 4.3.1-2
+- define %%{mono_dir} to specify mono library install path
+
+* Sun Sep  6 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
+- new upstream release
+- fixed ruby modules installation path
+
+* Thu Aug 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-1
+- new upstream release
+- spilt sub package based on Fedora
+
+* Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
+- applied new versioning policy
+- added Patch1 
+  (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484191)
+
+* Fri Nov 23 2007 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.8-0vl3
+- added --with-qt-libraries option
+
+* Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
+- rebuild for VineSeed
+
+* Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
+- new upstream release
+
+* Mon Jun 25 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
+- rebuild for VineSeed
+
+* Thu May 31 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
+- new upstream release
+- update Patch0
+- drop Patch1
+
+* Mon Jan 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.6-0vl1
+- new upstream release
+- add Patch1
+- add --enable-libsuffix option
+
+* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
+- rebuild for VineSeed
+
+* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
+- new upstream release
+
+* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
+- rebuild for VineSeed
+
+* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
+- new upstream release
+
+* Thu Jun  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
+- rebuild for VineSeed
+
+* Thu Jun  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
+- new upstream release
+
+* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
+- rebuild for VineSeed
+
+* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
+- new upstream release
+
+* Wed Feb  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
+- rebuild for VineSeed
+
+* Wed Feb  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
+- new upstream release
+- renew BuildPrereq and build section
+- renew %%files
+- enable python
+- change spec to make main and devel package
+- add BuildPrereq: ruby ruby-devel
+- add Patch0 to install ruby-bindings under /usr/lib/ruby
+
+* Sun Mar 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-1vl1
+- build for VineSeed
+- disable python and mozilla
+- objprelink (i386 only)
+
+* Wed Nov 21 2001 Than Ngo <than@redhat.com> <bero@redhat.com> 2.2.2-1
+- 2.2.2
+- build kmozilla binding only on x86/alpha
+
+* Thu Aug  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-2
+- Make sure %%{name}-kmozilla isn't built on ia64
+
+* Mon Jul 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010723.2
+- Move python bindings to separate package
+- Add perl bindings
+- Shut up rpmlint
+
+* Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
+- 2.1
+
+* Sun Jan 28 2001 Bernhard Rosenkraenzer <bero@redhat.com>
+- initial RPM

+ 21 - 539
k/kdebindings/kdebindings-vl.spec

@@ -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
 Summary: KDE bindings to non-C++ languages.
 Summary(ja): C++ 言語以外の KDE バインディング集
-Version: 4.6.4
+Version: 4.12.5
 Release: 1%{?_dist_release}
 
 # http://techbase.kde.org/Policies/Licensing_Policy
 License: LGPLv2+
 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
-KDE bindings to non-C++ languages
+Kdebindings metapackage, to ease migration to split applications.
 
-%description -l ja
-C++ 言語以外の KDE バインディング集です.
 
 %package devel
 Summary: Development files for kdebindings.
 Summary(ja): kdebindings の開発用ファイル
 Group: Development/Libraries
 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
-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
-%setup -q -n kdebindings-%{version}
-#patch50 -p1 -b .RUBY_VERSION
 
 %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
-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
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
-%if %{smoke}
-%{_libdir}/libsmoke*.so.*
-%endif
+# empty
 
 %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
+* 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
 - new upstream release
 

+ 253 - 0
k/kimono/kimono-vl.spec

@@ -0,0 +1,253 @@
+%global monodir /usr/lib/mono
+%global _kde4_version 4.12.5
+
+Name:    kimono 
+Summary: .NET/Mono KDE bindings
+Summary(ja): KDE の .NET/Mono バインディング
+Version: 4.12.5
+Release: 1%{?_dist_release}
+
+# most items are pure GPLv2+
+# plasma bindings mix LGPLv2+ and GPLv2+ (combined result is GPLv2+ too)
+License: GPLv2+
+Group:   System Environment/Libraries
+URL:     https://projects.kde.org/projects/kde/kdebindings/csharp/kimono
+
+Source0: http://download.kde.org/stable/%{version}/src/%{name}-%{version}.tar.xz
+
+BuildRequires: kdelibs4-devel >= %{version} 
+BuildRequires: kdepimlibs-devel >= %{version}
+BuildRequires: akonadi-devel
+BuildRequires: mono-devel
+BuildRequires: monodoc
+BuildRequires: qyoto-devel >= %{version}
+BuildRequires: smokekde-devel >= %{version}
+
+Requires: qyoto >= %{_kde4_version}
+Requires: smokekde >= %{_kde4_version}
+
+%{?mono_arches:ExclusiveArch: %{mono_arches}}
+
+
+%description
+%{summary}.
+
+%package akonadi
+Summary: Akonadi runtime support for %{name}
+Summary(ja): %{name} の Akonadi ランタイムサポート
+Group:   System Environment/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: smokekde-akonadi >= %{version}
+
+%description akonadi
+%{summary}.
+
+
+%prep
+%setup -q
+
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%cmake \
+    -DCMAKE_BUILD_TYPE=release \
+    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
+    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
+    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
+    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
+    -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
+    ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files 
+%defattr(-,root,root,-)
+%doc ChangeLog COPYING.GPLv2 COPYING.LGPLv2
+%{_libdir}/kde4/kimonopluginfactory.so
+%{_libdir}/libkhtml-sharp.so
+%{_libdir}/libkimono.so
+%{_libdir}/libktexteditor-sharp.so
+%{_libdir}/libnepomuk-sharp.so
+%{_libdir}/libplasma-sharp.so
+%{_libdir}/libsoprano-sharp.so
+%{monodir}/qyoto/kde-dotnet.dll
+%{monodir}/qyoto/khtml-dll.dll
+%{monodir}/qyoto/ktexteditor-dotnet.dll
+%{monodir}/qyoto/nepomuk-dll.dll
+%{monodir}/qyoto/plasma-dll.dll
+%{monodir}/qyoto/soprano.dll
+%{monodir}/gac/kde-dotnet/
+%{monodir}/gac/khtml-dll/
+%{monodir}/gac/ktexteditor-dotnet/
+%{monodir}/gac/nepomuk-dll/
+%{monodir}/gac/plasma-dll/
+%{monodir}/gac/soprano/
+%{_datadir}/kde4/apps/plasma_scriptengine_kimono/
+%{_datadir}/kde4/services/plasma-scriptengine-kimono-applet.desktop
+%{_datadir}/kde4/services/plasma-scriptengine-kimono-dataengine.desktop
+
+%files akonadi
+%defattr(-,root,root,-)
+%{_libdir}/libakonadi-sharp.so
+%{monodir}/qyoto/akonadi.dll
+%{monodir}/gac/akonadi/
+
+
+%changelog
+* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.14.2-1
+- splitted from kdebindings
+
+* Thu Jun 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
+- new upstream release
+
+* Thu Apr 14 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
+- updated to 4.6.1
+- added BR: kdesdk-devel
+- disabled attica plugins temporaly
+- rebuilt with mono-2.10.1
+
+* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
+* Sat Sep 18 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
+- new upstream release
+- added Patch50
+- added more japanese summaries
+
+* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-1
+- new upstream release
+
+* Sun Jul  4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.5-1
+- new upstream release
+
+* Fri May  7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
+- new upstream release
+
+* Thu Apr 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
+- new upstream release
+
+* Tue Mar  9 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
+- new upstream release
+- added -DCMAKE_SKIP_RPATH:BOOL=OFF option to cmake
+  (see https://bugs.kde.org/show_bug.cgi?id=214824)
+- built with new toolchain
+
+* Wed Nov 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
+- new upstream release
+
+* Thu Oct 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-4
+- merged 4.3.1-2 %changelog 
+- re-define %%{mono_dir} to %{_prefix}/lib/mono (again)
+
+* Tue Oct 27 2009 Shu KONNO <owa@bg.wakwak.com> 4.3.2-3
+- use %%{_prefix}/lib for mono-dll (for x86_64)
+
+* Tue Oct 27 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-2
+- new upstream release
+- built with PyQt4-4.6
+
+* Sun Sep 06 2009 NAKAMURA Kenta <kenta@vinelinux.org> 4.3.1-2
+- define %%{mono_dir} to specify mono library install path
+
+* Sun Sep  6 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
+- new upstream release
+- fixed ruby modules installation path
+
+* Thu Aug 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-1
+- new upstream release
+- spilt sub package based on Fedora
+
+* Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
+- applied new versioning policy
+- added Patch1 
+  (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484191)
+
+* Fri Nov 23 2007 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.8-0vl3
+- added --with-qt-libraries option
+
+* Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
+- rebuild for VineSeed
+
+* Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
+- new upstream release
+
+* Mon Jun 25 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
+- rebuild for VineSeed
+
+* Thu May 31 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
+- new upstream release
+- update Patch0
+- drop Patch1
+
+* Mon Jan 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.6-0vl1
+- new upstream release
+- add Patch1
+- add --enable-libsuffix option
+
+* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
+- rebuild for VineSeed
+
+* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
+- new upstream release
+
+* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
+- rebuild for VineSeed
+
+* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
+- new upstream release
+
+* Thu Jun  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
+- rebuild for VineSeed
+
+* Thu Jun  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
+- new upstream release
+
+* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
+- rebuild for VineSeed
+
+* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
+- new upstream release
+
+* Wed Feb  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
+- rebuild for VineSeed
+
+* Wed Feb  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
+- new upstream release
+- renew BuildPrereq and build section
+- renew %%files
+- enable python
+- change spec to make main and devel package
+- add BuildPrereq: ruby ruby-devel
+- add Patch0 to install ruby-bindings under /usr/lib/ruby
+
+* Sun Mar 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-1vl1
+- build for VineSeed
+- disable python and mozilla
+- objprelink (i386 only)
+
+* Wed Nov 21 2001 Than Ngo <than@redhat.com> <bero@redhat.com> 2.2.2-1
+- 2.2.2
+- build kmozilla binding only on x86/alpha
+
+* Thu Aug  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-2
+- Make sure %%{name}-kmozilla isn't built on ia64
+
+* Mon Jul 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010723.2
+- Move python bindings to separate package
+- Add perl bindings
+- Shut up rpmlint
+
+* Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
+- 2.1
+
+* Sun Jan 28 2001 Bernhard Rosenkraenzer <bero@redhat.com>
+- initial RPM

+ 264 - 0
k/korundum/korundum-vl.spec

@@ -0,0 +1,264 @@
+%global ruby_lib %(ruby -rrbconfig -e 'puts RbConfig::CONFIG["rubylibdir"]')
+%global ruby_arch %(ruby -rrbconfig -e 'puts RbConfig::CONFIG["archdir"]')
+
+Name:    korundum
+Summary:  Ruby bindings for KDE
+Summary(ja): KDE の Ruby バインディング
+Version: 4.12.5
+Release: 1%{?_dist_release}
+
+License: LGPLv2+ and GPLv2+
+Group:   System Environment/Libraries
+URL:     https://techbase.kde.org/Development/Languages/Ruby
+
+Source0: http://download.kde.org/stable/%{version}/src/%{name}-%{version}.tar.xz
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: cmake
+BuildRequires: akonadi-devel
+BuildRequires: kate-devel >= %{version}
+BuildRequires: kdelibs4-devel >= %{version} 
+BuildRequires: kdepimlibs-devel >= %{version}
+BuildRequires: okular-devel >= %{version}
+BuildRequires: QtRuby-devel >= %{version}
+BuildRequires: ruby-devel >= 1.8
+BuildRequires: shared-desktop-ontologies-devel
+BuildRequires: smokekde-devel >= %{version}
+BuildRequires: smokeqt-devel >= %{version}
+BuildRequires: soprano-devel
+
+Requires: QtRuby >= %{version}
+Requires: smokekde >= %{version}
+Requires: smokeqt >= %{version}
+
+%description
+%{summary}.
+
+%package devel
+Summary: Development libraries for %{name} 
+Summary(ja): %{name} の開発用ファイル 
+Group:   Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+%{summary}.
+
+
+%prep
+%setup -q 
+
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+
+%cmake \
+    -DCMAKE_BUILD_TYPE=release \
+    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
+    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
+    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
+    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
+    -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
+    -DCUSTOM_RUBY_SITE_ARCH_DIR:PATH=%{ruby_arch} \
+    -DCUSTOM_RUBY_SITE_LIB_DIR:PATH=%{ruby_lib} \
+    ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files 
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING COPYING.LIB README
+%{_bindir}/krubyapplication
+%{ruby_lib}/KDE/
+%{ruby_lib}/akonadi/
+%{ruby_lib}/khtml/
+%{ruby_lib}/kio/
+%{ruby_lib}/ktexteditor/
+%{ruby_lib}/okular/
+%{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}/plasma_applet.so
+%{ruby_arch}/solid.so
+%{ruby_arch}/soprano.so
+%{ruby_arch}/nepomuk.so
+%{_libdir}/kde4/krubypluginfactory.so
+%{_datadir}/applications/kde4/dbpedia_references.desktop
+%{_datadir}/kde4/apps/dbpedia_references
+%{_datadir}/kde4/apps/plasma_applet_ruby_clock/
+%{_datadir}/kde4/apps/plasma_ruby_digital_clock/
+%{_datadir}/kde4/services/*.desktop
+
+%files devel
+%defattr(-,root,root,-)
+%{_bindir}/rbkconfig_compiler4
+
+%changelog
+* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.12.5-1
+- splitted from kdebindings
+
+* Thu Jun 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
+- new upstream release
+
+* Thu Apr 14 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
+- updated to 4.6.1
+- added BR: kdesdk-devel
+- disabled attica plugins temporaly
+- rebuilt with mono-2.10.1
+
+* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
+* Sat Sep 18 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
+- new upstream release
+- added Patch50
+- added more japanese summaries
+
+* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-1
+- new upstream release
+
+* Sun Jul  4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.5-1
+- new upstream release
+
+* Fri May  7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
+- new upstream release
+
+* Thu Apr 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
+- new upstream release
+
+* Tue Mar  9 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
+- new upstream release
+- added -DCMAKE_SKIP_RPATH:BOOL=OFF option to cmake
+  (see https://bugs.kde.org/show_bug.cgi?id=214824)
+- built with new toolchain
+
+* Wed Nov 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
+- new upstream release
+
+* Thu Oct 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-4
+- merged 4.3.1-2 %changelog 
+- re-define %%{mono_dir} to %{_prefix}/lib/mono (again)
+
+* Tue Oct 27 2009 Shu KONNO <owa@bg.wakwak.com> 4.3.2-3
+- use %%{_prefix}/lib for mono-dll (for x86_64)
+
+* Tue Oct 27 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-2
+- new upstream release
+- built with PyQt4-4.6
+
+* Sun Sep 06 2009 NAKAMURA Kenta <kenta@vinelinux.org> 4.3.1-2
+- define %%{mono_dir} to specify mono library install path
+
+* Sun Sep  6 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
+- new upstream release
+- fixed ruby modules installation path
+
+* Thu Aug 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-1
+- new upstream release
+- spilt sub package based on Fedora
+
+* Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
+- applied new versioning policy
+- added Patch1 
+  (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484191)
+
+* Fri Nov 23 2007 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.8-0vl3
+- added --with-qt-libraries option
+
+* Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
+- rebuild for VineSeed
+
+* Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
+- new upstream release
+
+* Mon Jun 25 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
+- rebuild for VineSeed
+
+* Thu May 31 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
+- new upstream release
+- update Patch0
+- drop Patch1
+
+* Mon Jan 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.6-0vl1
+- new upstream release
+- add Patch1
+- add --enable-libsuffix option
+
+* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
+- rebuild for VineSeed
+
+* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
+- new upstream release
+
+* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
+- rebuild for VineSeed
+
+* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
+- new upstream release
+
+* Thu Jun  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
+- rebuild for VineSeed
+
+* Thu Jun  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
+- new upstream release
+
+* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
+- rebuild for VineSeed
+
+* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
+- new upstream release
+
+* Wed Feb  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
+- rebuild for VineSeed
+
+* Wed Feb  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
+- new upstream release
+- renew BuildPrereq and build section
+- renew %%files
+- enable python
+- change spec to make main and devel package
+- add BuildPrereq: ruby ruby-devel
+- add Patch0 to install ruby-bindings under /usr/lib/ruby
+
+* Sun Mar 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-1vl1
+- build for VineSeed
+- disable python and mozilla
+- objprelink (i386 only)
+
+* Wed Nov 21 2001 Than Ngo <than@redhat.com> <bero@redhat.com> 2.2.2-1
+- 2.2.2
+- build kmozilla binding only on x86/alpha
+
+* Thu Aug  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-2
+- Make sure %%{name}-kmozilla isn't built on ia64
+
+* Mon Jul 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010723.2
+- Move python bindings to separate package
+- Add perl bindings
+- Shut up rpmlint
+
+* Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
+- 2.1
+
+* Sun Jan 28 2001 Bernhard Rosenkraenzer <bero@redhat.com>
+- initial RPM

+ 195 - 0
q/qwt/qwt-vl.spec

@@ -0,0 +1,195 @@
+%define _qt4_version %(pkg-config --modversion --silence-errors Qt 2>/dev/null || echo 4.8.6)
+%define _qt4_prefix %(pkg-config --variable prefix --silence-errors Qt 2>/dev/null || echo %{_libdir}/qt4)
+%define _qt4_libdir %(pkg-config --variable libdir --silence-errors Qt 2>/dev/null || echo %{_libdir})
+%define _qt4_headerdir %(pkg-config --variable headerdir --silence-errors Qt 2>/dev/null || echo %{_includedir})
+
+Name:    qwt
+Summary: Qt Widgets for Technical Applications
+Version: 5.2.2
+Release: 27%{?_dist_release}
+
+License: LGPLv2 with exceptions
+Group:   System Environment/Libraries
+URL:     http://qwt.sourceforge.net/
+
+Source:  http://downloads.sourceforge.net/qwt/qwt-%{version}.tar.bz2
+## upstreamable patches
+# use qt_install system paths
+Patch50: qwt-5.2.2-qt_install_paths.patch 
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: qt4-devel
+
+%description
+The Qwt library contains GUI Components and utility classes which are primarily
+useful for programs with a technical background.
+Besides a 2D plot widget it provides scales, sliders, dials, compasses,
+thermometers, wheels and knobs to control or display values, arrays
+or ranges of type double.
+
+%package qt4
+Summary: Qt Widgets for Technical Applications 
+Group: System Environment/Libraries
+Requires: qt4 >= %{_qt4_version}
+
+%description qt4 
+The Qwt library contains GUI Components and utility classes which are primarily
+useful for programs with a technical background.
+Besides a 2D plot widget it provides scales, sliders, dials, compasses,
+thermometers, wheels and knobs to control or display values, arrays
+or ranges of type double.
+
+%package qt4-devel
+Summary:  Development files for %{name}
+Group: Development/Libraries
+Requires: %{name}-qt4 = %{version}-%{release}
+
+%description qt4-devel
+%{summary}.
+
+%package doc
+Summary: Extra Developer documentation for %{name}
+Group: Documentation
+BuildArch: noarch
+
+%description doc
+%{summary}.
+
+%prep
+%setup -q -n qwt-%{version}
+%patch50 -p1 -b .qt_install_paths
+
+
+%build
+export QTDIR=%{_qt4_prefix}
+$QTDIR/bin/qmake CONFIG+=QwtSVGItem 
+
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install INSTALL_ROOT=%{buildroot}
+
+# fixup docs bogosity
+rm -rf _docs_to_include
+mkdir -p _docs_to_include
+mv %{buildroot}%{_qt4_docdir}/html \
+   _docs_to_include
+
+
+%post qt4 -p /sbin/ldconfig
+%postun qt4 -p /sbin/ldconfig
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files qt4
+%doc CHANGES COPYING README
+%{_qt4_libdir}/libqwt.so.5*
+%{_qt4_plugindir}/designer/libqwt5_designer_plugin.so
+
+%files qt4-devel
+%{_mandir}/man3/*
+%{_qt4_headerdir}/qwt5-qt4/
+%{_qt4_libdir}/libqwt.so
+%{_qt4_libdir}/pkgconfig/qwt.pc
+
+%files doc
+# own these to avoid needless dep on qt/qt-doc
+%doc _docs_to_include/html/*
+
+
+%changelog
+* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 5.2.2-27
+- Initial build for Vine Linux
+
+* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.2-26
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
+* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.2-25
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Tue Oct 29 2013 Rex Dieter <rdieter@fedoraproject.org> - 5.2.2-24
+- cleanup
+- rework to avoid CONFIG+=install-qt 
+
+* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.2-23
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.2-22
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Tue Aug 14 2012 Rex Dieter <rdieter@fedoraproject.org> 5.2.2-21
+- don't change soname, just libqwt.so symlink
+
+* Fri Aug 03 2012 Rex Dieter <rdieter@fedoraproject.org> 5.2.2-20
+- pkgconfig support
+- bump release to -20
+
+* Tue Jul 31 2012 Rex Dieter <rdieter@fedoraproject.org> 5.2.2-5
+- make parallel-installable with qwt6
+
+* Tue Jul 31 2012 Rex Dieter <rdieter@fedoraproject.org> 5.2.2-4
+- Provides: qwt5-qt4(-devel)
+- pkgconfig-style deps
+
+* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Sun Aug 07 2011 Rex Dieter <rdieter@fedoraproject.org> 5.2.2-1
+- 5.2.2
+
+* Thu Jul 14 2011 Rex Dieter <rdieter@fedoraproject.org> 5.2.1-3
+- .spec cosmetics
+- use %%_qt4_ macros
+- -doc subpkg here (instead of separately built)
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Fri Apr 16 2010 Frank Büttner <frank-buettner@gmx.net> - 5.2.1-1
+- update to 5.2.1 
+
+* Fri Feb 05 2010 Frank Büttner <frank-buettner@gmx.net> - 5.2.0-1
+- fix wrong lib names
+
+* Fri Feb 05 2010 Frank Büttner <frank-buettner@gmx.net> - 5.2.0-0
+- update to 5.2.0
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.1-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sun Jan 04 2009 Frank Büttner <frank-buettner@gmx.net> - 5.1.1-2
+ - modify path patch
+
+* Sun Jan 04 2009 Frank Büttner <frank-buettner@gmx.net> - 5.1.1-1
+ -update to 5.1.1
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5.0.2-6
+- Autorebuild for GCC 4.3
+
+* Sat Sep 29 2007 Frank Büttner <frank-buettner@gmx.net> - 5.0.2-5
+ - add EPEL support
+
+* Sat Sep 29 2007 Frank Büttner <frank-buettner@gmx.net> - 5.0.2-4
+- remove parallel build, because it will fail sometimes
+
+* Fri Sep 28 2007 Frank Büttner <frank-buettner@gmx.net> - 5.0.2-3
+- fix some errors in the spec file
+
+* Fri Jul 06 2007 Frank Büttner <frank-buettner@gmx.net> - 5.0.2-2
+- fix some errors in the spec file
+
+* Mon Jun 11 2007 Frank Büttner <frank-buettner@gmx.net> - 5.0.2-1
+- update to 5.0.2
+- split doc
+
+* Thu May 15 2007 Frank Büttner <frank-buettner@gmx.net> - 5.0.1-1
+ - start
+

+ 267 - 0
q/qyoto/qyoto-vl.spec

@@ -0,0 +1,267 @@
+%define _qt4_version %(pkg-config --modversion --silence-errors Qt 2>/dev/null || echo 4.8.6)
+
+%global monodir /usr/lib/mono
+
+Name:    qyoto 
+Summary: .NET/Mono bindings for the Qt libraries 
+Summary(ja): Qt ライブラリの .NET/Mono バインディング
+Version: 4.14.2
+Release: 1%{?_dist_release}
+
+# libqyoto LGPLv2+, mono bindings GPLv2+
+License: LGPLv2+ and GPLv2+
+Group:   System Environment/Libraries
+URL:     http://techbase.kde.org/Development/Languages/Qyoto
+
+Source0: http://download.kde.org/stable/%{version}/src/%{name}-%{version}.tar.xz
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: cmake
+BuildRequires: mono-devel
+BuildRequires: phonon-devel
+BuildRequires: qimageblitz-devel
+BuildRequires: qt4-devel
+#BuildRequires: pkgconfig(QtWebKit) 
+BuildRequires: qscintilla-devel
+BuildRequires: qwt-qt4-devel
+BuildRequires: smokeqt-devel >= %{version}
+BuildRequires: sqlite3-devel
+
+# common name some other distros use
+Provides: mono-qt = %{version}-%{release} 
+
+Requires: qt4 >= %{_qt4_version}
+Requires: smokeqt >= %{version}
+
+%{?mono_arches:ExclusiveArch: %{mono_arches}}
+
+%description
+%{summary}.
+
+%package devel
+Summary: Development libraries for %{name} 
+Summary(ja): %{name} の開発用ファイル 
+Group:   Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Provides: mono-qt-devel = %{version}-%{release}
+
+%description devel
+This package contains development files for the .NET/Mono bindings 
+for the Qt libraries.
+
+
+%prep
+%setup -q
+
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%cmake \
+    -DCMAKE_BUILD_TYPE=release \
+    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
+    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
+    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
+    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
+    -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
+    ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files 
+%doc AUTHORS COPYING README
+# LGPLv2+
+%{_libdir}/libqyoto.so.2*
+# bindings GPLv2+
+%{_libdir}/libqtscript-sharp.so
+%{_libdir}/libphonon-sharp.so
+%{_libdir}/libqttest-sharp.so
+%{_libdir}/libqtuitools-sharp.so
+%{_libdir}/libqtwebkit-sharp.so
+%{_libdir}/libqscintilla-sharp.so
+%{monodir}/gac/qt-dotnet/
+%{monodir}/gac/qtscript/
+%{monodir}/gac/qttest/
+%{monodir}/gac/qtuitools/
+%{monodir}/gac/qtwebkit/
+%{monodir}/gac/phonon/
+%{monodir}/gac/qscintilla/
+%{monodir}/qyoto/
+%dir %{_datadir}/qyoto/
+%{_datadir}/qyoto/key.snk
+
+%files devel
+%{_bindir}/csrcc
+%{_bindir}/uics
+%{_includedir}/qyoto/
+%{_libdir}/pkgconfig/qyoto.pc
+%{_libdir}/pkgconfig/qtwebkit-sharp.pc
+%{_libdir}/pkgconfig/qttest-sharp.pc
+%{_libdir}/pkgconfig/qtuitools-sharp.pc
+%{_libdir}/pkgconfig/qtscript-sharp.pc
+%{_libdir}/libqyoto.so
+%{_datadir}/qyoto/cmake/
+
+
+%changelog
+* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.14.2-1
+- splitted from kdebindings
+
+* Thu Jun 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
+- new upstream release
+
+* Thu Apr 14 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
+- updated to 4.6.1
+- added BR: kdesdk-devel
+- disabled attica plugins temporaly
+- rebuilt with mono-2.10.1
+
+* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
+* Sat Sep 18 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
+- new upstream release
+- added Patch50
+- added more japanese summaries
+
+* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-1
+- new upstream release
+
+* Sun Jul  4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.5-1
+- new upstream release
+
+* Fri May  7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
+- new upstream release
+
+* Thu Apr 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
+- new upstream release
+
+* Tue Mar  9 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
+- new upstream release
+- added -DCMAKE_SKIP_RPATH:BOOL=OFF option to cmake
+  (see https://bugs.kde.org/show_bug.cgi?id=214824)
+- built with new toolchain
+
+* Wed Nov 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
+- new upstream release
+
+* Thu Oct 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-4
+- merged 4.3.1-2 %changelog 
+- re-define %%{mono_dir} to %{_prefix}/lib/mono (again)
+
+* Tue Oct 27 2009 Shu KONNO <owa@bg.wakwak.com> 4.3.2-3
+- use %%{_prefix}/lib for mono-dll (for x86_64)
+
+* Tue Oct 27 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-2
+- new upstream release
+- built with PyQt4-4.6
+
+* Sun Sep 06 2009 NAKAMURA Kenta <kenta@vinelinux.org> 4.3.1-2
+- define %%{mono_dir} to specify mono library install path
+
+* Sun Sep  6 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
+- new upstream release
+- fixed ruby modules installation path
+
+* Thu Aug 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-1
+- new upstream release
+- spilt sub package based on Fedora
+
+* Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
+- applied new versioning policy
+- added Patch1 
+  (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484191)
+
+* Fri Nov 23 2007 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.8-0vl3
+- added --with-qt-libraries option
+
+* Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
+- rebuild for VineSeed
+
+* Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
+- new upstream release
+
+* Mon Jun 25 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
+- rebuild for VineSeed
+
+* Thu May 31 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
+- new upstream release
+- update Patch0
+- drop Patch1
+
+* Mon Jan 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.6-0vl1
+- new upstream release
+- add Patch1
+- add --enable-libsuffix option
+
+* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
+- rebuild for VineSeed
+
+* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
+- new upstream release
+
+* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
+- rebuild for VineSeed
+
+* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
+- new upstream release
+
+* Thu Jun  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
+- rebuild for VineSeed
+
+* Thu Jun  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
+- new upstream release
+
+* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
+- rebuild for VineSeed
+
+* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
+- new upstream release
+
+* Wed Feb  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
+- rebuild for VineSeed
+
+* Wed Feb  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
+- new upstream release
+- renew BuildPrereq and build section
+- renew %%files
+- enable python
+- change spec to make main and devel package
+- add BuildPrereq: ruby ruby-devel
+- add Patch0 to install ruby-bindings under /usr/lib/ruby
+
+* Sun Mar 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-1vl1
+- build for VineSeed
+- disable python and mozilla
+- objprelink (i386 only)
+
+* Wed Nov 21 2001 Than Ngo <than@redhat.com> <bero@redhat.com> 2.2.2-1
+- 2.2.2
+- build kmozilla binding only on x86/alpha
+
+* Thu Aug  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-2
+- Make sure %%{name}-kmozilla isn't built on ia64
+
+* Mon Jul 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010723.2
+- Move python bindings to separate package
+- Add perl bindings
+- Shut up rpmlint
+
+* Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
+- 2.1
+
+* Sun Jan 28 2001 Bernhard Rosenkraenzer <bero@redhat.com>
+- initial RPM

+ 224 - 0
s/smokegen/smokegen-vl.spec

@@ -0,0 +1,224 @@
+%define _qt4_version %(pkg-config --modversion --silence-errors Qt 2>/dev/null || echo 4.8.6)
+
+Name: smokegen
+Summary: Smoke Generator
+Version: 4.14.2
+Release: 1%{?_dist_release}
+
+License: LGPLv2 and GPLv2+
+Group: System Environment/Libraries
+URL: https://projects.kde.org/projects/kde/kdebindings/smoke 
+
+Source0: http://download.kde.org/stable/%{version}/src/%{name}-%{version}.tar.xz
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: cmake >= 2.8.8
+BuildRequires: qt4-devel
+Requires: qt4 >= %{_qt4_version}
+
+Conflicts: kdebindings < 4.7.0
+
+%description
+This package includes Smoke Generator.
+
+%package devel
+Summary: Development files for Smoke Generator
+Group: Development/Libraries
+Requires: qt4-devel
+Requires: %{name} = %{version}-%{release}
+Conflicts: kdebindings-devel < 4.7.0
+
+%description devel
+%{summary}.
+
+
+%prep
+%setup -q
+
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%cmake ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%doc COPYING COPYING.LIB README
+%{_libdir}/libsmokebase.so.3*
+
+%files devel
+%{_bindir}/smokeapi
+%{_bindir}/smokegen
+%{_libdir}/libcppparser.so
+%{_libdir}/libsmokebase.so
+%{_libdir}/smokegen/
+%{_includedir}/smoke.h
+%{_includedir}/smokegen/
+%{_datadir}/smoke/
+%{_datadir}/smokegen/
+
+
+%changelog
+* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.14.2-1
+- splitted from kdebindings
+
+* Thu Jun 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
+- new upstream release
+
+* Thu Apr 14 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
+- updated to 4.6.1
+- added BR: kdesdk-devel
+- disabled attica plugins temporaly
+- rebuilt with mono-2.10.1
+
+* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
+* Sat Sep 18 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
+- new upstream release
+- added Patch50
+- added more japanese summaries
+
+* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-1
+- new upstream release
+
+* Sun Jul  4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.5-1
+- new upstream release
+
+* Fri May  7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
+- new upstream release
+
+* Thu Apr 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
+- new upstream release
+
+* Tue Mar  9 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
+- new upstream release
+- added -DCMAKE_SKIP_RPATH:BOOL=OFF option to cmake
+  (see https://bugs.kde.org/show_bug.cgi?id=214824)
+- built with new toolchain
+
+* Wed Nov 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
+- new upstream release
+
+* Thu Oct 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-4
+- merged 4.3.1-2 %changelog 
+- re-define %%{mono_dir} to %{_prefix}/lib/mono (again)
+
+* Tue Oct 27 2009 Shu KONNO <owa@bg.wakwak.com> 4.3.2-3
+- use %%{_prefix}/lib for mono-dll (for x86_64)
+
+* Tue Oct 27 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-2
+- new upstream release
+- built with PyQt4-4.6
+
+* Sun Sep 06 2009 NAKAMURA Kenta <kenta@vinelinux.org> 4.3.1-2
+- define %%{mono_dir} to specify mono library install path
+
+* Sun Sep  6 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
+- new upstream release
+- fixed ruby modules installation path
+
+* Thu Aug 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-1
+- new upstream release
+- spilt sub package based on Fedora
+
+* Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
+- applied new versioning policy
+- added Patch1 
+  (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484191)
+
+* Fri Nov 23 2007 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.8-0vl3
+- added --with-qt-libraries option
+
+* Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
+- rebuild for VineSeed
+
+* Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
+- new upstream release
+
+* Mon Jun 25 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
+- rebuild for VineSeed
+
+* Thu May 31 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
+- new upstream release
+- update Patch0
+- drop Patch1
+
+* Mon Jan 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.6-0vl1
+- new upstream release
+- add Patch1
+- add --enable-libsuffix option
+
+* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
+- rebuild for VineSeed
+
+* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
+- new upstream release
+
+* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
+- rebuild for VineSeed
+
+* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
+- new upstream release
+
+* Thu Jun  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
+- rebuild for VineSeed
+
+* Thu Jun  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
+- new upstream release
+
+* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
+- rebuild for VineSeed
+
+* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
+- new upstream release
+
+* Wed Feb  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
+- rebuild for VineSeed
+
+* Wed Feb  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
+- new upstream release
+- renew BuildPrereq and build section
+- renew %%files
+- enable python
+- change spec to make main and devel package
+- add BuildPrereq: ruby ruby-devel
+- add Patch0 to install ruby-bindings under /usr/lib/ruby
+
+* Sun Mar 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-1vl1
+- build for VineSeed
+- disable python and mozilla
+- objprelink (i386 only)
+
+* Wed Nov 21 2001 Than Ngo <than@redhat.com> <bero@redhat.com> 2.2.2-1
+- 2.2.2
+- build kmozilla binding only on x86/alpha
+
+* Thu Aug  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-2
+- Make sure %%{name}-kmozilla isn't built on ia64
+
+* Mon Jul 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010723.2
+- Move python bindings to separate package
+- Add perl bindings
+- Shut up rpmlint
+
+* Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
+- 2.1
+
+* Sun Jan 28 2001 Bernhard Rosenkraenzer <bero@redhat.com>
+- initial RPM

+ 277 - 0
s/smokekde/smokekde-vl.spec

@@ -0,0 +1,277 @@
+Name: smokekde
+Version: 4.12.5
+Release: 1%{?_dist_release}
+Summary: Bindings for KDE libraries
+
+License: LGPLv2+
+Group:   System Environment/Libraries
+URL:     https://projects.kde.org/projects/kde/kdebindings/smoke 
+
+Source0: http://download.kde.org/stable/%{version}/src/%{name}-%{version}.tar.xz
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires: akonadi-devel
+BuildRequires: attica-devel
+BuildRequires: kate-devel >= %{version}
+BuildRequires: kdepimlibs-devel >= %{version}
+BuildRequires: okular-devel >= %{version}
+BuildRequires: smokegen-devel >= %{version}
+BuildRequires: smokeqt-devel >= %{version}
+BuildRequires: soprano-devel
+
+# versioned core/runtime deps
+# shouldn't we be using %%_kde4_version here?  -- rex
+Requires: kate-part >= %{version}
+Requires: okular-libs >= %{version}
+Requires: smokegen >= %{version}
+Requires: smokeqt >= %{version}
+
+Obsoletes: kdebindings < 4.7.0 
+
+%description
+This package includes bindings for KDE libraries.
+
+%package akonadi
+Summary: Akonadi runtime support for %{name}
+Group:   System Environment/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: kdepimlibs-akonadi >= %{version}
+
+%description akonadi
+%{summary}.
+
+%package devel
+Summary: Development files for %{name} 
+Summary(ja): %{name} の開発用ファイル 
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: %{name}-akonadi = %{version}-%{release}
+Requires: smokegen-devel
+Requires: smokeqt-devel
+Obsoletes: kdebindings-devel < 4.7.0
+
+%description devel
+%{summary}.
+
+
+%prep
+%setup -q
+
+
+%build
+rm -rf $RPM_BUILD_ROOT
+
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%cmake \
+    -DCMAKE_BUILD_TYPE=release \
+    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
+    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
+    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
+    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
+    -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
+    -Wno-dev \
+    ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%post akonadi -p /sbin/ldconfig
+%postun akonadi -p /sbin/ldconfig
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root)
+%doc AUTHORS COPYING.LIB
+%{_libdir}/libsmokeattica.so.3*
+%{_libdir}/libsmokekate.so.3*
+%{_libdir}/libsmokekdecore.so.3*
+%{_libdir}/libsmokekdeui.so.3*
+%{_libdir}/libsmokekfile.so.3*
+%{_libdir}/libsmokekhtml.so.3*
+%{_libdir}/libsmokekio.so.3*
+%{_libdir}/libsmokeknewstuff2.so.3*
+%{_libdir}/libsmokeknewstuff3.so.3*
+%{_libdir}/libsmokekparts.so.3*
+%{_libdir}/libsmokektexteditor.so.3*
+%{_libdir}/libsmokekutils.so.3*
+%{_libdir}/libsmokenepomuk.so.3*
+%{_libdir}/libsmokenepomukquery.so.3*
+%{_libdir}/libsmokeokular.so.3*
+%{_libdir}/libsmokeplasma.so.3*
+%{_libdir}/libsmokesolid.so.3*
+%{_libdir}/libsmokesoprano.so.3*
+%{_libdir}/libsmokesopranoclient.so.3*
+%{_libdir}/libsmokesopranoserver.so.3*
+
+%files akonadi
+%defattr(-,root,root)
+%{_libdir}/libsmokeakonadi.so.3*
+
+%files devel
+%defattr(-,root,root)
+%{_libdir}/libsmoke*.so
+%{_includedir}/smoke/*
+%{_datadir}/smokegen/*
+
+
+%changelog
+* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.12.5-1
+- splitted from kdebindings
+
+* Thu Jun 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
+- new upstream release
+
+* Thu Apr 14 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
+- updated to 4.6.1
+- added BR: kdesdk-devel
+- disabled attica plugins temporaly
+- rebuilt with mono-2.10.1
+
+* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
+* Sat Sep 18 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
+- new upstream release
+- added Patch50
+- added more japanese summaries
+
+* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-1
+- new upstream release
+
+* Sun Jul  4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.5-1
+- new upstream release
+
+* Fri May  7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
+- new upstream release
+
+* Thu Apr 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
+- new upstream release
+
+* Tue Mar  9 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
+- new upstream release
+- added -DCMAKE_SKIP_RPATH:BOOL=OFF option to cmake
+  (see https://bugs.kde.org/show_bug.cgi?id=214824)
+- built with new toolchain
+
+* Wed Nov 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
+- new upstream release
+
+* Thu Oct 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-4
+- merged 4.3.1-2 %changelog 
+- re-define %%{mono_dir} to %{_prefix}/lib/mono (again)
+
+* Tue Oct 27 2009 Shu KONNO <owa@bg.wakwak.com> 4.3.2-3
+- use %%{_prefix}/lib for mono-dll (for x86_64)
+
+* Tue Oct 27 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-2
+- new upstream release
+- built with PyQt4-4.6
+
+* Sun Sep 06 2009 NAKAMURA Kenta <kenta@vinelinux.org> 4.3.1-2
+- define %%{mono_dir} to specify mono library install path
+
+* Sun Sep  6 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
+- new upstream release
+- fixed ruby modules installation path
+
+* Thu Aug 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-1
+- new upstream release
+- spilt sub package based on Fedora
+
+* Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
+- applied new versioning policy
+- added Patch1 
+  (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484191)
+
+* Fri Nov 23 2007 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.8-0vl3
+- added --with-qt-libraries option
+
+* Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
+- rebuild for VineSeed
+
+* Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
+- new upstream release
+
+* Mon Jun 25 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
+- rebuild for VineSeed
+
+* Thu May 31 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
+- new upstream release
+- update Patch0
+- drop Patch1
+
+* Mon Jan 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.6-0vl1
+- new upstream release
+- add Patch1
+- add --enable-libsuffix option
+
+* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
+- rebuild for VineSeed
+
+* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
+- new upstream release
+
+* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
+- rebuild for VineSeed
+
+* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
+- new upstream release
+
+* Thu Jun  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
+- rebuild for VineSeed
+
+* Thu Jun  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
+- new upstream release
+
+* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
+- rebuild for VineSeed
+
+* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
+- new upstream release
+
+* Wed Feb  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
+- rebuild for VineSeed
+
+* Wed Feb  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
+- new upstream release
+- renew BuildPrereq and build section
+- renew %%files
+- enable python
+- change spec to make main and devel package
+- add BuildPrereq: ruby ruby-devel
+- add Patch0 to install ruby-bindings under /usr/lib/ruby
+
+* Sun Mar 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-1vl1
+- build for VineSeed
+- disable python and mozilla
+- objprelink (i386 only)
+
+* Wed Nov 21 2001 Than Ngo <than@redhat.com> <bero@redhat.com> 2.2.2-1
+- 2.2.2
+- build kmozilla binding only on x86/alpha
+
+* Thu Aug  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-2
+- Make sure %%{name}-kmozilla isn't built on ia64
+
+* Mon Jul 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010723.2
+- Move python bindings to separate package
+- Add perl bindings
+- Shut up rpmlint
+
+* Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
+- 2.1
+
+* Sun Jan 28 2001 Bernhard Rosenkraenzer <bero@redhat.com>
+- initial RPM

+ 244 - 0
s/smokeqt/smokeqt-vl.spec

@@ -0,0 +1,244 @@
+%define _qt4_version %(pkg-config --modversion --silence-errors Qt 2>/dev/null || echo 4.8.6)
+
+Name:    smokeqt
+Version: 4.14.2
+Release: 1%{?_dist_release}
+Summary: Bindings for Qt libraries
+
+License: LGPLv2+
+Group:   System Environment/Libraries
+URL:     https://projects.kde.org/projects/kde/kdebindings/smoke
+
+Source0: http://download.kde.org/stable/%{version}/src/%{name}-%{version}.tar.xz
+
+BuildRequires: cmake
+BuildRequires: phonon-devel
+BuildRequires: qimageblitz-devel
+BuildRequires: qt4-devel
+BuildRequires: qwt-qt4-devel
+BuildRequires: qscintilla-devel >= 2.4
+BuildRequires: smokegen-devel >= %{version}
+
+Conflicts: kdebindings < 4.7.0 
+
+Requires: qt4 >= %{_qt4_version}
+Requires: smokegen >= %{version}
+
+%description
+This package includes Bindings for Qt libraries.
+
+%package devel
+Summary: Development files for %{name} 
+Group:   Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: smokegen-devel 
+Conflicts: kdebindings-devel < 4.7.0 
+
+%description devel
+%{summary}.
+
+%prep
+%setup -q
+
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%cmake ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%doc AUTHORS COPYING.LIB
+%{_libdir}/libsmokephonon.so.3*
+%{_libdir}/libsmokeqimageblitz.so.3*
+%{_libdir}/libsmokeqsci.so.3*
+%{_libdir}/libsmokeqt3support.so.3*
+%{_libdir}/libsmokeqtcore.so.3*
+%{_libdir}/libsmokeqtdbus.so.3*
+%{_libdir}/libsmokeqtdeclarative.so.3*
+%{_libdir}/libsmokeqtgui.so.3*
+%{_libdir}/libsmokeqthelp.so.3*
+%{_libdir}/libsmokeqtmultimedia.so.3*
+%{_libdir}/libsmokeqtnetwork.so.3*
+%{_libdir}/libsmokeqtopengl.so.3*
+%{_libdir}/libsmokeqtscript.so.3*
+%{_libdir}/libsmokeqtsql.so.3*
+%{_libdir}/libsmokeqtsvg.so.3*
+%{_libdir}/libsmokeqttest.so.3*
+%{_libdir}/libsmokeqtuitools.so.3*
+%{_libdir}/libsmokeqtwebkit.so.3*
+%{_libdir}/libsmokeqtxml.so.3*
+%{_libdir}/libsmokeqtxmlpatterns.so.3*
+%{_libdir}/libsmokeqwt.so.3*
+
+%files devel
+%{_libdir}/libsmoke*.so
+%{_includedir}/smoke/*
+%{_datadir}/smokegen/*
+%{_datadir}/smoke/*
+
+
+%changelog
+* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.14.2-1
+- splitted from kdebindings
+
+* Thu Jun 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
+- new upstream release
+
+* Thu Apr 14 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
+- updated to 4.6.1
+- added BR: kdesdk-devel
+- disabled attica plugins temporaly
+- rebuilt with mono-2.10.1
+
+* Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
+* Sat Sep 18 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
+- new upstream release
+- added Patch50
+- added more japanese summaries
+
+* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.0-1
+- new upstream release
+
+* Sun Jul  4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.5-1
+- new upstream release
+
+* Fri May  7 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-1
+- new upstream release
+
+* Thu Apr 15 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.2-1
+- new upstream release
+
+* Tue Mar  9 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.1-1
+- new upstream release
+- added -DCMAKE_SKIP_RPATH:BOOL=OFF option to cmake
+  (see https://bugs.kde.org/show_bug.cgi?id=214824)
+- built with new toolchain
+
+* Wed Nov 25 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.3-1
+- new upstream release
+
+* Thu Oct 29 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-4
+- merged 4.3.1-2 %changelog 
+- re-define %%{mono_dir} to %{_prefix}/lib/mono (again)
+
+* Tue Oct 27 2009 Shu KONNO <owa@bg.wakwak.com> 4.3.2-3
+- use %%{_prefix}/lib for mono-dll (for x86_64)
+
+* Tue Oct 27 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-2
+- new upstream release
+- built with PyQt4-4.6
+
+* Sun Sep 06 2009 NAKAMURA Kenta <kenta@vinelinux.org> 4.3.1-2
+- define %%{mono_dir} to specify mono library install path
+
+* Sun Sep  6 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.1-1
+- new upstream release
+- fixed ruby modules installation path
+
+* Thu Aug 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.0-1
+- new upstream release
+- spilt sub package based on Fedora
+
+* Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
+- applied new versioning policy
+- added Patch1 
+  (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484191)
+
+* Fri Nov 23 2007 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.8-0vl3
+- added --with-qt-libraries option
+
+* Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
+- rebuild for VineSeed
+
+* Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
+- new upstream release
+
+* Mon Jun 25 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
+- rebuild for VineSeed
+
+* Thu May 31 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
+- new upstream release
+- update Patch0
+- drop Patch1
+
+* Mon Jan 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.6-0vl1
+- new upstream release
+- add Patch1
+- add --enable-libsuffix option
+
+* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
+- rebuild for VineSeed
+
+* Tue Oct  3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
+- new upstream release
+
+* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
+- rebuild for VineSeed
+
+* Wed Aug  2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
+- new upstream release
+
+* Thu Jun  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
+- rebuild for VineSeed
+
+* Thu Jun  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
+- new upstream release
+
+* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
+- rebuild for VineSeed
+
+* Wed Mar 22 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
+- new upstream release
+
+* Wed Feb  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl2
+- rebuild for VineSeed
+
+* Wed Feb  1 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.1-0vl1
+- new upstream release
+- renew BuildPrereq and build section
+- renew %%files
+- enable python
+- change spec to make main and devel package
+- add BuildPrereq: ruby ruby-devel
+- add Patch0 to install ruby-bindings under /usr/lib/ruby
+
+* Sun Mar 17 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.2.2-1vl1
+- build for VineSeed
+- disable python and mozilla
+- objprelink (i386 only)
+
+* Wed Nov 21 2001 Than Ngo <than@redhat.com> <bero@redhat.com> 2.2.2-1
+- 2.2.2
+- build kmozilla binding only on x86/alpha
+
+* Thu Aug  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-2
+- Make sure %%{name}-kmozilla isn't built on ia64
+
+* Mon Jul 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-0.cvs20010723.2
+- Move python bindings to separate package
+- Add perl bindings
+- Shut up rpmlint
+
+* Wed Feb 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
+- 2.1
+
+* Sun Jan 28 2001 Bernhard Rosenkraenzer <bero@redhat.com>
+- initial RPM