public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jon Ciesla <limburgher@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/vym] epel10: Fix docdir.
Date: Mon, 20 Jul 2026 18:59:20 GMT [thread overview]
Message-ID: <178457396088.1.11676771906791670313.rpms-vym-4faefb81b43b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/vym
Branch : epel10
Commit : 4faefb81b43ba2812ec4e05c34fcd7880607e0c7
Author : Jon Ciesla <limburgher@gmail.com>
Date : 2013-08-09T10:37:34-05:00
Stats : +14/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/vym/c/4faefb81b43ba2812ec4e05c34fcd7880607e0c7?branch=epel10
Log:
Fix docdir.
---
diff --git a/vym.spec b/vym.spec
index 90b905e..95308bc 100644
--- a/vym.spec
+++ b/vym.spec
@@ -2,7 +2,7 @@
Name: vym
Version: 2.3.19
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: View your mind
Group: Applications/Productivity
@@ -28,7 +28,7 @@ BuildRequires: qt4-devel libXext-devel desktop-file-utils
%filter_from_requires /^perl(BugzillaClient)$/d
%?perl_default_filter
}
-%global __requires_exclude%{?__requires_exclude:%__requires_exclude|}perl\\(BugzillaClient\\)
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(BugzillaClient\\)
Requires: perl-BZ-Client
# For file operations, we use command-line utilities.
Requires: coreutils zip unzip
@@ -46,7 +46,13 @@ to organize tasks, to get an overview over complex contexts.
%build
-qmake-qt4 DOCDIR="%{_docdir}/%{name}-%{version}" PREFIX=%{_prefix}
+%if (0%{?fedora} && 0%{?fedora} < 20)
+%global docval %{_docdir}/%{name}-%{version}
+%else
+%global docval %{_docdir}
+%endif
+
+qmake-qt4 DOCDIR="%{?docval}" PREFIX=%{_prefix}
%{__make} %{?_smp_mflags}
@@ -84,7 +90,7 @@ 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/share/doc/vym-%{version}/vym.pdf .
+mv %{buildroot}%{?docval}/vym.pdf .
%post
touch --no-create %{_datadir}/icons/hicolor || :
@@ -117,7 +123,11 @@ update-desktop-database &> /dev/null || :
%changelog
+* Fri Aug 09 2013 Jon Ciesla <limburgher@gmail.com> - 2.3.19-4
+- Fix docdir, BZ 993892.
+
* Mon Aug 05 2013 Jon Ciesla <limburgher@gmail.com> - 2.3.19-3
+- Fix FTBFS.
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.19-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
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=178457396088.1.11676771906791670313.rpms-vym-4faefb81b43b@fedoraproject.org \
--to=limburgher@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