diff --git a/devhelp.spec b/devhelp.spec index d15a8ad..12eaceb 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -1,7 +1,7 @@ %define libname lib%{name} %define majver %(echo %version | cut -d. -f1-2) Name: devhelp -Version: 3.36.2 +Version: 3.38.0 Release: 1mamba Summary: API documentation browser for developers Group: Development/Tools @@ -106,22 +106,19 @@ Requires: gtk-doc %defattr(-,root,root) %{_bindir}/devhelp %dir %{_datadir}/devhelp +%dir %{_datadir}/devhelp/assistant %{_datadir}/devhelp/assistant/assistant.css %{_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.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/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 -%{_mandir}/man1/devhelp.1* %dir %{_datadir}/help/C/devhelp %{_datadir}/help/C/devhelp/* +%lang(ca) %{_datadir}/help/ca/devhelp %lang(cs) %{_datadir}/help/cs/devhelp %lang(de) %{_datadir}/help/de/devhelp %lang(es) %{_datadir}/help/es/devhelp @@ -132,6 +129,9 @@ Requires: gtk-doc %lang(pl) %{_datadir}/help/pl/devhelp %lang(pt_BR) %{_datadir}/help/pt_BR/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} %defattr(-, root, root) @@ -148,20 +148,21 @@ Requires: gtk-doc %{_libdir}/libdevhelp-3.so %{_datadir}/gir-1.0/Devhelp-3.0.gir %{_libdir}/pkgconfig/libdevhelp-3.0.pc -%doc NEWS README +%doc NEWS %files -n %{name}-plugins %defattr(-, root, root) %{_libdir}/gedit/plugins/devhelp.plugin %{_libdir}/gedit/plugins/*.py -#%{_libdir}/gedit/plugins/*.pyc -#%{_libdir}/gedit/plugins/*.pyo %files apidocs %defattr(-,root,root) %{_datadir}/gtk-doc/html/%{name}-3 %changelog +* Tue Sep 29 2020 Automatic Build System 3.38.0-1mamba +- automatic version update by autodist + * Sun Apr 26 2020 Automatic Build System 3.36.2-1mamba - automatic version update by autodist