Compare commits
No commits in common. "aa2419a722b6b5dc59bfe6951b2b69fb7234567d" and "822c466c514f357a11e9dac4ee8fa3ee943cc9f4" have entirely different histories.
aa2419a722
...
822c466c51
BIN
devhelp-3.30.1.tar.xz
Normal file
BIN
devhelp-3.30.1.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
38
devhelp.spec
38
devhelp.spec
@ -1,23 +1,18 @@
|
||||
Name: devhelp
|
||||
Epoch: 1
|
||||
Version: 3.38.1
|
||||
Release: 5
|
||||
Version: 3.30.1
|
||||
Release: 4
|
||||
Summary: GTK API documentation browser
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://wiki.gnome.org/Apps/Devhelp
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.30/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: chrpath desktop-file-utils gettext gobject-introspection-devel gtk-doc itstool meson
|
||||
BuildRequires: pkgconfig(amtk-5) pkgconfig(gsettings-desktop-schemas) pkgconfig(gtk+-3.0) pkgconfig(webkit2gtk-4.0)
|
||||
BuildRequires: libappstream-glib
|
||||
Provides: %{name}-libs = %{epoch}:%{version}-%{release}
|
||||
Obsoletes: %{name}-libs <= %{epoch}:%{version}-%{release}
|
||||
%ifarch x86_64
|
||||
Provides: %{name}-libs(x86-64) = %{epoch}:%{version}-%{release}
|
||||
%else
|
||||
Provides: %{name}-libs(aarch-64) = %{epoch}:%{version}-%{release}
|
||||
%endif
|
||||
Provides: %{name}-libs = %{version}-%{release}
|
||||
Obsoletes: %{name}-libs <= %{version}-%{release}
|
||||
|
||||
%description
|
||||
A browser to show API documentation generated by gtk-doc.
|
||||
@ -35,7 +30,7 @@ for embedding devhelp into other applications.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson -Dgtk_doc=true -Dplugin_gedit=true
|
||||
%meson -Dgtk_doc=true
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -50,14 +45,14 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/gedit/plugins/__pycache__
|
||||
%find_lang devhelp --with-gnome
|
||||
|
||||
%files -f devhelp.lang
|
||||
%doc AUTHORS NEWS README.md
|
||||
%license LICENSES/*
|
||||
%doc AUTHORS NEWS README
|
||||
%license COPYING
|
||||
%{_bindir}/devhelp
|
||||
%{_datadir}/devhelp
|
||||
%{_datadir}/applications/org.gnome.Devhelp.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Devhelp.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.devhelp.gschema.xml
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Devhelp.svg
|
||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.Devhelp.png
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Devhelp-symbolic.svg
|
||||
%{_datadir}/metainfo/org.gnome.Devhelp.appdata.xml
|
||||
%dir %{_libdir}/gedit
|
||||
@ -78,21 +73,6 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/gedit/plugins/__pycache__
|
||||
%{_mandir}/man1/devhelp.1*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 1 2022 weijin deng <weijin.deng@turbolinux.com.cn> - 1:3.38.1-5
|
||||
- Fix error provides of aarch64.
|
||||
|
||||
* Tue Aug 10 2021 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 1:3.38.1-4
|
||||
- Fix error provides.
|
||||
|
||||
* Wed Aug 4 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 1:3.38.1-3
|
||||
- Add provides package
|
||||
|
||||
* Tue Jul 27 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 1:3.38.1-2
|
||||
- Add epoch for provides
|
||||
|
||||
* Wed Jun 30 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 1:3.38.1-1
|
||||
- Upgrade to 1:3.38.1
|
||||
|
||||
* Thu Sep 17 2020 chengzihan <chengzihan2@huawei.com> - 1:3.30.1-4
|
||||
- Add %{epoch} to Requires of devhelp-devel, to resolve installing problem.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user