diff options
author | Richard Hughes <richard@hughsie.com> | 2014-06-18 19:40:50 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-06-18 21:35:22 +0100 |
commit | 0a389b1566567a60fafcc9d729660c9eb740659a (patch) | |
tree | 9da7dfbce0b16293fd4fe3a72dceefa1ec1bf79e /contrib | |
parent | 124d8e81235b34f65541f060e23c5079411c17fc (diff) | |
download | appstream-glib-0a389b1566567a60fafcc9d729660c9eb740659a.tar.gz |
Add manpages for appstream-util and appstream-builder
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libappstream-glib.spec.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/libappstream-glib.spec.in b/contrib/libappstream-glib.spec.in index dbd019a..2397ff1 100644 --- a/contrib/libappstream-glib.spec.in +++ b/contrib/libappstream-glib.spec.in @@ -28,6 +28,10 @@ BuildRequires: pango-devel BuildRequires: rpm-devel BuildRequires: sqlite-devel +# for the manpages +BuildRequires: libxslt +BuildRequires: docbook-style-xsl + %description This library provides GObjects and helper methods to make it easy to read and write AppStream metadata. It also provides a simple DOM implementation that @@ -88,6 +92,7 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_bindir}/appstream-util %dir %{_datadir}/bash-completion/completions/ %{_datadir}/bash-completion/completions/appstream-util +%{_mandir}/man1/appstream-*.1.gz %files devel %{_libdir}/libappstream-glib.so |