]> git.pld-linux.org Git - packages/kde4-kopete.git/blobdiff - kde4-kopete.spec
- rel 9; build without libjingle as it's old/obsolete and doesn't even build with...
[packages/kde4-kopete.git] / kde4-kopete.spec
index 33612d0a349a6e15ea0e9a5a1f3ba752b0705a43..87ff56ece3fdaec6e300f070562c1f9e606c7fa9 100644 (file)
@@ -8,18 +8,22 @@
 Summary:       Multi-protocol plugin-based instant messenger
 Summary(pl.UTF-8):     Komunikator obsługujący wiele protokołów
 Name:          kde4-kopete
-Version:       4.14.2
-Release:       1
+Version:       4.14.3
+Release:       9
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       http://download.kde.org/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
-# Source0-md5: 3614485e8d3dbe56ec4b69e4a67a2991
+# Source0-md5: d05e478101292ebb08da2af00d1329ab
 Patch0:                %{name}-FindLibgadu.patch
 Patch1:                linphone-fix.patch
+Patch2:                mediastreamer.patch
+Patch3:                gcc6.patch
+Patch4:                macros.patch
 URL:           http://www.kde.org/
 BuildRequires: cmake >= 2.8.0
 BuildRequires: kde4-kdebase-devel >= %{version}
 BuildRequires: kde4-kdepim-devel >= 4.14.0-2
+BuildRequires: kde4-kdepimlibs-devel >= 4.14.0-2
 BuildRequires: jsoncpp-devel
 BuildRequires: libgadu-devel >= 1.8.0
 BuildRequires: libktorrent-devel >= 1.0.2
@@ -139,11 +143,15 @@ do kopete.
 %setup -q -n %{orgname}-%{version}
 %patch0 -p1
 #%patch1 -p2
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
 install -d build
 cd build
 %cmake \
+       -DWITH_libjingle=OFF \
        -DMOZPLUGIN_INSTALL_DIR=%{_browserpluginsdir} \
        ../
 
@@ -173,7 +181,6 @@ fi
 
 %files -f kopete.lang
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/libjingle-call
 %attr(755,root,root) %{_bindir}/kopete
 %attr(755,root,root) %{_bindir}/kopete_latexconvert.sh
 %attr(755,root,root) %{_bindir}/winpopup-install
This page took 0.061782 seconds and 4 git commands to generate.