Update to 43.0
This commit is contained in:
parent
43a58e40d0
commit
0447d4a18a
Binary file not shown.
BIN
devhelp-43.0.tar.xz
Normal file
BIN
devhelp-43.0.tar.xz
Normal file
Binary file not shown.
20
devhelp.spec
20
devhelp.spec
@ -1,18 +1,18 @@
|
|||||||
Name: devhelp
|
Name: devhelp
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 41.3
|
Version: 43.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: GTK API documentation browser
|
Summary: GTK API documentation browser
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://wiki.gnome.org/Apps/Devhelp
|
URL: https://wiki.gnome.org/Apps/Devhelp
|
||||||
Source0: https://download.gnome.org/sources/%{name}/41/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/43/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: chrpath desktop-file-utils gettext gobject-introspection-devel gtk-doc itstool meson
|
BuildRequires: chrpath desktop-file-utils gettext gobject-introspection-devel itstool meson
|
||||||
BuildRequires: pkgconfig(amtk-5) pkgconfig(gsettings-desktop-schemas) pkgconfig(gtk+-3.0) pkgconfig(webkit2gtk-4.0)
|
BuildRequires: pkgconfig(gsettings-desktop-schemas) pkgconfig(gtk+-3.0) pkgconfig(webkit2gtk-4.1)
|
||||||
BuildRequires: libappstream-glib gi-docgen
|
BuildRequires: libappstream-glib gi-docgen gtk-update-icon-cache
|
||||||
|
Provides: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
Provides: %{name}-libs = %{epoch}:%{version}-%{release}
|
Provides: %{name}-libs = %{epoch}:%{version}-%{release}
|
||||||
Obsoletes: %{name}-libs <= %{epoch}:%{version}-%{release}
|
Obsoletes: %{name}-libs <= %{epoch}:%{version}-%{release}
|
||||||
Provides: %{name}-libs%{_isa} = %{epoch}:%{version}-%{release}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A browser to show API documentation generated by gtk-doc.
|
A browser to show API documentation generated by gtk-doc.
|
||||||
@ -20,6 +20,8 @@ A browser to show API documentation generated by gtk-doc.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Include development library when using devhelp
|
Summary: Include development library when using devhelp
|
||||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development packages contains header files and library that can be used
|
Development packages contains header files and library that can be used
|
||||||
for embedding devhelp into other applications.
|
for embedding devhelp into other applications.
|
||||||
@ -76,8 +78,8 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Devhelp*
|
|||||||
%{_mandir}/man1/devhelp.1*
|
%{_mandir}/man1/devhelp.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Dec 26 2022 laokz <zhangkai@iscas.ac.cn> - 1:41.3-2
|
* Fri Dec 9 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1:43.0-1
|
||||||
- Modify arch provides to general %_isa format
|
- Update to 43.0 for gnome 43
|
||||||
|
|
||||||
* Fri Nov 11 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1:41.3-1
|
* Fri Nov 11 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1:41.3-1
|
||||||
- Update to 41.3
|
- Update to 41.3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user