[packages/ka6-kpimtextedit] - descriptions, cleanup
qboosh
qboosh at pld-linux.org
Mon Oct 28 21:43:16 CET 2024
commit 615b4a0818c06670c93a23eb2bb720fdcb385e04
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Oct 28 21:35:22 2024 +0100
- descriptions, cleanup
ka6-kpimtextedit.spec | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/ka6-kpimtextedit.spec b/ka6-kpimtextedit.spec
index e1b1118..bbc92e3 100644
--- a/ka6-kpimtextedit.spec
+++ b/ka6-kpimtextedit.spec
@@ -1,11 +1,13 @@
#
# Conditional build:
-%bcond_with tests # build with tests
+%bcond_with tests # test suite
+
%define kdeappsver 24.08.2
%define kframever 5.94.0
%define qtver 5.15.2
%define kaname kpimtextedit
-Summary: kpimtextedit
+Summary: KPIMTextedit - a textedit with PIM-specific features
+Summary(pl.UTF-8): KPIMTextedit - pole edycji tekstu z funkcjami specyficznymi dla PIM
Name: ka6-%{kaname}
Version: 24.08.2
Release: 2
@@ -13,7 +15,7 @@ License: GPL v2+/LGPL v2.1+
Group: X11/Libraries
Source0: https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
# Source0-md5: 33ae0c688676e882209b603faa0b8d74
-URL: http://www.kde.org/
+URL: https://kde.org/
BuildRequires: Qt6Core-devel >= %{qtver}
BuildRequires: Qt6Designer-devel
BuildRequires: Qt6Gui-devel
@@ -48,7 +50,11 @@ Obsoletes: ka5-%{kaname} < %{version}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Kpimtextedit.
+KPIMTextedit provides a textedit with PIM-specific features.
+
+%description -l pl.UTF-8
+KPIMTextedit dostarcza pole edycji tekstu z funkcjami specyficznymi
+dla PIM.
%package devel
Summary: Header files for %{kaname} development
@@ -72,15 +78,16 @@ Pliki nagłówkowe dla programistów używających %{kaname}.
%{!?with_tests:-DBUILD_TESTING=OFF} \
-DKDE_INSTALL_DOCBUNDLEDIR=%{_kdedocdir} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+
%ninja_build -C build
%if %{with tests}
ctest --test-dir build
%endif
-
%install
rm -rf $RPM_BUILD_ROOT
+
%ninja_install -C build
%find_lang %{kaname} --all-name --with-kde
@@ -99,6 +106,6 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(644,root,root,755)
+%{_libdir}/libKPim6TextEdit.so
%{_includedir}/KPim6/KPIMTextEdit
%{_libdir}/cmake/KPim6TextEdit
-%{_libdir}/libKPim6TextEdit.so
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ka6-kpimtextedit.git/commitdiff/615b4a0818c06670c93a23eb2bb720fdcb385e04
More information about the pld-cvs-commit
mailing list