[packages/kf5-syndication] Revert "- updated to 5.249.0; rel 0.1"

witekfl witekfl at pld-linux.org
Thu Mar 14 17:34:48 CET 2024


commit 2038f87a4355e7cd42206dbb4cd93979fc31a3a9
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Thu Mar 14 16:09:42 2024 +0100

    Revert "- updated to 5.249.0; rel 0.1"
    
    This reverts commit a621eb5349ebd5540cbbf2033ceb06bfeb46f67c.

 kf5-syndication.spec | 39 ++++++++++++++++++++-------------------
 1 file changed, 20 insertions(+), 19 deletions(-)
---
diff --git a/kf5-syndication.spec b/kf5-syndication.spec
index fcad0f1..d624150 100644
--- a/kf5-syndication.spec
+++ b/kf5-syndication.spec
@@ -1,23 +1,23 @@
 #
 # Conditional build:
 %bcond_with	tests		# build with tests
-%define		kdeframever	5.249.0
+%define		kdeframever	5.114
 %define		qtver		5.15.2
 %define		kfname		syndication
 
 Summary:	syndication
 Name:		kf5-%{kfname}
-Version:	5.249.0
-Release:	0.1
+Version:	5.114.0
+Release:	1
 License:	LGPL v2.1+
 Group:		X11/Libraries
-Source0:	https://download.kde.org/unstable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5:	c7c8be52049013dcaf131ee2e7d08403
+Source0:	https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
+# Source0-md5:	2e8fa5e9186c1d7bb8d9684c8941ccc6
 URL:		http://www.kde.org/
-BuildRequires:	Qt6Core-devel >= %{qtver}
-BuildRequires:	Qt6Network-devel >= %{qtver}
-BuildRequires:	Qt6Test-devel >= %{qtver}
-BuildRequires:	Qt6Xml-devel >= %{qtver}
+BuildRequires:	Qt5Core-devel >= %{qtver}
+BuildRequires:	Qt5Network-devel >= %{qtver}
+BuildRequires:	Qt5Test-devel >= %{qtver}
+BuildRequires:	Qt5Xml-devel >= %{qtver}
 BuildRequires:	cmake >= 3.16
 BuildRequires:	kf5-extra-cmake-modules >= %{version}
 BuildRequires:	kf5-kcodecs-devel >= %{version}
@@ -25,12 +25,12 @@ BuildRequires:	ninja
 BuildRequires:	rpmbuild(macros) >= 1.736
 BuildRequires:	tar >= 1:1.22
 BuildRequires:	xz
-Requires:	Qt6Core >= %{qtver}
-Requires:	Qt6Xml >= %{qtver}
+Requires:	Qt5Core >= %{qtver}
+Requires:	Qt5Xml >= %{qtver}
 Requires:	kf5-dirs
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		qt6dir		%{_libdir}/qt6
+%define		qt5dir		%{_libdir}/qt5
 
 %description
 An RSS/Atom parser library.
@@ -76,13 +76,14 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README.md
-%{_datadir}/qlogging-categories6/syndication.categories
-%ghost %{_libdir}/libKF6Syndication.so.6
-%attr(755,root,root) %{_libdir}/libKF6Syndication.so.5.*.*
-%{_datadir}/qlogging-categories6/syndication.renamecategories
+%{_datadir}/qlogging-categories5/syndication.categories
+%ghost %{_libdir}/libKF5Syndication.so.5
+%attr(755,root,root) %{_libdir}/libKF5Syndication.so.5.*.*
+%{_datadir}/qlogging-categories5/syndication.renamecategories
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/KF6/Syndication
-%{_libdir}/cmake/KF6Syndication
-%{_libdir}/libKF6Syndication.so
+%{_includedir}/KF5/Syndication
+%{_libdir}/cmake/KF5Syndication
+%{_libdir}/libKF5Syndication.so
+%{_libdir}/qt5/mkspecs/modules/qt_Syndication.pri
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-syndication.git/commitdiff/dd1b4583644e9bbd6f41560811ea9f4dd7828c6a



More information about the pld-cvs-commit mailing list