Browse Source

update: kdebindings

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3464 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 13 years ago
parent
commit
5c01137eb7
1 changed files with 14 additions and 4 deletions
  1. 14 4
      k/kdebindings/kdebindings-vl.spec

+ 14 - 4
k/kdebindings/kdebindings-vl.spec

@@ -8,7 +8,7 @@
 %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.6.3)
+%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}
@@ -26,8 +26,8 @@
 Name: kdebindings
 Summary: KDE bindings to non-C++ languages.
 Summary(ja): C++ 言語以外の KDE バインディング集
-Version: 4.5.1
-Release: 2%{?_dist_release}
+Version: 4.6.1
+Release: 1%{?_dist_release}
 
 # http://techbase.kde.org/Policies/Licensing_Policy
 License: LGPLv2+
@@ -46,6 +46,7 @@ BuildRequires:  kdebase-workspace-devel >= %{version}
 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
@@ -280,7 +281,7 @@ KDE 4 の Kross アーキテクチャ向け falcon プラグインです.
 
 %prep
 %setup -q -n kdebindings-%{version}
-%patch50 -p1 -b .RUBY_VERSION
+#patch50 -p1 -b .RUBY_VERSION
 
 %build
 mkdir -p %{_target_platform}
@@ -319,6 +320,7 @@ unset QTDIR || : ; . /etc/profile.d/qt4.sh
   %endif
   %if %{smoke}
     -DENABLE_SMOKE=ON \
+    -DDISABLE_Attica=TRUE \
   %else
     -DBUILD_smoke=OFF \
   %endif
@@ -500,6 +502,7 @@ fi
 %{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
@@ -525,6 +528,7 @@ fi
 %defattr(-,root,root,-)
 %{ruby_lib}/Qt/
 %{ruby_lib}/Qt*.rb
+%{ruby_lib}/qtdeclarative/
 %{ruby_lib}/qtscript/
 %{ruby_lib}/qttest/
 %{ruby_lib}/qtuitools/
@@ -569,6 +573,12 @@ fi
 %endif
 
 %changelog
+* 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