]> git.pld-linux.org Git - packages/ka5-kanagram.git/commitdiff
- updated to 22.12.1 auto/th/ka5-kanagram-22.12.1-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Fri, 6 Jan 2023 16:42:35 +0000 (17:42 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Fri, 6 Jan 2023 16:42:35 +0000 (17:42 +0100)
ka5-kanagram.spec

index 0f26c3cda6d09e299e9f577478f214304446d559..e08134cae94c48f25a3e0741feb68972cd9bdd09 100644 (file)
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeappsver      22.12.0
+%define                kdeappsver      22.12.1
 %define                kframever       5.94.0
 %define                qtver           5.15.2
 %define                kaname          kanagram
 Summary:       kanagram
 Name:          ka5-%{kaname}
-Version:       22.12.0
-Release:       2
+Version:       22.12.1
+Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Applications/Games
 Source0:       https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: a45d803f8276269e2769fc21004caee7
+# Source0-md5: 3690cc405e96fcb7194a952fc4854fd3
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
@@ -42,6 +42,7 @@ BuildRequires:        shared-mime-info
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 Requires:      Qt5MultimediaQuick
+Requires:      %{name}-data = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -67,6 +68,18 @@ Właściwości
 • Dystrybucja listy słów przez KNewStuff • Skalowalny interfejs
 użytkownika odpowiedni dla dzieci
 
+%package data
+Summary:       Data files for %{kaname}
+Summary(pl.UTF-8):     Dane dla %{kaname}
+Group:         X11/Applications/Games
+BuildArch:     noarch
+
+%description data
+Data files for %{kaname}.
+
+%description data -l pl.UTF-8
+Dane dla %{kaname}.
+
 %prep
 %setup -q -n %{kaname}-%{version}
 
@@ -96,9 +109,12 @@ rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 
-%files -f %{kaname}.lang
+%files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/kanagram
+
+%files data -f %{kaname}.lang
+%defattr(644,root,root,755)
 %{_desktopdir}/org.kde.kanagram.desktop
 %{_datadir}/config.kcfg/kanagram.kcfg
 %{_iconsdir}/hicolor/128x128/apps/kanagram.png
This page took 0.295812 seconds and 4 git commands to generate.