public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vym] epel10: Fix data installation.
@ 2026-07-20 18:59 Gwyn Ciesla
  0 siblings, 0 replies; only message in thread
From: Gwyn Ciesla @ 2026-07-20 18:59 UTC (permalink / raw)
  To: git-commits

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
 

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

only message in thread, other threads:[~2026-07-20 18:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 18:59 [rpms/vym] epel10: Fix data installation Gwyn Ciesla

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