update to 40.1 [release 40.1-1mamba;Mon Sep 13 2021]
This commit is contained in:
parent
9a0ce80c15
commit
65cd3455fa
46
devhelp.spec
46
devhelp.spec
@ -1,38 +1,24 @@
|
|||||||
%define libname lib%{name}
|
%define libname lib%{name}
|
||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1)
|
||||||
Name: devhelp
|
Name: devhelp
|
||||||
Version: 3.38.1
|
Version: 40.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: API documentation browser for developers
|
Summary: API documentation browser for developers
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://developer.imendio.com/projects/devhelp
|
URL: https://wiki.gnome.org/Apps/Devhelp
|
||||||
Source: http://ftp.acc.umu.se/pub/GNOME/sources/devhelp/%{majver}/devhelp-%{version}.tar.xz
|
Source: http://ftp.acc.umu.se/pub/GNOME/sources/devhelp/%{majver}/devhelp-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: gsettings-desktop-schemas-devel
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libamtk-devel
|
||||||
BuildRequires: libcairo-devel
|
|
||||||
BuildRequires: libexpat-devel
|
|
||||||
BuildRequires: libffi-devel
|
|
||||||
BuildRequires: libfontconfig-devel
|
|
||||||
BuildRequires: libfreetype-devel
|
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgraphite2-devel
|
BuildRequires: libgtk3-devel
|
||||||
BuildRequires: libgtk-devel
|
|
||||||
BuildRequires: libharfbuzz-devel
|
|
||||||
BuildRequires: libicu-devel
|
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libwebkit2gtk-devel
|
||||||
BuildRequires: libselinux-devel
|
|
||||||
BuildRequires: libsoup-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
|
||||||
BuildRequires: libwebkit-gtk3-devel
|
|
||||||
BuildRequires: libz-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: xulrunner-devel
|
BuildRequires: xulrunner-devel
|
||||||
@ -40,7 +26,6 @@ BuildRequires: ImageMagick
|
|||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libwebkit-gtk3-devel >= 2.0.0
|
BuildRequires: libwebkit-gtk3-devel >= 2.0.0
|
||||||
BuildRequires: libamtk-devel
|
BuildRequires: libamtk-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Devhelp is an API documentation browser for GNOME 2. It works natively with Gtk-doc (System used in GTK+ and GNOME for documentating APIs) and it is possible to create books for other documentation as well.
|
Devhelp is an API documentation browser for GNOME 2. It works natively with Gtk-doc (System used in GTK+ and GNOME for documentating APIs) and it is possible to create books for other documentation as well.
|
||||||
@ -133,6 +118,7 @@ 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(tr) %{_datadir}/help/tr/devhelp
|
||||||
%lang(uk) %{_datadir}/help/uk/devhelp
|
%lang(uk) %{_datadir}/help/uk/devhelp
|
||||||
%lang(zh_CN) %{_datadir}/help/zh_CN/devhelp
|
%lang(zh_CN) %{_datadir}/help/zh_CN/devhelp
|
||||||
|
|
||||||
@ -153,16 +139,22 @@ Requires: gtk-doc
|
|||||||
%{_libdir}/pkgconfig/libdevhelp-3.0.pc
|
%{_libdir}/pkgconfig/libdevhelp-3.0.pc
|
||||||
%doc NEWS
|
%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
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/gtk-doc/html/%{name}-3
|
%{_datadir}/gtk-doc/html/%{name}-3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 13 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 40.1-1mamba
|
||||||
|
- update to 40.1
|
||||||
|
|
||||||
|
* Thu Apr 15 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 40.0-1mamba
|
||||||
|
- update to 40.0
|
||||||
|
|
||||||
* Wed Dec 23 2020 Automatic Build System <autodist@mambasoft.it> 3.38.1-1mamba
|
* Wed Dec 23 2020 Automatic Build System <autodist@mambasoft.it> 3.38.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user