public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kmime] rawhide: Hacked kmime so it's co-installable with kf6-kmime
@ 2026-08-01 17:14 Steve Cossette
0 siblings, 0 replies; only message in thread
From: Steve Cossette @ 2026-08-01 17:14 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/kmime
Branch : rawhide
Commit : c0740067dcb45bb0a09571f43b3ffa40a9422ba4
Author : Steve Cossette <farchord@gmail.com>
Date : 2026-08-01T13:13:51-04:00
Stats : +10/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/kmime/c/c0740067dcb45bb0a09571f43b3ffa40a9422ba4?branch=rawhide
Log:
Hacked kmime so it's co-installable with kf6-kmime
---
diff --git a/kmime.spec b/kmime.spec
index 3ebbdba..1c33d9a 100644
--- a/kmime.spec
+++ b/kmime.spec
@@ -1,6 +1,6 @@
Name: kmime
Version: 26.04.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: The KMime Library
License: BSD-3-Clause AND CC0-1.0 AND LGPL-2.0-only AND LGPL-2.0-or-later
@@ -50,11 +50,16 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
%install
%cmake_install
+
+# Deleting some optional/inconsequential files so this package co-installs with
+# kf6-kmime
+rm -f %{buildroot}%{_kf6_datadir}/locale/ug/LC_MESSAGES/libkmime6_qt.qm
+rm -f %{buildroot}%{_kf6_datadir}/qlogging-categories6/kmime.categories
+
%find_lang libkmime6 --with-qt
%files -f libkmime6.lang
%license LICENSES/*
-%{_kf6_datadir}/qlogging-categories6/%{name}.*
%{_kf6_libdir}/libKPim6Mime.so.*
%files devel
@@ -65,6 +70,9 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
%files doc
%changelog
+* Sat Aug 01 2026 Steve Cossette <farchord@gmail.com> - 26.04.3-3
+- Fix for co-installability with kf6-kmime
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 26.04.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-01 17:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-01 17:14 [rpms/kmime] rawhide: Hacked kmime so it's co-installable with kf6-kmime Steve Cossette
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox