[packages/kf6-kpeople] - updated to 5.249.0; rel 0.1

witekfl witekfl at pld-linux.org
Sun Feb 4 15:36:37 CET 2024


commit dd0f83994a186c1fdaf1724fdad068cf944d7abb
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Sun Feb 4 14:53:21 2024 +0100

    - updated to 5.249.0; rel 0.1

 kf6-kpeople.spec | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 100 insertions(+)
---
diff --git a/kf6-kpeople.spec b/kf6-kpeople.spec
new file mode 100644
index 0000000..d069261
--- /dev/null
+++ b/kf6-kpeople.spec
@@ -0,0 +1,100 @@
+# Conditional build:
+%bcond_with	tests		# build without tests
+#
+%define		kdeframever	5.249.0
+%define		qtver		5.15.2
+%define		kfname		kpeople
+Summary:	Provides access to all contacts and the people who hold them
+Name:		kf6-%{kfname}
+Version:	5.249.0
+Release:	0.1
+License:	GPL v2+/LGPL v2.1+
+Group:		X11/Libraries
+Source0:	https://download.kde.org/unstable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
+# Source0-md5:	d4359ee9e445ff470435d3d377042414
+URL:		http://www.kde.org/
+BuildRequires:	Qt6Core-devel >= %{qtver}
+BuildRequires:	Qt6Gui-devel >= %{qtver}
+BuildRequires:	Qt6Network-devel >= %{qtver}
+BuildRequires:	Qt6Test-devel >= %{qtver}
+%if %{with tests}
+BuildRequires:	Qt6Gui-devel >= %{qtver}
+BuildRequires:	Qt6Widgets-devel >= %{qtver}
+%endif
+BuildRequires:	cmake >= 3.16
+BuildRequires:	kf6-extra-cmake-modules >= %{version}
+BuildRequires:	kf6-kcoreaddons-devel >= %{version}
+BuildRequires:	ninja
+BuildRequires:	qt6-build >= %{qtver}
+BuildRequires:	rpmbuild(macros) >= 1.164
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+Requires:	kf6-dirs
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Provides access to all contacts and the people who hold them.
+
+%package devel
+Summary:	Header files for %{kfname} development
+Summary(pl.UTF-8):	Pliki nagłówkowe dla programistów używających %{kfname}
+Group:		X11/Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for %{kfname} development.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe dla programistów używających %{kfname}.
+
+%prep
+%setup -q -n %{kfname}-%{version}
+
+%build
+%cmake -B build \
+	-G Ninja \
+	%{!?with_tests:-DBUILD_TESTING=OFF} \
+	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+
+%ninja_build -C build
+
+%{?with_tests:%ninja_build -C build test}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%ninja_install -C build
+
+%find_lang %{kfname}5 --all-name --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files -f %{kfname}5.lang
+%defattr(644,root,root,755)
+%doc README.md
+%{_datadir}/qlogging-categories6/kpeople.categories
+%attr(755,root,root) %{_libdir}/libKF6People.so.*.*.*
+%ghost %{_libdir}/libKF6People.so.6
+%attr(755,root,root) %{_libdir}/libKF6PeopleBackend.so.*.*.*
+%ghost %{_libdir}/libKF6PeopleBackend.so.6
+%attr(755,root,root) %{_libdir}/libKF6PeopleWidgets.so.*.*.*
+%ghost %{_libdir}/libKF6PeopleWidgets.so.6
+%dir %{_libdir}/qt6/plugins/kpeople
+%dir %{_libdir}/qt6/plugins/kpeople/datasource
+%attr(755,root,root) %{_libdir}/qt6/plugins/kpeople/datasource/KPeopleVCard.so
+%dir %{_libdir}/qt6/qml/org/kde/people
+%{_libdir}/qt6/qml/org/kde/people/qmldir
+%attr(755,root,root) %{_libdir}/qt6/qml/org/kde/people/libKF6PeopleDeclarative.so
+%{_datadir}/qlogging-categories6/kpeople.renamecategories
+
+%files devel
+%defattr(644,root,root,755)
+%{_libdir}/libKF6People.so
+%{_libdir}/libKF6PeopleBackend.so
+%{_libdir}/libKF6PeopleWidgets.so
+%{_includedir}/KF6/KPeople
+%{_libdir}/cmake/KF6People
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf6-kpeople.git/commitdiff/dd0f83994a186c1fdaf1724fdad068cf944d7abb



More information about the pld-cvs-commit mailing list