From 0e6ff9858a0a3c7ad3bdccac38d99f9582cc85ebae3bec1d6700848f9e3ffd1b Mon Sep 17 00:00:00 2001 From: Muhammad Akbar Yanuar Mantari Date: Thu, 21 Dec 2023 04:32:00 +0000 Subject: [PATCH] Accepting request 1134367 from home:mantarimay:branches:multimedia:apps - Rename binary from identity to identity-compare OBS-URL: https://build.opensuse.org/request/show/1134367 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/identity?expand=0&rev=3 --- identity.changes | 5 +++++ identity.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/identity.changes b/identity.changes index 1dbc399..e15442b 100644 --- a/identity.changes +++ b/identity.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 21 04:30:24 UTC 2023 - Muhammad Akbar Yanuar Mantari + +- Rename binary from identity to identity-compare + ------------------------------------------------------------------- Wed Dec 6 21:58:10 UTC 2023 - Muhammad Akbar Yanuar Mantari diff --git a/identity.spec b/identity.spec index 2d8b2c3..331c0e2 100644 --- a/identity.spec +++ b/identity.spec @@ -47,6 +47,9 @@ A program for comparing multiple versions of an image or video. %prep %autosetup +sed -i "s/output: meson.project_name()/output: 'identity-compare'/g" src/meson.build +sed -i "s/Exec=identity/Exec=identity-compare/g" data/org.gnome.gitlab.YaLTeR.Identity.desktop.in.in + %build %meson %meson_build @@ -59,7 +62,7 @@ A program for comparing multiple versions of an image or video. %files %license COPYING %doc README.md -%{_bindir}/%{name} +%{_bindir}/%{name}-compare %{_datadir}/applications/%{appid}.desktop %{_datadir}/%{name}/ %{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml