public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/homebank] f44: Final cleanup of spec file
Date: Sat, 30 May 2026 22:19:34 GMT	[thread overview]
Message-ID: <178017957484.1.3226038291976051342.rpms-homebank-49f506434eef@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/homebank
            Branch : f44
            Commit : 49f506434eef9f69fdc74aa70cf100992b6f5908
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-03-12T21:52:41-03:00
            Stats  : +5/-5 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/homebank/c/49f506434eef9f69fdc74aa70cf100992b6f5908?branch=f44

            Log:
            Final cleanup of spec file

- Add -p1 to %autosetup
- Use trailing slashes for directories in %files
- Consistent use of %{_metainfodir}

---
diff --git a/homebank.spec b/homebank.spec
index 81718b5..c7ddd02 100644
--- a/homebank.spec
+++ b/homebank.spec
@@ -36,7 +36,7 @@ Documentation files for homebank
 %prep
 # workaround for 5.10 difference between .tar.gz and the actual 5.10.0 dir
 # this workarnoud should be remove from 5.10.x onwards
-%autosetup -n %{name}-%{version}.0
+%autosetup -p1 -n %{name}-%{version}.0
 chmod -x AUTHORS ChangeLog COPYING NEWS README doc/TODO src/*.*
 
 %build
@@ -56,9 +56,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdat
 %doc AUTHORS ChangeLog NEWS README
 %{_bindir}/%{name}
 %dir %{_datadir}/%{name}/
-%{_datadir}/%{name}/images
-%{_datadir}/%{name}/icons
-%{_datadir}/%{name}/datas
+%{_datadir}/%{name}/images/
+%{_datadir}/%{name}/icons/
+%{_datadir}/%{name}/datas/
 %{_datadir}/applications/*%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/mime-info/%{name}.*
@@ -69,7 +69,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdat
 %files doc
 %license COPYING
 %doc doc/TODO
-%{_datadir}/%{name}/help
+%{_datadir}/%{name}/help/
 
 %changelog
 %autochangelog

                 reply	other threads:[~2026-05-30 22:19 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=178017957484.1.3226038291976051342.rpms-homebank-49f506434eef@fedoraproject.org \
    --to=rosset.filipe@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