public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ktouch] epel10: import
@ 2026-08-04 19:52 Rex Dieter
  0 siblings, 0 replies; only message in thread
From: Rex Dieter @ 2026-08-04 19:52 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/ktouch
Branch : epel10
Commit : d2c9c065852df01694dfa81720da57739d196e2d
Author : Rex Dieter <rdieter@fedoraproject.org>
Date   : 2011-09-25T14:10:04-05:00
Stats  : +80/-0 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/ktouch/c/d2c9c065852df01694dfa81720da57739d196e2d?branch=epel10

Log:
import

---
diff --git a/.gitignore b/.gitignore
index e69de29..4d46ab1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ktouch-4.7.1.tar.bz2

diff --git a/ktouch.spec b/ktouch.spec
new file mode 100644
index 0000000..045dfc9
--- /dev/null
+++ b/ktouch.spec
@@ -0,0 +1,78 @@
+
+Name:    ktouch
+Summary: Touch Typing Tutor 
+Version: 4.7.1
+Release: 2%{?dist}
+
+License: GPLv2+
+URL:     https://projects.kde.org/projects/kde/kdeedu/%{name}
+Source0: http://download.kde.org/stable/%{version}/src/%{name}-%{version}.tar.bz2
+
+BuildRequires: desktop-file-utils
+BuildRequires: kdelibs4-devel >= %{version}
+
+Requires: kdebase-runtime%{?_kde4_version: >= %{_kde4_version}}
+
+# when split occurred
+Conflicts: kdeedu < 4.7.0-10
+
+%description
+%{summary}.
+
+
+%prep
+%setup -q
+
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kde4} ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+%find_lang %{name} --with-kde --without-mo
+
+
+%check
+desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/%{name}.desktop
+
+
+%post
+touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null || :
+
+%posttrans
+gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null || :
+gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
+fi
+
+%files -f %{name}.lang
+%doc AUTHORS COPYING
+%{_kde4_bindir}/ktouch
+%{_kde4_appsdir}/ktouch/
+%{_kde4_datadir}/applications/kde4/ktouch.desktop
+%{_kde4_datadir}/config.kcfg/ktouch.kcfg
+%{_kde4_iconsdir}/hicolor/*/*/ktouch.*
+%{_mandir}/man1/ktouch.*
+
+
+
+%changelog
+* Wed Sep 21 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-2
+- License: GPLv2+
+
+* Sat Sep 17 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.1-1
+- 4.7.1
+
+* Tue Aug 30 2011 Rex Dieter <rdieter@fedoraproject.org> 4.7.0-10
+- first try
+

diff --git a/sources b/sources
index e69de29..676c85e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f6b657df0b46190122148e9c418ae060  ktouch-4.7.1.tar.bz2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-04 19:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 19:52 [rpms/ktouch] epel10: import Rex Dieter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox