|
|
|
@ -1,33 +1,37 @@
|
|
|
|
|
%global libhandy_version 1.5.0
|
|
|
|
|
|
|
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
|
|
|
|
|
|
Name: yelp
|
|
|
|
|
Epoch: 2
|
|
|
|
|
Version: 40.3
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 42.2
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Summary: Help browser for the GNOME desktop
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+ and ASL 2.0 and GPLv2+
|
|
|
|
|
URL: https://wiki.gnome.org/Apps/Yelp
|
|
|
|
|
Source: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
|
|
|
|
|
Source: https://download.gnome.org/sources/%{name}/42/%{name}-%{tarball_version}.tar.xz
|
|
|
|
|
|
|
|
|
|
# https://bugzilla.gnome.org/show_bug.cgi?id=687960
|
|
|
|
|
Patch1: 0001-Center-new-windows.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
|
BuildRequires: pkgconfig(libhandy-1) >= %{libhandy_version}
|
|
|
|
|
BuildRequires: pkgconfig(liblzma)
|
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(libexslt)
|
|
|
|
|
BuildRequires: pkgconfig(libxslt)
|
|
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
|
|
|
|
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
|
|
|
|
BuildRequires: pkgconfig(webkit2gtk-4.1)
|
|
|
|
|
BuildRequires: pkgconfig(yelp-xsl)
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: bzip2-devel
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: itstool
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
Requires: libhandy%{?_isa} >= %{libhandy_version}
|
|
|
|
|
Requires: yelp-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: yelp-xsl
|
|
|
|
|
|
|
|
|
@ -48,8 +52,7 @@ Summary: Development files for yelp-libs
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
This package contains header files and documentation for
|
|
|
|
|
the libraries in the yelp-libs package.
|
|
|
|
|
This package contains header files for the libraries in the yelp-libs package.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1 -n %{name}-%{tarball_version}
|
|
|
|
@ -69,7 +72,7 @@ find $RPM_BUILD_ROOT%{_libdir} -name '*.la' -delete
|
|
|
|
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/yelp.desktop
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%doc AUTHORS NEWS README
|
|
|
|
|
%doc AUTHORS NEWS README.md
|
|
|
|
|
%license COPYING
|
|
|
|
|
%{_bindir}/*
|
|
|
|
|
%{_datadir}/applications/yelp.desktop
|
|
|
|
@ -89,19 +92,74 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/yelp.desktop
|
|
|
|
|
%files devel
|
|
|
|
|
%{_libdir}/libyelp.so
|
|
|
|
|
%{_includedir}/libyelp
|
|
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2:40.3-2
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Sat Jan 04 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 42.2-6
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2:42.2-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2:42.2-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Aug 11 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 2:42.2-4
|
|
|
|
|
- Drop unused libunwind dependencies
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2:42.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2:42.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Sep 19 2022 Kalev Lember <klember@redhat.com> - 2:42.2-1
|
|
|
|
|
- Update to 42.2
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:42.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 19 2022 Milan Crha <mcrha@redhat.com> - 2:42.1-3
|
|
|
|
|
- Switch to WebKitGTK API 4.1 (using libsoup3)
|
|
|
|
|
|
|
|
|
|
* Fri Apr 08 2022 Kevin Fenzi <kevin@scrye.com> - 2:42.1-2
|
|
|
|
|
- Add dep on libunwind
|
|
|
|
|
|
|
|
|
|
* Sat Mar 26 2022 David King <amigadave@amigadave.com> - 2:42.1-1
|
|
|
|
|
- Update to 42.1
|
|
|
|
|
|
|
|
|
|
* Sat Mar 19 2022 David King <amigadave@amigadave.com> - 2:42.0-1
|
|
|
|
|
- Update to 42.0
|
|
|
|
|
|
|
|
|
|
* Mon Feb 14 2022 David King <amigadave@amigadave.com> - 2:42~beta-1
|
|
|
|
|
- Update to 42.beta
|
|
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:41.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Dec 07 2021 Kalev Lember <klember@redhat.com> - 2:41.2-1
|
|
|
|
|
- Update to 41.2
|
|
|
|
|
|
|
|
|
|
* Sat Sep 25 2021 Kalev Lember <klember@redhat.com> - 2:41.1-1
|
|
|
|
|
- Update to 41.1
|
|
|
|
|
|
|
|
|
|
* Mon Sep 20 2021 Kalev Lember <klember@redhat.com> - 2:41.0-1
|
|
|
|
|
- Update to 41.0
|
|
|
|
|
|
|
|
|
|
* Mon Aug 30 2021 David King <amigadave@amigadave.com> - 2:41~beta2-1
|
|
|
|
|
- Update to 41.beta2 (#1997839)
|
|
|
|
|
|
|
|
|
|
* Mon Aug 23 2021 Kalev Lember <klember@redhat.com> - 2:41~beta-1
|
|
|
|
|
- Update to 41.beta
|
|
|
|
|
|
|
|
|
|
* Tue Aug 03 2021 Kalev Lember <klember@redhat.com> - 2:40.3-1
|
|
|
|
|
- Update to 40.3
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 David King <amigadave@amigadave.com> - 2:40.3-1
|
|
|
|
|
- Update to 40.3 (#1991436)
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:40.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2:40.0-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Mon Jun 21 2021 Kalev Lember <klember@redhat.com> - 2:40.2-1
|
|
|
|
|
- Update to 40.2
|
|
|
|
|
|
|
|
|
|
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 2:40.0-1
|
|
|
|
|
- Update to 40.0
|
|
|
|
|