yelp-xsl/yelp-xsl.spec
chengguipeng 20dd23cff9 yelp-xsl: Update to 3.36
Signed-off-by: chengguipeng <chengguipeng1@huawei.com>
2020-07-23 16:43:33 +08:00

55 lines
1.3 KiB
RPMSpec

Name: yelp-xsl
Version: 3.36.0
Release: 1
Summary: XSL stylesheets for the yelp help browser
License: LGPLv2+ and GPLv2+ and MIT
URL: https://wiki.gnome.org/Apps/Yelp
Source0: https://download.gnome.org/sources/%{name}/3.30/%{name}-%{version}.tar.xz
BuildArch: noarch
BuildRequires: gcc python3-libxml2 itstool
BuildRequires: /usr/bin/xmllint /usr/bin/xsltproc /usr/bin/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
%defattr(-,root,root)
%license COPYING COPYING.GPL COPYING.LGPL
%doc README AUTHORS
%{_datadir}/yelp-xsl
%files devel
%defattr(-,root,root)
%{_datadir}/pkgconfig/yelp-xsl.pc
%files help
%defattr(-,root,root)
%doc NEWS
%changelog
* 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