yelp-xsl/yelp-xsl.spec

66 lines
1.6 KiB
RPMSpec
Raw Normal View History

2019-11-06 19:57:53 +08:00
Name: yelp-xsl
2022-04-20 14:50:51 +08:00
Version: 42.0
2021-01-29 17:02:09 +08:00
Release: 1
2019-11-06 19:57:53 +08:00
Summary: XSL stylesheets for the yelp help browser
2022-04-20 14:50:51 +08:00
License: LGPLv2+ and GPLv2+
2019-11-06 19:57:53 +08:00
URL: https://wiki.gnome.org/Apps/Yelp
2022-04-20 14:50:51 +08:00
Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{version}.tar.xz
2019-11-06 19:57:53 +08:00
BuildArch: noarch
2022-04-20 14:50:51 +08:00
BuildRequires: gcc python3-libxml2 itstool make
BuildRequires: libxml2 libxslt python3-mallard-ducktype
2019-11-06 19:57:53 +08:00
%description
This package contains XSL stylesheets that are used by the yelp help browser.
2022-04-20 14:50:51 +08:00
%package devel
Summary: Header files, libraries and developer documentatio for %{name}
Requires: %{name} = %{version}-%{release}
2019-11-06 19:57:53 +08:00
2022-04-20 14:50:51 +08:00
%description devel
2019-11-06 19:57:53 +08:00
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
2022-04-20 14:50:51 +08:00
* 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
2021-01-29 17:02:09 +08:00
* Fri Jan 29 2021 jinzhimin <jinzhimin2@huawei.com> - 3.38.2-1
- Upgrade to 3.38.2
2020-09-07 14:32:15 +08:00
* 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
2019-11-06 19:57:53 +08:00
* Fri Oct 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.34.0-1
- Package init