automatic version update by autodist [release 3.38.0-1mamba;Tue Sep 29 2020]
This commit is contained in:
parent
ab5bf7737b
commit
3749bea45f
21
devhelp.spec
21
devhelp.spec
@ -1,7 +1,7 @@
|
|||||||
%define libname lib%{name}
|
%define libname lib%{name}
|
||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: devhelp
|
Name: devhelp
|
||||||
Version: 3.36.2
|
Version: 3.38.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: API documentation browser for developers
|
Summary: API documentation browser for developers
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -106,22 +106,19 @@ Requires: gtk-doc
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/devhelp
|
%{_bindir}/devhelp
|
||||||
%dir %{_datadir}/devhelp
|
%dir %{_datadir}/devhelp
|
||||||
|
%dir %{_datadir}/devhelp/assistant
|
||||||
%{_datadir}/devhelp/assistant/assistant.css
|
%{_datadir}/devhelp/assistant/assistant.css
|
||||||
%{_datadir}/devhelp/assistant/assistant.js
|
%{_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}/glib-2.0/schemas/org.gnome.devhelp.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.devhelp.gschema.xml
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.libdevhelp-3.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.libdevhelp-3.gschema.xml
|
||||||
%{_datadir}/metainfo/org.gnome.Devhelp.appdata.xml
|
%{_datadir}/metainfo/org.gnome.Devhelp.appdata.xml
|
||||||
%{_datadir}/applications/org.gnome.Devhelp.desktop
|
%{_datadir}/applications/org.gnome.Devhelp.desktop
|
||||||
%{_datadir}/dbus-1/services/org.gnome.Devhelp.service
|
%{_datadir}/dbus-1/services/org.gnome.Devhelp.service
|
||||||
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Devhelp-symbolic.svg
|
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Devhelp*.svg
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Devhelp.svg
|
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Devhelp.svg
|
||||||
%{_mandir}/man1/devhelp.1*
|
|
||||||
%dir %{_datadir}/help/C/devhelp
|
%dir %{_datadir}/help/C/devhelp
|
||||||
%{_datadir}/help/C/devhelp/*
|
%{_datadir}/help/C/devhelp/*
|
||||||
|
%lang(ca) %{_datadir}/help/ca/devhelp
|
||||||
%lang(cs) %{_datadir}/help/cs/devhelp
|
%lang(cs) %{_datadir}/help/cs/devhelp
|
||||||
%lang(de) %{_datadir}/help/de/devhelp
|
%lang(de) %{_datadir}/help/de/devhelp
|
||||||
%lang(es) %{_datadir}/help/es/devhelp
|
%lang(es) %{_datadir}/help/es/devhelp
|
||||||
@ -132,6 +129,9 @@ Requires: gtk-doc
|
|||||||
%lang(pl) %{_datadir}/help/pl/devhelp
|
%lang(pl) %{_datadir}/help/pl/devhelp
|
||||||
%lang(pt_BR) %{_datadir}/help/pt_BR/devhelp
|
%lang(pt_BR) %{_datadir}/help/pt_BR/devhelp
|
||||||
%lang(sv) %{_datadir}/help/sv/devhelp
|
%lang(sv) %{_datadir}/help/sv/devhelp
|
||||||
|
%lang(uk) %{_datadir}/help/uk/devhelp
|
||||||
|
%lang(zh_CN) %{_datadir}/help/zh_CN/devhelp
|
||||||
|
%{_mandir}/man1/devhelp.1*
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -148,20 +148,21 @@ Requires: gtk-doc
|
|||||||
%{_libdir}/libdevhelp-3.so
|
%{_libdir}/libdevhelp-3.so
|
||||||
%{_datadir}/gir-1.0/Devhelp-3.0.gir
|
%{_datadir}/gir-1.0/Devhelp-3.0.gir
|
||||||
%{_libdir}/pkgconfig/libdevhelp-3.0.pc
|
%{_libdir}/pkgconfig/libdevhelp-3.0.pc
|
||||||
%doc NEWS README
|
%doc NEWS
|
||||||
|
|
||||||
%files -n %{name}-plugins
|
%files -n %{name}-plugins
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/gedit/plugins/devhelp.plugin
|
%{_libdir}/gedit/plugins/devhelp.plugin
|
||||||
%{_libdir}/gedit/plugins/*.py
|
%{_libdir}/gedit/plugins/*.py
|
||||||
#%{_libdir}/gedit/plugins/*.pyc
|
|
||||||
#%{_libdir}/gedit/plugins/*.pyo
|
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/gtk-doc/html/%{name}-3
|
%{_datadir}/gtk-doc/html/%{name}-3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 29 2020 Automatic Build System <autodist@mambasoft.it> 3.38.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Apr 26 2020 Automatic Build System <autodist@mambasoft.it> 3.36.2-1mamba
|
* Sun Apr 26 2020 Automatic Build System <autodist@mambasoft.it> 3.36.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user