public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Vasiliy Glazov <vascom2@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/kommit] epel10: Initial commit.
Date: Tue, 04 Aug 2026 19:33:26 GMT [thread overview]
Message-ID: <178587200665.1.6216190304059124026.rpms-kommit-e424035b19aa@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/kommit
Branch : epel10
Commit : e424035b19aaf6febd491acca07cf3af01344d5f
Author : Vasiliy Glazov <vascom2@gmail.com>
Date : 2023-03-30T20:18:58+03:00
Stats : +83/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/kommit/c/e424035b19aaf6febd491acca07cf3af01344d5f?branch=epel10
Log:
Initial commit.
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f79d7bd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/kommit-v1.0.1.tar.bz2
diff --git a/kommit.spec b/kommit.spec
new file mode 100644
index 0000000..0e52330
--- /dev/null
+++ b/kommit.spec
@@ -0,0 +1,81 @@
+Name: kommit
+Version: 1.0.1
+Release: 1%{?dist}
+Summary: Git gui client for KDE
+
+License: GPL-3.0-or-later AND GPL-2.0-or-later AND BSD-3-Clause
+URL: https://apps.kde.org/kommit/
+Source0: https://invent.kde.org/sdk/kommit/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
+
+BuildRequires: gcc-c++
+BuildRequires: cmake
+BuildRequires: extra-cmake-modules
+BuildRequires: desktop-file-utils
+BuildRequires: libappstream-glib
+BuildRequires: qt5-qtbase-devel
+BuildRequires: kf5-kconfigwidgets-devel
+BuildRequires: kf5-kcoreaddons-devel
+BuildRequires: kf5-kcrash-devel
+BuildRequires: kf5-kdbusaddons-devel
+BuildRequires: kf5-kdoctools-devel
+BuildRequires: kf5-ki18n-devel
+BuildRequires: kf5-kxmlgui-devel
+BuildRequires: kf5-kio-devel
+BuildRequires: kf5-ktextwidgets-devel
+BuildRequires: kf5-ktexteditor-devel
+BuildRequires: kf5-syntax-highlighting-devel
+
+Requires: kf5-filesystem
+Requires: hicolor-icon-theme
+
+Provides: gitklient = %{version}-%{release}
+Obsoletes: gitklient < 1.0
+
+%description
+Git gui client for KDE.
+
+%prep
+%autosetup -n %{name}-v%{version}
+
+
+%build
+%cmake
+%cmake_build
+
+
+%install
+%cmake_install
+%find_lang %{name}
+
+
+%check
+desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
+appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml
+
+
+%files -f %{name}.lang
+%license COPYING LICENSE
+%doc README.md
+%{_bindir}/%{name}
+%{_bindir}/%{name}diff
+%{_bindir}/%{name}merge
+%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml
+%{_libdir}/lib%{name}.so.0
+%{_libdir}/lib%{name}.so.0.4.0
+%{_libdir}/lib%{name}diff.so.0
+%{_libdir}/lib%{name}diff.so.0.4.0
+%{_libdir}/lib%{name}gui.so.0
+%{_libdir}/lib%{name}gui.so.0.4.0
+%{_libdir}/qt5/plugins/kf5/kfileitemaction/%{name}itemaction.so
+%{_libdir}/qt5/plugins/kf5/overlayicon/%{name}overlayplugin.so
+%{_datadir}/applications/*.desktop
+%{_datadir}/icons/hicolor/*/apps/%{name}.png
+%{_datadir}/icons/hicolor/scalable/actions/*.svg
+%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
+%{_datadir}/qlogging-categories5/kommit.categories
+%{_defaultdocdir}/HTML/en/%{name}
+
+
+%changelog
+* Thu Mar 30 2023 Vasiliy Glazov <vascom2@gmail.com> 1.0.1-1
+- renaming of gitklient
diff --git a/sources b/sources
new file mode 100644
index 0000000..85230ad
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (kommit-v1.0.1.tar.bz2) = 655e072a7b111dfbb5c782e254abefcce7d892df3d50b0e77f009766b59fd1a8b387fb522795a895a3308e5d63eb506e981564e89ea13c41323a06d3c7133e29
reply other threads:[~2026-08-04 19:33 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=178587200665.1.6216190304059124026.rpms-kommit-e424035b19aa@fedoraproject.org \
--to=vascom2@gmail.com \
--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