[vym] Fix FTBFS.

Jon Ciesla limb at fedoraproject.org
Mon Aug 5 18:31:37 UTC 2013


commit e9200827311d1f3fee1e546de28bd0088c23ef9f
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Aug 5 13:26:26 2013 -0500

    Fix FTBFS.

 vym.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/vym.spec b/vym.spec
index 32fac1d..90b905e 100644
--- a/vym.spec
+++ b/vym.spec
@@ -2,7 +2,7 @@
 
 Name:           vym
 Version:        2.3.19
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        View your mind
 
 Group:          Applications/Productivity
@@ -84,6 +84,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 .
 
 %post 
 touch --no-create %{_datadir}/icons/hicolor || :
@@ -102,7 +103,7 @@ fi
 update-desktop-database &> /dev/null || :
 
 %files
-%doc LICENSE.txt README.txt INSTALL.txt demos/* doc/*
+%doc LICENSE.txt README.txt INSTALL.txt demos/* doc/* vym.pdf
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
@@ -116,6 +117,8 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Mon Aug 05 2013 Jon Ciesla <limburgher at gmail.com> - 2.3.19-3
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.19-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list