public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Gwyn Ciesla <gwync@protonmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/vym] epel10: Fix data installation.
Date: Mon, 20 Jul 2026 18:59:41 GMT [thread overview]
Message-ID: <178457398195.1.14853528226341860743.rpms-vym-5263fb69967e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/vym
Branch : epel10
Commit : 5263fb69967e8eda9e85a356c169721b4dbdee3b
Author : Gwyn Ciesla <gwync@protonmail.com>
Date : 2021-04-22T11:25:20-05:00
Stats : +7/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/vym/c/5263fb69967e8eda9e85a356c169721b4dbdee3b?branch=epel10
Log:
Fix data installation.
---
diff --git a/vym.spec b/vym.spec
index 797cdb0..e7a76c2 100644
--- a/vym.spec
+++ b/vym.spec
@@ -2,7 +2,7 @@
Name: vym
Version: 2.8.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: View your mind
License: GPLv2+
@@ -44,7 +44,7 @@ to organize tasks, to get an overview over complex contexts.
%global docval %{_docdir}
-%{qmake_qt5} DOCDIR="%{?docval}" PREFIX=%{_prefix}
+%{qmake_qt5} DOCDIR="%{?docval}" PREFIX=%{_prefix} DATADIR=%{_datadir}/vym CMAKE_INSTALL_PREFIX=%{_datadir}
%{__make} %{?_smp_mflags}
@@ -82,7 +82,8 @@ desktop-file-install \
install -m a+rx,u+w -d %{buildroot}%{_datadir}/mime/packages
install -p -m a+r,u+w %{SOURCE2} %{buildroot}%{_datadir}/mime/packages/vym.xml
-mv %{buildroot}/usr/vym %{buildroot}%{_datadir}/vym
+mv %{buildroot}%{_datadir}/vym/vym/* %{buildroot}%{_datadir}/vym
+rmdir %{buildroot}%{_datadir}/vym/vym
%files
%license LICENSE.txt
@@ -100,6 +101,9 @@ mv %{buildroot}/usr/vym %{buildroot}%{_datadir}/vym
%changelog
+* Thu Apr 22 2021 Gwyn Ciesla <gwync@protonmail.com> - 2.8.0-2
+- Fix data installation.
+
* Tue Apr 20 2021 Gwyn Ciesla <gwync@protonmail.com> - 2.8.0-1
- 2.8.0
reply other threads:[~2026-07-20 18:59 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=178457398195.1.14853528226341860743.rpms-vym-5263fb69967e@fedoraproject.org \
--to=gwync@protonmail.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