Build the man pages
This commit is contained in:
parent
1e245b9981
commit
50f09801ef
@ -11,8 +11,10 @@ URL: https://wiki.gnome.org/Projects/JsonGlib
|
|||||||
#VCS: git:git://git.gnome.org/json-glib
|
#VCS: git:git://git.gnome.org/json-glib
|
||||||
Source0: http://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: docbook-style-xsl
|
||||||
BuildRequires: glib2-devel >= %{glib_ver}
|
BuildRequires: glib2-devel >= %{glib_ver}
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
|
BuildRequires: /usr/bin/xsltproc
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -72,11 +74,14 @@ cp -a doc/reference/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/%{name}/
|
|||||||
%{_datadir}/gir-1.0/Json-1.0.gir
|
%{_datadir}/gir-1.0/Json-1.0.gir
|
||||||
%{_bindir}/json-glib-format
|
%{_bindir}/json-glib-format
|
||||||
%{_bindir}/json-glib-validate
|
%{_bindir}/json-glib-validate
|
||||||
|
%{_mandir}/man1/json-glib-format.1*
|
||||||
|
%{_mandir}/man1/json-glib-validate.1*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Mar 25 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.0-1
|
* Tue Mar 25 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.0-1
|
||||||
- Update to 1.0.0
|
- Update to 1.0.0
|
||||||
|
- Build the man pages
|
||||||
|
|
||||||
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 0.99.2-1
|
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 0.99.2-1
|
||||||
- Update to 0.99.2
|
- Update to 0.99.2
|
||||||
|
Loading…
Reference in New Issue
Block a user