public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rex Dieter <rdieter@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/ktouch] epel10: import
Date: Tue, 04 Aug 2026 19:52:38 GMT [thread overview]
Message-ID: <178587315885.1.1970895051096364114.rpms-ktouch-d2c9c065852d@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-04 19:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178587315885.1.1970895051096364114.rpms-ktouch-d2c9c065852d@fedoraproject.org \
--to=rdieter@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox