]> git.pld-linux.org Git - packages/telepathy-qt4.git/commitdiff
Revert "- updated to 0.9.8" here for qt4 support; update moved to telepathy-qt5.spec
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Feb 2021 07:22:29 +0000 (08:22 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 27 Feb 2021 07:22:29 +0000 (08:22 +0100)
This reverts commit 7b494749b266da984436556e9f9facf42fc71c73.

telepathy-qt4.spec

index e3488a26fbb81fe6234733bbdfccf6ce82d3aecf..121928c3d749372c7d257b349b43d64caccc9691 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_with    qt4     # Qt4 interface
+%bcond_without qt4     # Qt4 interface
 %bcond_without qt5     # Qt5 interface
 
 # "telepathy_qt" name is occupied by earlier work under the same name from different project;
 Summary:       Library for Qt4-based Telepathy clients
 Summary(pl.UTF-8):     Biblioteka dla klientów Telepathy opartych na Qt4
 Name:          telepathy-qt4
-Version:       0.9.8
+Version:       0.9.7
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       https://telepathy.freedesktop.org/releases/telepathy-qt/%{orgname}-%{version}.tar.gz
-# Source0-md5: 2d55d477778ff7be9115746759bc398f
+# Source0-md5: 86470dd3d7f6de8b8f4f36165486d42f
 Patch0:                telepathy-qt-warnings.patch
 Patch1:                telepathy-qt-qt4.patch
 Patch2:                telepathy-qt-link.patch
@@ -139,8 +139,8 @@ Pliki nagłówkowe biblioteki telepathy-qt5.
 %prep
 %setup -q -n %{orgname}-%{version}
 %patch0 -p1
-#%%patch1 -p1
-#%%patch2 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 %if %{with qt4}
@@ -228,7 +228,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libtelepathy-qt5-farstream.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libtelepathy-qt5-farstream.so.0
 %attr(755,root,root) %{_libdir}/libtelepathy-qt5-service.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libtelepathy-qt5-service.so.1
+%attr(755,root,root) %ghost %{_libdir}/libtelepathy-qt5-service.so.0
 
 %files -n telepathy-qt5-devel
 %defattr(644,root,root,755)
This page took 0.086297 seconds and 4 git commands to generate.