]> git.pld-linux.org Git - packages/kf6-kholidays.git/commitdiff
- updated to 6.0.0
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 2 Mar 2024 17:17:39 +0000 (18:17 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 2 Mar 2024 17:17:39 +0000 (18:17 +0100)
kf6-kholidays.spec

index be660f97142d45c639f70c5c58625a6f58e53750..2f26b2b5ef6265a3d640092a735deeacb9213aa1 100644 (file)
@@ -3,18 +3,18 @@
 %bcond_with    tests           # build with tests
 # TODO:
 # - runtime Requires if any
-%define                kdeframever     5.249.0
+%define                kdeframever     6.0
 %define                qtver           5.15.2
 %define                kfname          kholidays
 
 Summary:       kholidays
 Name:          kf6-%{kfname}
-Version:       5.249.0
-Release:       0.1
+Version:       6.0.0
+Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Libraries
-Source0:       https://download.kde.org/unstable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 56eff1e0a5dac9760c26776dda3443d1
+Source0:       https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
+# Source0-md5: 10b15c95f371c54f21e4cc49a305b9f6
 URL:           http://www.kde.org/
 BuildRequires: Qt6Core-devel >= %{qtver}
 BuildRequires: Qt6Test-devel >= %{qtver}
@@ -79,9 +79,9 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{kfname}6_qt.lang
 %defattr(644,root,root,755)
 %{_libdir}/libKF6Holidays.so.6
-%{_libdir}/libKF6Holidays.so.5.*.*
+%attr(755,root,root) %{_libdir}/libKF6Holidays.so.*.*
 %dir %{_libdir}/qt6/qml/org/kde/kholidays
-%{_libdir}/qt6/qml/org/kde/kholidays/libkholidaysdeclarativeplugin.so
+%attr(755,root,root) %{_libdir}/qt6/qml/org/kde/kholidays/libkholidaysdeclarativeplugin.so
 %{_libdir}/qt6/qml/org/kde/kholidays/qmldir
 %{_datadir}/qlogging-categories6/kholidays.categories
 %{_libdir}/qt6/qml/org/kde/kholidays/kde-qmlmodule.version
This page took 0.200716 seconds and 4 git commands to generate.