public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ktouch] epel10: cleanup, source0 snippet
@ 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 : 8c20f1c33c7745a9fc94be48ff8b0d0c8dd38a51
Author : Rex Dieter <rdieter@fedoraproject.org>
Date   : 2012-01-24T08:22:28-06:00
Stats  : +8/-7 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/ktouch/c/8c20f1c33c7745a9fc94be48ff8b0d0c8dd38a51?branch=epel10

Log:
cleanup, source0 snippet

---
diff --git a/.gitignore b/.gitignore
index 07f765b..514413b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,2 @@
-/ktouch-4.7.3.tar.bz2
-/ktouch-4.7.80.tar.bz2
-/ktouch-4.7.90.tar.bz2
-/ktouch-4.7.95.tar.bz2
-/ktouch-4.7.97.tar.bz2
+/ktouch-4.7.4.tar.bz2
 /ktouch-4.8.0.tar.bz2

diff --git a/ktouch.spec b/ktouch.spec
index 79b65c7..cccfaa6 100644
--- a/ktouch.spec
+++ b/ktouch.spec
@@ -6,7 +6,13 @@ Release: 1%{?dist}
 
 License: GPLv2+
 URL:     https://projects.kde.org/projects/kde/kdeedu/%{name}
-Source0: http://download.kde.org/unstable/%{version}/src/%{name}-%{version}.tar.bz2
+%global revision %(echo %{version} | cut -d. -f3)
+%if %{revision} >= 50
+%global stable unstable
+%else
+%global stable stable
+%endif
+Source0: http://download.kde.org/%{stable}/%{version}/src/%{name}-%{version}.tar.bz2
 
 BuildRequires: desktop-file-utils
 BuildRequires: kdelibs4-devel >= %{version}
@@ -65,7 +71,6 @@ fi
 %{_mandir}/man1/ktouch.*
 
 
-
 %changelog
 * Sun Jan 22 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.8.0-1
 - 4.8.0

^ 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: cleanup, source0 snippet Rex Dieter

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