automatic version update by autodist [release 3.34.0-1mamba;Mon Sep 16 2019]
This commit is contained in:
parent
1d5ceb7e90
commit
472cec73df
86
devhelp.spec
86
devhelp.spec
@ -1,7 +1,7 @@
|
||||
%define libname lib%{name}
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: devhelp
|
||||
Version: 3.22.0
|
||||
Version: 3.34.0
|
||||
Release: 1mamba
|
||||
Summary: API documentation browser for developers
|
||||
Group: Development/Tools
|
||||
@ -39,6 +39,7 @@ BuildRequires: xulrunner-devel
|
||||
BuildRequires: ImageMagick
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libwebkit-gtk3-devel >= 2.0.0
|
||||
BuildRequires: libamtk-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -69,19 +70,29 @@ Requires: gedit
|
||||
%description -n %{name}-plugins
|
||||
Gedit plugins to use with Devhelp.
|
||||
|
||||
%prep
|
||||
%package apidocs
|
||||
Summary: %{pkgname} API documentation
|
||||
Group: Documentation
|
||||
Requires: gtk-doc
|
||||
|
||||
%description apidocs
|
||||
%{pkgname} API documentation.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-install-schemas \
|
||||
--with-mozilla=libxul-embedding
|
||||
%meson \
|
||||
-Dgtk_doc=true
|
||||
|
||||
%make
|
||||
#% configure --disable-install-schemas \
|
||||
# --with-mozilla=libxul-embedding
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@ -99,27 +110,42 @@ Gedit plugins to use with Devhelp.
|
||||
%{_datadir}/devhelp/assistant/assistant.js
|
||||
#%{_datadir}/devhelp/devhelp.defaults
|
||||
#%{_datadir}/devhelp/ui/devhelp.builder
|
||||
%{_datadir}/devhelp/dtd/devhelp-1.dtd
|
||||
%{_datadir}/GConf/gsettings/devhelp.convert
|
||||
#%{_datadir}/devhelp/dtd/devhelp-1.dtd
|
||||
#%{_datadir}/GConf/gsettings/devhelp.convert
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.devhelp.gschema.xml
|
||||
%{_datadir}/appdata/org.gnome.Devhelp.appdata.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.libdevhelp-3.gschema.xml
|
||||
%{_datadir}/metainfo/org.gnome.Devhelp.appdata.xml
|
||||
%{_datadir}/applications/org.gnome.Devhelp.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Devhelp.service
|
||||
%{_datadir}/icons/hicolor/*/apps/devhelp.png
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/devhelp-symbolic.svg
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Devhelp-symbolic.svg
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Devhelp.svg
|
||||
%{_mandir}/man1/devhelp.1*
|
||||
%dir %{_datadir}/help/C/devhelp
|
||||
%{_datadir}/help/C/devhelp/*
|
||||
%lang(cs) %{_datadir}/help/cs/devhelp
|
||||
%lang(de) %{_datadir}/help/de/devhelp
|
||||
%lang(es) %{_datadir}/help/es/devhelp
|
||||
%lang(fr) %{_datadir}/help/fr/devhelp
|
||||
%lang(hr) %{_datadir}/help/hr/devhelp
|
||||
%lang(hu) %{_datadir}/help/hu/devhelp
|
||||
%lang(it) %{_datadir}/help/it/devhelp
|
||||
%lang(pl) %{_datadir}/help/pl/devhelp
|
||||
%lang(pt_BR) %{_datadir}/help/pt_BR/devhelp
|
||||
%lang(sv) %{_datadir}/help/sv/devhelp
|
||||
|
||||
%files -n %{libname}
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/libdevhelp-3.so.*
|
||||
%{_libdir}/girepository-1.0/Devhelp-3.0.typelib
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n %{libname}-devel
|
||||
%defattr(-, root, root)
|
||||
%dir %{_includedir}/devhelp-3.0/devhelp
|
||||
%{_includedir}/devhelp-3.0/devhelp/*.h
|
||||
%{_libdir}/libdevhelp-3.la
|
||||
%dir %{_includedir}/devhelp-3
|
||||
%dir %{_includedir}/devhelp-3/devhelp
|
||||
%{_includedir}/devhelp-3/devhelp/*.h
|
||||
%{_libdir}/libdevhelp-3.so
|
||||
%{_datadir}/gir-1.0/Devhelp-3.0.gir
|
||||
%{_libdir}/pkgconfig/libdevhelp-3.0.pc
|
||||
%doc NEWS README
|
||||
|
||||
@ -127,10 +153,38 @@ Gedit plugins to use with Devhelp.
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/gedit/plugins/devhelp.plugin
|
||||
%{_libdir}/gedit/plugins/*.py
|
||||
%{_libdir}/gedit/plugins/*.pyc
|
||||
%{_libdir}/gedit/plugins/*.pyo
|
||||
#%{_libdir}/gedit/plugins/*.pyc
|
||||
#%{_libdir}/gedit/plugins/*.pyo
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/%{name}-3
|
||||
|
||||
%changelog
|
||||
* Mon Sep 16 2019 Automatic Build System <autodist@mambasoft.it> 3.34.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 17 2019 Automatic Build System <autodist@mambasoft.it> 3.32.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 25 2018 Automatic Build System <autodist@mambasoft.it> 3.30.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 30 2018 Automatic Build System <autodist@mambasoft.it> 3.30.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 09 2018 Automatic Build System <autodist@mambasoft.it> 3.28.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 24 2017 Automatic Build System <autodist@mambasoft.it> 3.26.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 06 2017 Automatic Build System <autodist@mambasoft.it> 3.26.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 17 2017 Automatic Build System <autodist@mambasoft.it> 3.24.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 3.22.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user