51 lines
1.2 KiB
RPMSpec
51 lines
1.2 KiB
RPMSpec
Name: yelp-tools
|
|
Version: 3.28.0
|
|
Release: 3
|
|
Summary: Create, manage, and publish documentation for Yelp
|
|
|
|
License: GPLv2+
|
|
URL: https://wiki.gnome.org/Apps/Yelp/Tools
|
|
Source0: https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: pkgconfig(yelp-xsl)
|
|
BuildRequires: itstool libxslt
|
|
|
|
Requires: /usr/bin/itstool
|
|
Requires: /usr/bin/xmllint
|
|
Requires: mallard-rng yelp-xsl
|
|
|
|
%description
|
|
yelp-tools is a collection of scripts and build utilities to help create,
|
|
manage, and publish documentation for Yelp and the web. Most of the heavy
|
|
lifting is done by packages like yelp-xsl and itstool.
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%configure
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%doc AUTHORS README
|
|
%license COPYING COPYING.GPL
|
|
%{_bindir}/yelp-build
|
|
%{_bindir}/yelp-check
|
|
%{_bindir}/yelp-new
|
|
%{_datadir}/yelp-tools
|
|
%{_datadir}/aclocal/yelp.m4
|
|
|
|
%changelog
|
|
* Wed Nov 27 2019 hexiaowen <hexiaowen@huawei.com> - 3.28.0-3
|
|
- Rebuild
|
|
|
|
* Sat Jul 14 2018 hexiaowen <hexiaowen@huawei.com> - 3.28.0-2
|
|
- Rebuilt for openeuler
|
|
|
|
* Mon Mar 12 2018 hexiaowen <hexiaowen@huawei.com> - 3.28.0-1
|
|
- package init
|