SHA256
1
0
forked from pool/yelp-xsl
yelp-xsl/yelp-xsl.spec
Bjørn Lie b41b1b376e Accepting request 935958 from GNOME:Next
- Update to version 41.1:
  + Updated translations.
- Drop yelp-xsl-lang Obsoletes, we have had this since version
  3.3.1, so it is pretty safe to assume everyone have updated since
  that version (10 years ago).
- Add yelp-xsl-rpmlintrc file, filter out warning about devel file
  in non-devel package (.pc file).

OBS-URL: https://build.opensuse.org/request/show/935958
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/yelp-xsl?expand=0&rev=108
2021-12-09 14:38:54 +00:00

56 lines
1.5 KiB
RPMSpec

#
# spec file for package yelp-xsl
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: yelp-xsl
Version: 41.1
Release: 0
Summary: XSL stylesheets for the yelp help browser
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
Group: System/GUI/GNOME
URL: https://wiki.gnome.org/Apps/Yelp
Source0: https://download.gnome.org/sources/yelp-xsl/41/%{name}-%{version}.tar.xz
Source99: yelp-xsl-rpmlintrc
BuildRequires: itstool >= 1.2.0
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(libxslt)
BuildArch: noarch
%description
This package contains XSL stylesheets that are used by the yelp help browser.
%prep
%autosetup -p1
%build
%configure
%make_build
%install
%make_install
%files
%license COPYING
%doc AUTHORS
%{_datadir}/yelp-xsl/
%{_datadir}/pkgconfig/yelp-xsl.pc
%changelog