yelp-xsl/yelp-xsl.spec
2022-04-20 14:50:51 +08:00

66 lines
1.6 KiB
RPMSpec

Name: yelp-xsl
Version: 42.0
Release: 1
Summary: XSL stylesheets for the yelp help browser
License: LGPLv2+ and GPLv2+
URL: https://wiki.gnome.org/Apps/Yelp
Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{version}.tar.xz
BuildArch: noarch
BuildRequires: gcc python3-libxml2 itstool make
BuildRequires: libxml2 libxslt python3-mallard-ducktype
%description
This package contains XSL stylesheets that are used by the yelp help browser.
%package devel
Summary: Header files, libraries and developer documentatio for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
The package contains developer documentation for the XSL stylesheets in %{name}.
%package_help
%prep
%autosetup -n %{name}-%{version}
%build
%configure --enable-doc
%make_build
%install
%make_install
%files
%license COPYING COPYING.GPL COPYING.LGPL
%doc README AUTHORS
%{_datadir}/yelp-xsl
%files devel
%{_datadir}/pkgconfig/yelp-xsl.pc
%files help
%defattr(-,root,root)
%doc NEWS
%changelog
* Wed Apr 20 2022 dillon chen <dillon.chen@gmail.com> - 42.0-1
- Update to 42.0
* Wed May 19 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.38.3-1
- Upgrade to 3.38.3
- Update License and BuildRequires
* Fri Jan 29 2021 jinzhimin <jinzhimin2@huawei.com> - 3.38.2-1
- Upgrade to 3.38.2
* Mon Sep 7 2020 zhanzhimin <zhanzhimin@huawei.com> - 3.36.0-2
- Update Source0
* Mon Jul 20 2020 chengguipeng<chengguipeng1@huawei.com> 3.36.0-1
- Upgrade to 3.36.0-1
* Fri Oct 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.34.0-1
- Package init