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 majver %(echo %version | cut -d. -f1-2)
|
||||
%define majver %(echo %version | cut -d. -f1)
|
||||
Name: devhelp
|
||||
Version: 3.38.1
|
||||
Version: 40.1
|
||||
Release: 1mamba
|
||||
Summary: API documentation browser for developers
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||
URL: http://developer.imendio.com/projects/devhelp
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://wiki.gnome.org/Apps/Devhelp
|
||||
Source: http://ftp.acc.umu.se/pub/GNOME/sources/devhelp/%{majver}/devhelp-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: gsettings-desktop-schemas-devel
|
||||
BuildRequires: libamtk-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libwebkit-gtk3-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libwebkit2gtk-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: xulrunner-devel
|
||||
@ -40,7 +26,6 @@ BuildRequires: ImageMagick
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libwebkit-gtk3-devel >= 2.0.0
|
||||
BuildRequires: libamtk-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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.
|
||||
@ -133,6 +118,7 @@ Requires: gtk-doc
|
||||
%lang(pl) %{_datadir}/help/pl/devhelp
|
||||
%lang(pt_BR) %{_datadir}/help/pt_BR/devhelp
|
||||
%lang(sv) %{_datadir}/help/sv/devhelp
|
||||
%lang(tr) %{_datadir}/help/tr/devhelp
|
||||
%lang(uk) %{_datadir}/help/uk/devhelp
|
||||
%lang(zh_CN) %{_datadir}/help/zh_CN/devhelp
|
||||
|
||||
@ -153,16 +139,22 @@ Requires: gtk-doc
|
||||
%{_libdir}/pkgconfig/libdevhelp-3.0.pc
|
||||
%doc NEWS
|
||||
|
||||
%files -n %{name}-plugins
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/gedit/plugins/devhelp.plugin
|
||||
%{_libdir}/gedit/plugins/*.py
|
||||
#%files -n %{name}-plugins
|
||||
#%defattr(-, root, root)
|
||||
#%{_libdir}/gedit/plugins/devhelp.plugin
|
||||
#%{_libdir}/gedit/plugins/*.py
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/%{name}-3
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user