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

index e21a34d6ad21692231ae94bcfc4d201151e7d632..625c87f8c61c695179b01590a18df9343fa80e1b 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          ktouch
 Summary:       ktouch
 Name:          ka5-%{kaname}
-Version:       22.12.0
-Release:       2
+Version:       22.12.1
+Release:       1
 License:       GPL v2+/LGPL v2.1+
-Group:         X11/Libraries
+Group:         X11/Applications
 Source0:       https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 434911d62c0a69c443211a213d94096f
+# Source0-md5: 1b7d6cf890fa0a510c53c6ce4bacb540
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel
@@ -51,6 +51,7 @@ BuildRequires:        tar >= 1:1.22
 BuildRequires: xorg-lib-libxkbfile-devel
 BuildRequires: xz
 BuildRequires: zlib-devel
+Requires:      %{name}-data = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -66,6 +67,18 @@ klawisze, które ma naciskać. Zaczynając od kilku klawiszy do
 zapamiętania, będziesz rozwijał swoje umiejętności przez różne
 poziomy treningu, gdzie będą wprowadzane dodatkowe klawisze.
 
+%package data
+Summary:       Data files for %{kaname}
+Summary(pl.UTF-8):     Dane dla %{kaname}
+Group:         X11/Applications
+BuildArch:     noarch
+
+%description data
+Data files for %{kaname}.
+
+%description data -l pl.UTF-8
+Dane dla %{kaname}.
+
 %prep
 %setup -q -n %{kaname}-%{version}
 
@@ -94,9 +107,12 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f %{kaname}.lang
+%files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/ktouch
+
+%files data -f %{kaname}.lang
+%defattr(644,root,root,755)
 %{_desktopdir}/org.kde.ktouch.desktop
 %{_datadir}/config.kcfg/ktouch.kcfg
 %{_iconsdir}/hicolor/128x128/apps/ktouch.png
This page took 0.455742 seconds and 4 git commands to generate.