Update to 40.beta

- Switch to meson build system
This commit is contained in:
Kalev Lember 2021-02-18 13:44:47 +01:00
parent dd4d40acc3
commit 0e8e84b20a
3 changed files with 17 additions and 9 deletions

1
.gitignore vendored
View File

@ -38,3 +38,4 @@
/yelp-tools-3.32.2.tar.xz /yelp-tools-3.32.2.tar.xz
/yelp-tools-3.37.90.tar.xz /yelp-tools-3.37.90.tar.xz
/yelp-tools-3.38.0.tar.xz /yelp-tools-3.38.0.tar.xz
/yelp-tools-40.beta.tar.xz

View File

@ -1 +1 @@
SHA512 (yelp-tools-3.38.0.tar.xz) = 2042e37f8efbe9974f5a507910393b837a0b9154beb918a5e8d145205fb519c8244bb405cf328ff5014287086be5b6d33ad631951bd0e950c2ad9efc60065d59 SHA512 (yelp-tools-40.beta.tar.xz) = 9539ca88eb03c343596d398468331e814c948245a96f93cda7c7762d735ef0a8c95a067a89ab22dafc8d292b9c68e7123aa427fc4e8a8f61d13eafdfd2f0e5e9

View File

@ -1,15 +1,18 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: yelp-tools Name: yelp-tools
Version: 3.38.0 Version: 40~beta
Release: 2%{?dist} Release: 1%{?dist}
Summary: Create, manage, and publish documentation for Yelp Summary: Create, manage, and publish documentation for Yelp
License: GPLv2+ License: GPLv2+
URL: https://wiki.gnome.org/Apps/Yelp/Tools URL: https://wiki.gnome.org/Apps/Yelp/Tools
Source0: https://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
BuildArch: noarch BuildArch: noarch
BuildRequires: make BuildRequires: meson
BuildRequires: pkgconfig(yelp-xsl) BuildRequires: pkgconfig(yelp-xsl)
BuildRequires: python3-lxml
BuildRequires: itstool BuildRequires: itstool
BuildRequires: libxslt BuildRequires: libxslt
@ -26,14 +29,14 @@ lifting is done by packages like yelp-xsl and itstool. This package just
wraps things up in a developer-friendly way. wraps things up in a developer-friendly way.
%prep %prep
%setup -q %autosetup -p1 -n %{name}-%{tarball_version}
%build %build
%configure %meson
make %{?_smp_mflags} %meson_build
%install %install
%make_install %meson_install
%files %files
%doc AUTHORS README %doc AUTHORS README
@ -45,6 +48,10 @@ make %{?_smp_mflags}
%{_datadir}/aclocal/yelp.m4 %{_datadir}/aclocal/yelp.m4
%changelog %changelog
* Thu Feb 18 2021 Kalev Lember <klember@redhat.com> - 40~beta-1
- Update to 40.beta
- Switch to meson build system
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.0-2 * Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild