[latexila] Add -doc subpackage

Kalev Lember kalev at fedoraproject.org
Sun Feb 22 16:09:56 UTC 2015


commit b8d76d338938657ab568c9987d61bc7f280134f8
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Feb 22 16:38:22 2015 +0100

    Add -doc subpackage

 latexila.spec | 13 +++++++++++++
 1 file changed, 13 insertions(+)
---
diff --git a/latexila.spec b/latexila.spec
index 69c8a28..df80830 100644
--- a/latexila.spec
+++ b/latexila.spec
@@ -35,6 +35,15 @@ LaTeXila is an Integrated LaTeX Environment for GNOME. The main features are:
   * Menus with the most commonly used LaTeX commands
   * Easy projects management
 
+%package        doc
+Summary:        Documentation for %{name}
+Group:          Documentation
+BuildArch:      noarch
+Requires:       %{name} = %{version}-%{release}
+
+%description    doc
+This package contains documentation for %{name}.
+
 %prep
 %setup -q
 
@@ -81,9 +90,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
 
+%files doc
+%{_datadir}/gtk-doc/
+
 %changelog
 * Sun Feb 22 2015 Kalev Lember <kalevlember at gmail.com> - 3.15.2-1
 - Update to 3.15.2
+- Add -doc subpackage
 
 * Wed Oct 01 2014 Kalev Lember <kalevlember at gmail.com> - 3.14.1-1
 - Update to 3.14.1


More information about the scm-commits mailing list