Update to 42.beta
This commit is contained in:
parent
3c55768837
commit
ee179fcbf1
21
yelp.spec
21
yelp.spec
@ -1,21 +1,22 @@
|
|||||||
|
%global libhandy_version 1.5.0
|
||||||
|
|
||||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||||
|
|
||||||
Name: yelp
|
Name: yelp
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 41.2
|
Version: 42~beta
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Help browser for the GNOME desktop
|
Summary: Help browser for the GNOME desktop
|
||||||
|
|
||||||
License: LGPLv2+ and ASL 2.0 and GPLv2+
|
License: LGPLv2+ and ASL 2.0 and GPLv2+
|
||||||
URL: https://wiki.gnome.org/Apps/Yelp
|
URL: https://wiki.gnome.org/Apps/Yelp
|
||||||
Source: https://download.gnome.org/sources/%{name}/41/%{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
|
# https://bugzilla.gnome.org/show_bug.cgi?id=687960
|
||||||
Patch1: 0001-Center-new-windows.patch
|
Patch1: 0001-Center-new-windows.patch
|
||||||
|
|
||||||
BuildRequires: gcc
|
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
|
BuildRequires: pkgconfig(libhandy-1) >= %{libhandy_version}
|
||||||
BuildRequires: pkgconfig(liblzma)
|
BuildRequires: pkgconfig(liblzma)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(libexslt)
|
BuildRequires: pkgconfig(libexslt)
|
||||||
@ -25,9 +26,12 @@ BuildRequires: pkgconfig(webkit2gtk-4.0)
|
|||||||
BuildRequires: pkgconfig(yelp-xsl)
|
BuildRequires: pkgconfig(yelp-xsl)
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: bzip2-devel
|
BuildRequires: bzip2-devel
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
|
BuildRequires: make
|
||||||
|
Requires: libhandy%{?_isa} >= %{libhandy_version}
|
||||||
Requires: yelp-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: yelp-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
Requires: yelp-xsl
|
Requires: yelp-xsl
|
||||||
|
|
||||||
@ -48,8 +52,7 @@ Summary: Development files for yelp-libs
|
|||||||
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains header files and documentation for
|
This package contains header files for the libraries in the yelp-libs package.
|
||||||
the libraries in the yelp-libs package.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}-%{tarball_version}
|
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||||
@ -89,10 +92,12 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/yelp.desktop
|
|||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/libyelp.so
|
%{_libdir}/libyelp.so
|
||||||
%{_includedir}/libyelp
|
%{_includedir}/libyelp
|
||||||
%{_datadir}/gtk-doc
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:41.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user