Accepting request 881007 from GNOME:Next
GNOME 40 - here we come OBS-URL: https://build.opensuse.org/request/show/881007 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/yelp-tools?expand=0&rev=60
This commit is contained in:
parent
c87755f7cd
commit
bfbeee608d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:607ce4b3ee8517c42db924a01a78660a03317595c75825731ea86a920e2b04b0
|
||||
size 213692
|
3
yelp-tools-40.0.tar.xz
Normal file
3
yelp-tools-40.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:664bacf2f3dd65ef00a43f79487351ab64a6c4c629c56ac0ceb1723c2eb66aae
|
||||
size 38708
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 20 18:17:47 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 40.0:
|
||||
+ No changes since version 40.rc.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 18 09:10:42 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 40.rc:
|
||||
+ Added --skip option to skip files in yelp-check.
|
||||
+ Custom checkers in yelp-check return 1 on failure.
|
||||
- Drop 6.patch: merged upstream,
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 13:07:45 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Add 6.patch: Use /usr/bin/python3 as shebang.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 15 11:36:30 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- Update to version 40.beta:
|
||||
+ Added --skip option to skip files in yelp-check.
|
||||
+ Custom checkers in yelp-check return 1 on failure.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 9 11:22:43 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 40.alpha:
|
||||
+ First release using the meson build system
|
||||
+ Converted yelp-build, yelp-check, and yelp-new to python
|
||||
+ New and improved templates for yelp-new
|
||||
+ Support for .yelp-tools.cfg config file
|
||||
+ Config file can specify custom checkers, like Schematron but easier
|
||||
+ yelp-check hrefs takes a configurable allow list
|
||||
- Switch to meson build system:
|
||||
+ Add meson and python3-lxml BuildRequires.
|
||||
+ Replace configure/make/make_install with respective
|
||||
meson/meson_build/meson_install.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 10:27:10 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package yelp-tools
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,18 +17,20 @@
|
||||
|
||||
|
||||
Name: yelp-tools
|
||||
Version: 3.38.0
|
||||
Version: 40.0
|
||||
Release: 0
|
||||
Summary: Collection of utilities to help create documentation
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Tools/Other
|
||||
URL: https://projects.gnome.org/yelp/
|
||||
Source: https://download.gnome.org/sources/yelp-tools/3.38/%{name}-%{version}.tar.xz
|
||||
Source: https://download.gnome.org/sources/yelp-tools/40/%{name}-%{version}.tar.xz
|
||||
BuildRequires: itstool
|
||||
BuildRequires: libxml2-tools
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(yelp-xsl)
|
||||
BuildRequires: python3-lxml
|
||||
BuildRequires: pkgconfig(yelp-xsl) >= 3.38.0
|
||||
Requires: itstool
|
||||
Requires: libxml2-tools
|
||||
Requires: libxslt
|
||||
@ -41,18 +43,18 @@ lifting is done by packages like yelp-xsl and itstool. This package just
|
||||
wraps things up in a developer-friendly way.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog NEWS README
|
||||
%doc AUTHORS NEWS README
|
||||
%{_bindir}/yelp-build
|
||||
%{_bindir}/yelp-check
|
||||
%{_bindir}/yelp-new
|
||||
|
Loading…
Reference in New Issue
Block a user