[abiword] Move abiword gui help from the library to the app. Fixes 578596

Peter Robinson pbrobinson at fedoraproject.org
Wed Sep 22 18:56:52 UTC 2010


commit 6fe85e5a0919612fdbe232f1460bff5fac0275b6
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Sep 22 19:56:49 2010 +0100

    Move abiword gui help from the library to the app. Fixes 578596

 abiword.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/abiword.spec b/abiword.spec
index 9c24380..1ce57b6 100644
--- a/abiword.spec
+++ b/abiword.spec
@@ -7,7 +7,7 @@
 Summary: The AbiWord word processor
 Name: abiword
 Version: %{majorversion}.%{minorversion}.%{microversion}
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 Group: Applications/Editors
 License: GPLv2+
@@ -163,6 +163,8 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
 %{_datadir}/mime/packages/abiword.xml
 %{_datadir}/pixmaps/*.png
 %{_datadir}/icons/*.png
+# Abiword help
+%{_datadir}/%{name}-%{majorversion}.%{minorversion}/AbiWord
 %{_mandir}/man1/abiword.1.gz
 
 %files -n libabiword
@@ -170,12 +172,17 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
 %{_libdir}/libabiword-%{majorversion}.%{minorversion}.so
 %{_libdir}/%{name}-%{majorversion}.%{minorversion}
 %{_datadir}/%{name}-%{majorversion}.%{minorversion}
+# Abiword help - included in GUI app
+%exclude %{_datadir}/%{name}-%{majorversion}.%{minorversion}/AbiWord
 
 %files -n libabiword-devel
 %{_includedir}/%{name}-%{majorversion}.%{minorversion}
 %{_libdir}/pkgconfig/%{name}-%{majorversion}.%{minorversion}.pc
 
 %changelog
+* Wed Sep 22 2010 Peter Robinson <pbrobinson at gmail.com> - 1:2.8.6-2
+- Move abiword gui help from the library to the app. Fixes 578596
+
 * Sat Aug 14 2010 Marc Maurer <uwog at abisource.com> - 1:2.8.6-1
 - New upstream release
 


More information about the scm-commits mailing list