public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/homebank] f43: spec cleanup and modernization for F45+
@ 2026-06-08 18:41 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-06-08 18:41 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/homebank
Branch : f43
Commit : 333d952feb066f2018ff93943d903ca7330be5aa
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-06-06T20:07:33-03:00
Stats  : +5/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/homebank/c/333d952feb066f2018ff93943d903ca7330be5aa?branch=f43

Log:
spec cleanup and modernization for F45+

---
diff --git a/homebank.spec b/homebank.spec
index c7ddd02..555898a 100644
--- a/homebank.spec
+++ b/homebank.spec
@@ -4,7 +4,7 @@ Release:        %{autorelease}
 Summary:        Free easy personal accounting for all
 License:        GPL-2.0-or-later
 URL:            https://gethomebank.org/
-Source:          https://gethomebank.org/public/sources/%{name}-%{version}.tar.gz
+Source:         https://gethomebank.org/public/sources/%{name}-%{version}.tar.gz
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc
 BuildRequires:  gettext
@@ -45,6 +45,8 @@ chmod -x AUTHORS ChangeLog COPYING NEWS README doc/TODO src/*.*
 
 %install
 %make_install
+rm -rf %{buildroot}%{_datadir}/mime-info/
+rm -rf %{buildroot}%{_datadir}/application-registry/
 %find_lang %{name}
 
 %check
@@ -53,17 +55,15 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdat
 
 %files -f %{name}.lang
 %license COPYING
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS NEWS README
 %{_bindir}/%{name}
 %dir %{_datadir}/%{name}/
 %{_datadir}/%{name}/images/
 %{_datadir}/%{name}/icons/
 %{_datadir}/%{name}/datas/
-%{_datadir}/applications/*%{name}.desktop
+%{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
-%{_datadir}/mime-info/%{name}.*
 %{_datadir}/mime/packages/%{name}.xml
-%{_datadir}/application-registry/%{name}.applications
 %{_metainfodir}/%{name}.appdata.xml
 
 %files doc

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

only message in thread, other threads:[~2026-06-08 18:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-08 18:41 [rpms/homebank] f43: spec cleanup and modernization for F45+ Filipe Rosset

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